From 27d88069869e31ab48154bed2bc79c3546806e35 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 24 Jun 2010 22:13:52 +0000 Subject: fate: add vp8 tests Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate.mak | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tests/fate.mak') diff --git a/tests/fate.mak b/tests/fate.mak index e496984a5f..76f8dff491 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -668,6 +668,34 @@ FATE_TESTS += fate-vp6a fate-vp6a: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/flash-vp6/300x180-Scr-f8-056alpha.flv -f framecrc - FATE_TESTS += fate-vp6f fate-vp6f: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/flash-vp6/clip1024.flv -f framecrc - +FATE_TESTS += fate-vp8-test-vector-001 +fate-vp8-test-vector-001: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-001.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-002 +fate-vp8-test-vector-002: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-002.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-005 +fate-vp8-test-vector-005: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-005.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-006 +fate-vp8-test-vector-006: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-006.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-008 +fate-vp8-test-vector-008: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-008.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-009 +fate-vp8-test-vector-009: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-009.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-010 +fate-vp8-test-vector-010: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-010.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-011 +fate-vp8-test-vector-011: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-011.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-012 +fate-vp8-test-vector-012: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-012.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-013 +fate-vp8-test-vector-013: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-013.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-014 +fate-vp8-test-vector-014: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-014.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-015 +fate-vp8-test-vector-015: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-015.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-016 +fate-vp8-test-vector-016: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-016.ivf -f framemd5 - +FATE_TESTS += fate-vp8-test-vector-017 +fate-vp8-test-vector-017: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vp8-test-vectors-r1/vp80-00-comprehensive-017.ivf -f framemd5 - FATE_TESTS += fate-vqa-cc fate-vqa-cc: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/vqa/cc-demo1-partial.vqa -pix_fmt rgb24 -f framecrc - FATE_TESTS += fate-vqf-demux -- cgit v1.2.3