[FFmpeg-cvslog] vp9: add fate size for resolution changes.
Ronald S. Bultje
git at videolan.org
Thu Apr 23 05:29:05 CEST 2015
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue Apr 21 20:54:52 2015 -0400| [df287f3e4362982807d80a62e3122e2477b85892] | committer: Michael Niedermayer
vp9: add fate size for resolution changes.
See sample:
http://downloads.webmproject.org/test_data/libvpx/vp90-2-05-resize.ivf
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df287f3e4362982807d80a62e3122e2477b85892
---
tests/fate/vpx.mak | 3 +++
tests/ref/fate/vp9-05-resize | 15 +++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 0e7e7eb..304d98b 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -109,6 +109,9 @@ $(eval $(call FATE_VP9_SUITE,trac4359,$(1),$(2)))
endef
$(eval $(call FATE_VP9_FULL))
+FATE_VP9-$(CONFIG_IVF_DEMUXER) += fate-vp9-05-resize
+fate-vp9-05-resize: CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf -s 352x288 -sws_flags bitexact+bilinear
+fate-vp9-05-resize: REF = $(SRC_PATH)/tests/ref/fate/vp9-05-resize
FATE_SAMPLES_AVCONV-$(CONFIG_VP9_DECODER) += $(FATE_VP9-yes)
fate-vp9: $(FATE_VP9-yes)
diff --git a/tests/ref/fate/vp9-05-resize b/tests/ref/fate/vp9-05-resize
new file mode 100644
index 0000000..4a3cd09
--- /dev/null
+++ b/tests/ref/fate/vp9-05-resize
@@ -0,0 +1,15 @@
+#format: frame checksums
+#version: 1
+#hash: MD5
+#tb 0: 1/30
+#stream#, dts, pts, duration, size, hash
+0, 0, 0, 1, 152064, 539e9964364c1db09ad18f2e01713799
+0, 1, 1, 1, 152064, fb76e673ba2a5342bfed8a1523e0a425
+0, 2, 2, 1, 152064, b0e6881ac6c1e0d839f80f292cb1afd4
+0, 3, 3, 1, 152064, f69a4d7f784e1619e45ffd65e3f103b9
+0, 4, 4, 1, 152064, a9cefc3088de0b403c7cc1ffd117479a
+0, 5, 5, 1, 152064, 6a053249fe6fdc52ed00a21668fe330f
+0, 6, 6, 1, 152064, 2c6f7b8c72a0103cd1fa37270f6d9962
+0, 7, 7, 1, 152064, 9f837ba58bf07d1e1a8b6a30a9a588e8
+0, 8, 8, 1, 152064, 81ecfd1810b25395af999e557ed4b938
+0, 9, 9, 1, 152064, cee53e71d6347333fd76d421ece1740f
More information about the ffmpeg-cvslog
mailing list