[FFmpeg-devel] [PATCH 0/2] Fix VC-2 encoder v2
Christophe Gisquet
christophe.gisquet at gmail.com
Thu May 5 11:06:07 CEST 2016
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 | 17 ++++++++++++++++-
tests/ref/vsynth/vsynth1-vc2-420p | 4 ++++
tests/ref/vsynth/vsynth1-vc2-420p10 | 4 ++++
tests/ref/vsynth/vsynth1-vc2-420p12 | 4 ++++
tests/ref/vsynth/vsynth1-vc2-422p | 4 ++++
tests/ref/vsynth/vsynth1-vc2-422p10 | 4 ++++
tests/ref/vsynth/vsynth1-vc2-422p12 | 4 ++++
tests/ref/vsynth/vsynth1-vc2-444p | 4 ++++
tests/ref/vsynth/vsynth1-vc2-444p10 | 4 ++++
tests/ref/vsynth/vsynth1-vc2-444p12 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-420p | 4 ++++
tests/ref/vsynth/vsynth2-vc2-420p10 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-420p12 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-422p | 4 ++++
tests/ref/vsynth/vsynth2-vc2-422p10 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-422p12 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-444p | 4 ++++
tests/ref/vsynth/vsynth2-vc2-444p10 | 4 ++++
tests/ref/vsynth/vsynth2-vc2-444p12 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-420p | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-420p10 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-420p12 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-422p | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-422p10 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-422p12 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-444p | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-444p10 | 4 ++++
tests/ref/vsynth/vsynth_lena-vc2-444p12 | 4 ++++
29 files changed, 129 insertions(+), 1 deletion(-)
create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p
create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p10
create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p12
create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p
create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p10
create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p12
create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p
create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p10
create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p12
create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p
create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p10
create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p12
create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p
create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p10
create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p12
create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p
create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p10
create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p12
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p10
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p12
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p10
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p12
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p10
create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p12
--
2.8.1
More information about the ffmpeg-devel
mailing list