tterribe
tterribe
Just FYI, but doing a separate HTTP request for every read operation is going to have significant latency and overhead, regardless of the read size. A much better approach is...
I had to run with --disable-tools --disable-player --disable-test to avoid all of the dependencies, but afer doing that everything built fine. Can you post the errors you're getting?
This would only be true in keyframes: on delta frames the prediction may contain high frequencies, even if we do not code anything in those bands, and those frequencies need...
We do not quantize and code "signal - predictor". We quantize and code "signal", using knowledge of "predictor". But when the quantized value for a band is just saying "use...
Do you have a test case or example that exhibits the problem?
See also: https://review.xiph.org/1158/
There are already fields for this in daala_info, and it is read by encoder_example, stored in the stream, and output in dump_video. What are you doing to cause this to...
Yes, player_example completely ignores these fields, to the best of my knowledge.
This doesn't convert any of the existing symbols to use arithmetic coding, so the only significant changes in results are due to the extra framing added in the first commit...