Results 89 comments of Christian

Hi. Thanks for the report. I did not check decoding with dav1d for a long time. I will try to recreate it.

Something is definitely wrong or has changed until I last used the david decoder natively. (It can also be used through FFmpeg which should still work). I found some bugs...

Hi. Sorry there is no tutorial in how to use it. But definitely a good idea to create one. So far you can: - Look at the packets/NAL units in...

Great to hear. The HRD stuff that I showed on Demuxed is already in the latest release. I only works for h.264/AVC so far though.

Hi. Yes it is necessary because otherwise x264 will not put the needed HRD SEI messages into the bitstream which are needed to perform the buffering analysis.

Hi. Thanks for the report. Could you please provide a stats file so I can try to recreate it? Also the more detail you can give on how to recreate...

Hi! Yes I also thought about that problem once but did not address it further because I rarely have two YUView instances open at the same time and when I...

Ok but is it possible to get all running process IDs of all currently running instances of YUView on all platforms? What about dockerized environment like Snap? Is this even...

Hmm but we should not merge some sort of Hack using QSettings. I still think the better option is to setup some inter process communication. E.g. using Sockets or the...

Yep I am now also unsure about the shared memory. Maybe thats not the optimal way. But the Sockets/Network stuff looks more promising. Maybe there we could also use signals/slots...