Thomas Daede

Results 150 comments of Thomas Daede

First, you should reproduce the errors by encoding a video, after using the compilation flags above. Then, you should run the encoder under gdb (it should automatically breakpoint on an...

Monty's patch. I haven't been able to make it do anything interesting. ``` diff --git a/src/encode.c b/src/encode.c index 6ca2c89..c1688a4 100644 --- a/src/encode.c +++ b/src/encode.c @@ -842,6 +842,12 @@ static void...

There are three things that need to be signaled: YCbCr -> RGB conversion matrix RGB primary chromaticites Gamma function Some inspiration can probably be taken from the PNG specification. Simply...

Pixel values should show up as text

In theory that amount of memory should be enough to decode a 1920x1080 stream, however it's possible something may have changed in the codec recently. I believe increasing TOTAL_MEMORY is...

Wow, that's a lot! For comparison, libaom uses ~300MB when decoding 10bit 4k. You may be able to use wasm output, which I believe has a limitation of 4GB (until...

This was fixed in 6dcb4ce8902d56d3ff139119e8d39b564a0ee68a.

Oh okay. Yeah I don't think reducing the # of candidates checked will actually be beneficial, but I'll leave it open if someone wants to try.

daalaenc/daaladec would be more in line with other codecs compared to encoder_example / etc. But it might be better to wait and have the rename coincide with moving the examples...

This requires at least moving to wxWidgets 3.0.