Lukas Fellechner

Results 111 comments of Lukas Fellechner

Our branch does not really matter. Just go into Libs\ffmpeg and do `git fetch` `git checkout n5.1` and then run Build-FFmpeg.ps1

Switching from native x64 compiler to x86 -> x64 cross compiler solved the issue. So this seems to be a problem of 64 bit link.exe. Last time we also had...

You got me wrong. MSVC comes with cross compilers in all directions. So we can have x86 compiler create x64 apps and vice versa. Previously, we used x64 compilers for...

Yeah the last changeset was buggy, it never stopped buffering ^^ Will push an update later.

So I pushed a new update. Should fix the infinite buffering, which probably caused the high CPU usage you saw (and it ate loads of memory). I also ran a...

Without FastSeek, I regularly see a small delay after click, like up to half a second or so until playback starts. It depends on the position, how far the next...

I would rather like to get the stream buffer out soon. The cpp branch will probably still take a while. But we might be able to improve some of the...

I think this is also more or less finished. The subtitle bug that i observed on master branch is also fixed here. It was a problem with RefCue (broken during...

It's more the general stability, especially when seeking around heavily. I have not seen crashes in a while but who knows... Multi threading these kind of things is not trivial,...