Results 89 comments of Christian

Hi! Yep this is a really cool idea. The interface to the decoder libraries is very well defined I would say. The main work would be to output the statistics...

Hi. Sorry I was not able to merge that yet. I fixed a bug in YUView for parsing AV1 files from containers but this issue I think is not solved...

Ah ok. I will leave this open because I would like to fix this for good in the main branch. I am also working on a bunch of refactorings and...

This may be related to #479 . I can not reproduce this currently. But it may also be something else. Once the refactoring implementation is done, we can retry this...

It is not a question of one or the other. The hybrid coding scheme relies on a combination of prediction and then lossy compression of the remaining residual. Lets back...

Hi. As I pointed out here: https://github.com/IENT/YUView/issues/523#issuecomment-1563037524 currently YUView is not building natively on Arm. One issue I am having is that I don't own an M1 mac. Feel free...

We may want to use a clean logging solution like https://github.com/gabime/spdlog

Hi. I am just opening the libraries with QLibrary and that maps to whatever the system is using. I think on mac its `dlopen`. YUView is currently not compiled natively...

Definitely a very edgy edge case but might be useful for other people as well. Will take a look ...

That was a smaller refactor so I added it: ![image](https://github.com/IENT/YUView/assets/11556397/bffd206d-3c1b-4b53-ac96-bd66383a4da8) Enjoy!