[FFmpeg-devel] [PATCH 0/2] Fix VC-2 encoder v2

2016-05-05 Thread Christophe Gisquet
Improved text in comments and commit message. Regenerated checksums after fix for bitexactness in auxiliary data due to version string. Christophe Gisquet (2): vc2enc: prevent random data vc2: fate tests libavcodec/vc2enc.c | 5 + tests/fate/vcodec.mak

[FFmpeg-devel] [PATCH 0/2] Fix VC-2 encoder

2016-05-03 Thread Christophe Gisquet
The encoder was leaving uninitialized data in the padding of slices, while the specs seem to mandate the use of 0xFF. This is also the case for the slice prefix, but it seems completely unused. To validate this, classical vsynth encoding/decoding fate tests for all supported chroma formats are add