Thomas Daede

Results 150 comments of Thomas Daede

Right, the appveyor.yml configuration is in the repo so you should be able to match it to the new solutions in this PR.

Looks okay, but adding API surface will probably need a soname minor bump. Also, it might be wise to sanity check the read size.

I can just pull without the minor commit number for now and do that separately.

You must pass the configuration along to the rtp payloaders/depayloaders. See section 3 of https://datatracker.ietf.org/doc/rfc5215/ That said, I'd highly recommend using opus instead if you can, as you will get...

Granulepos is actually part of Ogg, not Daala and I'd suggest just removing it from the API for now as I don't think it's used anywhere inside Daala. An explanation...

Use the same heatmap code to display block-level QPs.

So, the chroma ghosting is due to the lack of scenecuts, and coarse chroma quantization. The chroma is "close enough" that PVQ decides to reference and skip - however, it's...

It's still the primary method of usage, at https://arewecompressedyet.com/analyzer/ Are there dead links floating around?

@mbebenita, want to put a 304 redirect on aomanalyzer.org? Alternatively point the domain to arewecompressedyet.com and I can implement it.

You can also set CC=clang, which has supported the feature for a while longer. Also, clang seems to support more undefined behavior checks, such as signed shifts, that GCC doesn't.