Hi. I've now cleaned up a few things in the current FFV1 tests: - Changed "ffv1.X" to "ffv1-vX", removing necessity for vcodec argument. - Added linebreaks to FFV1 FATE tests for better readability. - Renamed pix_fmts wording in test target name to match pix_fmt parameter.
Replaced the reference files accordingly, and ran "make fate" to verify that they still run properly. What do you think? Pb
>From be1b2ee092a82fdf70ccb99eb20d70e228205182 Mon Sep 17 00:00:00 2001 From: Peter B. <p...@das-werkstatt.com> Date: Mon, 31 Aug 2015 03:02:36 +0200 Subject: [PATCH] Renamed pix_fmts wording in test target name to match pix_fmt parameter. --- tests/fate/vcodec.mak | 20 +++++++++++--------- tests/ref/vsynth/vsynth1-ffv1-v0 | 4 ++++ tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 | 4 ++++ tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p | 4 ++++ tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 | 4 ++++ tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 | 4 ++++ tests/ref/vsynth/vsynth1-ffv1.0 | 4 ---- tests/ref/vsynth/vsynth1-ffv1.3-420 | 4 ---- tests/ref/vsynth/vsynth1-ffv1.3-422p10 | 4 ---- tests/ref/vsynth/vsynth1-ffv1.3-444p16 | 4 ---- tests/ref/vsynth/vsynth1-ffv1.3-bgr | 4 ---- tests/ref/vsynth/vsynth2-ffv1-v0 | 4 ++++ tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 | 4 ++++ tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p | 4 ++++ tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 | 4 ++++ tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 | 4 ++++ tests/ref/vsynth/vsynth2-ffv1.0 | 4 ---- tests/ref/vsynth/vsynth2-ffv1.3-420 | 4 ---- tests/ref/vsynth/vsynth2-ffv1.3-422p10 | 4 ---- tests/ref/vsynth/vsynth2-ffv1.3-444p16 | 4 ---- tests/ref/vsynth/vsynth2-ffv1.3-bgr | 4 ---- tests/ref/vsynth/vsynth3-ffv1-v0 | 4 ++++ tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 | 4 ++++ tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p | 4 ++++ tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 | 4 ++++ tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 | 4 ++++ tests/ref/vsynth/vsynth3-ffv1.0 | 4 ---- tests/ref/vsynth/vsynth3-ffv1.3-420 | 4 ---- tests/ref/vsynth/vsynth3-ffv1.3-422p10 | 4 ---- tests/ref/vsynth/vsynth3-ffv1.3-444p16 | 4 ---- tests/ref/vsynth/vsynth3-ffv1.3-bgr | 4 ---- tests/ref/vsynth/vsynth_lena-ffv1-v0 | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420 | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 | 4 ++++ tests/ref/vsynth/vsynth_lena-ffv1.0 | 4 ---- tests/ref/vsynth/vsynth_lena-ffv1.3-420 | 4 ---- tests/ref/vsynth/vsynth_lena-ffv1.3-422p10 | 4 ---- tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 | 4 ---- tests/ref/vsynth/vsynth_lena-ffv1.3-bgr | 4 ---- 42 files changed, 95 insertions(+), 89 deletions(-) create mode 100644 tests/ref/vsynth/vsynth1-ffv1-v0 create mode 100644 tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 create mode 100644 tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p create mode 100644 tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 create mode 100644 tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 delete mode 100644 tests/ref/vsynth/vsynth1-ffv1.0 delete mode 100644 tests/ref/vsynth/vsynth1-ffv1.3-420 delete mode 100644 tests/ref/vsynth/vsynth1-ffv1.3-422p10 delete mode 100644 tests/ref/vsynth/vsynth1-ffv1.3-444p16 delete mode 100644 tests/ref/vsynth/vsynth1-ffv1.3-bgr create mode 100644 tests/ref/vsynth/vsynth2-ffv1-v0 create mode 100644 tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 create mode 100644 tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p create mode 100644 tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 create mode 100644 tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 delete mode 100644 tests/ref/vsynth/vsynth2-ffv1.0 delete mode 100644 tests/ref/vsynth/vsynth2-ffv1.3-420 delete mode 100644 tests/ref/vsynth/vsynth2-ffv1.3-422p10 delete mode 100644 tests/ref/vsynth/vsynth2-ffv1.3-444p16 delete mode 100644 tests/ref/vsynth/vsynth2-ffv1.3-bgr create mode 100644 tests/ref/vsynth/vsynth3-ffv1-v0 create mode 100644 tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 create mode 100644 tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p create mode 100644 tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 create mode 100644 tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 delete mode 100644 tests/ref/vsynth/vsynth3-ffv1.0 delete mode 100644 tests/ref/vsynth/vsynth3-ffv1.3-420 delete mode 100644 tests/ref/vsynth/vsynth3-ffv1.3-422p10 delete mode 100644 tests/ref/vsynth/vsynth3-ffv1.3-444p16 delete mode 100644 tests/ref/vsynth/vsynth3-ffv1.3-bgr create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v0 create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420 create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 create mode 100644 tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 delete mode 100644 tests/ref/vsynth/vsynth_lena-ffv1.0 delete mode 100644 tests/ref/vsynth/vsynth_lena-ffv1.3-420 delete mode 100644 tests/ref/vsynth/vsynth_lena-ffv1.3-422p10 delete mode 100644 tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 delete mode 100644 tests/ref/vsynth/vsynth_lena-ffv1.3-bgr diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index d4d0df5..6d954c8 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -68,19 +68,21 @@ fate-vsynth%-dv-50: ENCOPTS = -dct int -s pal -pix_fmt yuv422p \ fate-vsynth%-dv-50: DECOPTS = -sws_flags neighbor fate-vsynth%-dv-50: FMT = dv -FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0 ffv1.3-420 ffv1.3-422p10 ffv1.3-444p16 ffv1.3-bgr +FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1-v0 \ + ffv1-v3-yuv420p ffv1-v3-yuv422p10 ffv1-v3-yuv444p16 \ + ffv1-v3-bgr0 fate-vsynth%-ffv1: ENCOPTS = -slices 4 -fate-vsynth%-ffv1.0: CODEC = ffv1 -fate-vsynth%-ffv1.3-420: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv420p -fate-vsynth%-ffv1.3-422p10: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv422p10 \ +fate-vsynth%-ffv1-v0: CODEC = ffv1 +fate-vsynth%-ffv1-v3-yuv420p: ENCOPTS = -level 3 -pix_fmt yuv420p +fate-vsynth%-ffv1-v3-yuv422p10: ENCOPTS = -level 3 -pix_fmt yuv422p10 \ -sws_flags neighbor+bitexact -fate-vsynth%-ffv1.3-422p10: DECOPTS = -sws_flags neighbor+bitexact -fate-vsynth%-ffv1.3-444p16: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt yuv444p16 \ +fate-vsynth%-ffv1-v3-yuv422p10: DECOPTS = -sws_flags neighbor+bitexact +fate-vsynth%-ffv1-v3-yuv444p16: ENCOPTS = -level 3 -pix_fmt yuv444p16 \ -sws_flags neighbor+bitexact -fate-vsynth%-ffv1.3-444p16: DECOPTS = -sws_flags neighbor+bitexact -fate-vsynth%-ffv1.3-bgr: ENCOPTS = -vcodec ffv1 -level 3 -pix_fmt bgr0 \ +fate-vsynth%-ffv1-v3-yuv444p16: DECOPTS = -sws_flags neighbor+bitexact +fate-vsynth%-ffv1-v3-bgr0: ENCOPTS = -level 3 -pix_fmt bgr0 \ -sws_flags neighbor+bitexact -fate-vsynth%-ffv1.3-bgr: DECOPTS = -sws_flags neighbor+bitexact +fate-vsynth%-ffv1-v3-bgr0: DECOPTS = -sws_flags neighbor+bitexact FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff ffvhuff444 ffvhuff420p12 ffvhuff422p10left ffvhuff444p16 fate-vsynth%-ffvhuff444: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p diff --git a/tests/ref/vsynth/vsynth1-ffv1-v0 b/tests/ref/vsynth/vsynth1-ffv1-v0 new file mode 100644 index 0000000..8c722e4 --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1-v0 @@ -0,0 +1,4 @@ +36011c9a2b288fb04bf6c520371646d4 *tests/data/fate/vsynth1-ffv1-v0.avi +2655368 tests/data/fate/vsynth1-ffv1-v0.avi +c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 b/tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 new file mode 100644 index 0000000..3808f49 --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1-v3-bgr0 @@ -0,0 +1,4 @@ +3c68357b239479fc26656f6dd76b0b58 *tests/data/fate/vsynth1-ffv1-v3-bgr0.avi +6883176 tests/data/fate/vsynth1-ffv1-v3-bgr0.avi +49c03ab1b73b7cd3cabc3c77a9479c9e *tests/data/fate/vsynth1-ffv1-v3-bgr0.out.rawvideo +stddev: 3.16 PSNR: 38.12 MAXDIFF: 50 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p new file mode 100644 index 0000000..a4af95b --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p @@ -0,0 +1,4 @@ +26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi +2691268 tests/data/fate/vsynth1-ffv1-v3-yuv420p.avi +c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv420p.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 new file mode 100644 index 0000000..d56cf27 --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10 @@ -0,0 +1,4 @@ +aa8c5630213381c7b2afdec4a91405ed *tests/data/fate/vsynth1-ffv1-v3-yuv422p10.avi +2845574 tests/data/fate/vsynth1-ffv1-v3-yuv422p10.avi +c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv422p10.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 new file mode 100644 index 0000000..5d919ea --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16 @@ -0,0 +1,4 @@ +f6b6943455d8b2c3010ff898df5dc9db *tests/data/fate/vsynth1-ffv1-v3-yuv444p16.avi +5357816 tests/data/fate/vsynth1-ffv1-v3-yuv444p16.avi +c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1-v3-yuv444p16.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1.0 b/tests/ref/vsynth/vsynth1-ffv1.0 deleted file mode 100644 index 0905303..0000000 --- a/tests/ref/vsynth/vsynth1-ffv1.0 +++ /dev/null @@ -1,4 +0,0 @@ -36011c9a2b288fb04bf6c520371646d4 *tests/data/fate/vsynth1-ffv1.0.avi -2655368 tests/data/fate/vsynth1-ffv1.0.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1.3-420 b/tests/ref/vsynth/vsynth1-ffv1.3-420 deleted file mode 100644 index 08c5764..0000000 --- a/tests/ref/vsynth/vsynth1-ffv1.3-420 +++ /dev/null @@ -1,4 +0,0 @@ -26b1296a0ef80a3b5c8b63cc57c52bc2 *tests/data/fate/vsynth1-ffv1.3-420.avi -2691268 tests/data/fate/vsynth1-ffv1.3-420.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.3-420.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1.3-422p10 b/tests/ref/vsynth/vsynth1-ffv1.3-422p10 deleted file mode 100644 index eecef94..0000000 --- a/tests/ref/vsynth/vsynth1-ffv1.3-422p10 +++ /dev/null @@ -1,4 +0,0 @@ -aa8c5630213381c7b2afdec4a91405ed *tests/data/fate/vsynth1-ffv1.3-422p10.avi -2845574 tests/data/fate/vsynth1-ffv1.3-422p10.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.3-422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1.3-444p16 b/tests/ref/vsynth/vsynth1-ffv1.3-444p16 deleted file mode 100644 index 9f6ecba..0000000 --- a/tests/ref/vsynth/vsynth1-ffv1.3-444p16 +++ /dev/null @@ -1,4 +0,0 @@ -f6b6943455d8b2c3010ff898df5dc9db *tests/data/fate/vsynth1-ffv1.3-444p16.avi -5357816 tests/data/fate/vsynth1-ffv1.3-444p16.avi -c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.3-444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth1-ffv1.3-bgr b/tests/ref/vsynth/vsynth1-ffv1.3-bgr deleted file mode 100644 index d76fe9e..0000000 --- a/tests/ref/vsynth/vsynth1-ffv1.3-bgr +++ /dev/null @@ -1,4 +0,0 @@ -3c68357b239479fc26656f6dd76b0b58 *tests/data/fate/vsynth1-ffv1.3-bgr.avi -6883176 tests/data/fate/vsynth1-ffv1.3-bgr.avi -49c03ab1b73b7cd3cabc3c77a9479c9e *tests/data/fate/vsynth1-ffv1.3-bgr.out.rawvideo -stddev: 3.16 PSNR: 38.12 MAXDIFF: 50 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1-v0 b/tests/ref/vsynth/vsynth2-ffv1-v0 new file mode 100644 index 0000000..e1e71f1 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1-v0 @@ -0,0 +1,4 @@ +9647e906f0739ed84303bd03d1cb8105 *tests/data/fate/vsynth2-ffv1-v0.avi +3692542 tests/data/fate/vsynth2-ffv1-v0.avi +36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 b/tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 new file mode 100644 index 0000000..11f516b --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1-v3-bgr0 @@ -0,0 +1,4 @@ +4e8ea4c31ddb7703638989c6251e37fe *tests/data/fate/vsynth2-ffv1-v3-bgr0.avi +6386312 tests/data/fate/vsynth2-ffv1-v3-bgr0.avi +835a86f8dff88917c3e5f2776954c5b7 *tests/data/fate/vsynth2-ffv1-v3-bgr0.out.rawvideo +stddev: 1.57 PSNR: 44.18 MAXDIFF: 20 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p new file mode 100644 index 0000000..5d85ffc --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p @@ -0,0 +1,4 @@ +6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi +3718026 tests/data/fate/vsynth2-ffv1-v3-yuv420p.avi +36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv420p.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 new file mode 100644 index 0000000..b1a6c19 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10 @@ -0,0 +1,4 @@ +b43b20163948e44a6c806714e69ac3bf *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi +4069370 tests/data/fate/vsynth2-ffv1-v3-yuv422p10.avi +36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv422p10.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 new file mode 100644 index 0000000..4d0a0c2 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16 @@ -0,0 +1,4 @@ +ae0bad7ece3ceacc9554f342ab489a4d *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi +5086918 tests/data/fate/vsynth2-ffv1-v3-yuv444p16.avi +36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1-v3-yuv444p16.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.0 b/tests/ref/vsynth/vsynth2-ffv1.0 deleted file mode 100644 index 117fe27..0000000 --- a/tests/ref/vsynth/vsynth2-ffv1.0 +++ /dev/null @@ -1,4 +0,0 @@ -9647e906f0739ed84303bd03d1cb8105 *tests/data/fate/vsynth2-ffv1.0.avi -3692542 tests/data/fate/vsynth2-ffv1.0.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.3-420 b/tests/ref/vsynth/vsynth2-ffv1.3-420 deleted file mode 100644 index 9490778..0000000 --- a/tests/ref/vsynth/vsynth2-ffv1.3-420 +++ /dev/null @@ -1,4 +0,0 @@ -6d7b6352f49e21153bb891df411e60ec *tests/data/fate/vsynth2-ffv1.3-420.avi -3718026 tests/data/fate/vsynth2-ffv1.3-420.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.3-420.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.3-422p10 b/tests/ref/vsynth/vsynth2-ffv1.3-422p10 deleted file mode 100644 index 0e3f342..0000000 --- a/tests/ref/vsynth/vsynth2-ffv1.3-422p10 +++ /dev/null @@ -1,4 +0,0 @@ -b43b20163948e44a6c806714e69ac3bf *tests/data/fate/vsynth2-ffv1.3-422p10.avi -4069370 tests/data/fate/vsynth2-ffv1.3-422p10.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.3-422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.3-444p16 b/tests/ref/vsynth/vsynth2-ffv1.3-444p16 deleted file mode 100644 index f3578cc..0000000 --- a/tests/ref/vsynth/vsynth2-ffv1.3-444p16 +++ /dev/null @@ -1,4 +0,0 @@ -ae0bad7ece3ceacc9554f342ab489a4d *tests/data/fate/vsynth2-ffv1.3-444p16.avi -5086918 tests/data/fate/vsynth2-ffv1.3-444p16.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-ffv1.3-444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.3-bgr b/tests/ref/vsynth/vsynth2-ffv1.3-bgr deleted file mode 100644 index 3684bd4..0000000 --- a/tests/ref/vsynth/vsynth2-ffv1.3-bgr +++ /dev/null @@ -1,4 +0,0 @@ -4e8ea4c31ddb7703638989c6251e37fe *tests/data/fate/vsynth2-ffv1.3-bgr.avi -6386312 tests/data/fate/vsynth2-ffv1.3-bgr.avi -835a86f8dff88917c3e5f2776954c5b7 *tests/data/fate/vsynth2-ffv1.3-bgr.out.rawvideo -stddev: 1.57 PSNR: 44.18 MAXDIFF: 20 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth3-ffv1-v0 b/tests/ref/vsynth/vsynth3-ffv1-v0 new file mode 100644 index 0000000..967a022 --- /dev/null +++ b/tests/ref/vsynth/vsynth3-ffv1-v0 @@ -0,0 +1,4 @@ +91ddf7723476e2b084253ffca69f382e *tests/data/fate/vsynth3-ffv1-v0.avi +52256 tests/data/fate/vsynth3-ffv1-v0.avi +a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 b/tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 new file mode 100644 index 0000000..2adffed --- /dev/null +++ b/tests/ref/vsynth/vsynth3-ffv1-v3-bgr0 @@ -0,0 +1,4 @@ +bdb5f694222e91bb7cb7264d2d5d419b *tests/data/fate/vsynth3-ffv1-v3-bgr0.avi +112780 tests/data/fate/vsynth3-ffv1-v3-bgr0.avi +5d031d2e891b13593b8cd79e63d083b4 *tests/data/fate/vsynth3-ffv1-v3-bgr0.out.rawvideo +stddev: 3.23 PSNR: 37.92 MAXDIFF: 50 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p new file mode 100644 index 0000000..38fb24a --- /dev/null +++ b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p @@ -0,0 +1,4 @@ +f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi +62194 tests/data/fate/vsynth3-ffv1-v3-yuv420p.avi +a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv420p.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 new file mode 100644 index 0000000..d86c9c9 --- /dev/null +++ b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10 @@ -0,0 +1,4 @@ +4fc113caac00ada68e19639ae6f7bc47 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi +63840 tests/data/fate/vsynth3-ffv1-v3-yuv422p10.avi +a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv422p10.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 new file mode 100644 index 0000000..5d61f11 --- /dev/null +++ b/tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16 @@ -0,0 +1,4 @@ +1e8981cec92407938b25cd82381d1c64 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi +82908 tests/data/fate/vsynth3-ffv1-v3-yuv444p16.avi +a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1-v3-yuv444p16.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1.0 b/tests/ref/vsynth/vsynth3-ffv1.0 deleted file mode 100644 index 7abc1f0..0000000 --- a/tests/ref/vsynth/vsynth3-ffv1.0 +++ /dev/null @@ -1,4 +0,0 @@ -91ddf7723476e2b084253ffca69f382e *tests/data/fate/vsynth3-ffv1.0.avi -52256 tests/data/fate/vsynth3-ffv1.0.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1.3-420 b/tests/ref/vsynth/vsynth3-ffv1.3-420 deleted file mode 100644 index 99bfd66..0000000 --- a/tests/ref/vsynth/vsynth3-ffv1.3-420 +++ /dev/null @@ -1,4 +0,0 @@ -f969ca8542c8384c27233f362b661f8a *tests/data/fate/vsynth3-ffv1.3-420.avi -62194 tests/data/fate/vsynth3-ffv1.3-420.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.3-420.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1.3-422p10 b/tests/ref/vsynth/vsynth3-ffv1.3-422p10 deleted file mode 100644 index fb69234..0000000 --- a/tests/ref/vsynth/vsynth3-ffv1.3-422p10 +++ /dev/null @@ -1,4 +0,0 @@ -4fc113caac00ada68e19639ae6f7bc47 *tests/data/fate/vsynth3-ffv1.3-422p10.avi -63840 tests/data/fate/vsynth3-ffv1.3-422p10.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.3-422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1.3-444p16 b/tests/ref/vsynth/vsynth3-ffv1.3-444p16 deleted file mode 100644 index fa8377c..0000000 --- a/tests/ref/vsynth/vsynth3-ffv1.3-444p16 +++ /dev/null @@ -1,4 +0,0 @@ -1e8981cec92407938b25cd82381d1c64 *tests/data/fate/vsynth3-ffv1.3-444p16.avi -82908 tests/data/fate/vsynth3-ffv1.3-444p16.avi -a038ad7c3c09f776304ef7accdea9c74 *tests/data/fate/vsynth3-ffv1.3-444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth3-ffv1.3-bgr b/tests/ref/vsynth/vsynth3-ffv1.3-bgr deleted file mode 100644 index af89d15..0000000 --- a/tests/ref/vsynth/vsynth3-ffv1.3-bgr +++ /dev/null @@ -1,4 +0,0 @@ -bdb5f694222e91bb7cb7264d2d5d419b *tests/data/fate/vsynth3-ffv1.3-bgr.avi -112780 tests/data/fate/vsynth3-ffv1.3-bgr.avi -5d031d2e891b13593b8cd79e63d083b4 *tests/data/fate/vsynth3-ffv1.3-bgr.out.rawvideo -stddev: 3.23 PSNR: 37.92 MAXDIFF: 50 bytes: 86700/ 86700 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v0 b/tests/ref/vsynth/vsynth_lena-ffv1-v0 new file mode 100644 index 0000000..cbfb4af --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v0 @@ -0,0 +1,4 @@ +ad518c7014bdd6a72514a79a9102f64f *tests/data/fate/vsynth_lena-ffv1-v0.avi +3525796 tests/data/fate/vsynth_lena-ffv1-v0.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 b/tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 new file mode 100644 index 0000000..cfc98f6 --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0 @@ -0,0 +1,4 @@ +edf0987619d4d63f8b7e3022a8d0a724 *tests/data/fate/vsynth_lena-ffv1-v3-bgr0.avi +6013028 tests/data/fate/vsynth_lena-ffv1-v3-bgr0.avi +0a8b7ddfec03622e37c869c5b552f9fc *tests/data/fate/vsynth_lena-ffv1-v3-bgr0.out.rawvideo +stddev: 1.24 PSNR: 46.26 MAXDIFF: 17 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420 b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420 new file mode 100644 index 0000000..7db437e --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420 @@ -0,0 +1,4 @@ +ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420.avi +3547792 tests/data/fate/vsynth_lena-ffv1-v3-yuv420.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p new file mode 100644 index 0000000..1cffcb6 --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p @@ -0,0 +1,4 @@ +ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi +3547792 tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv420p.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 new file mode 100644 index 0000000..ab1cd34 --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10 @@ -0,0 +1,4 @@ +cd3f5b3d4544a30bd08a9a11945a8adc *tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.avi +3910306 tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv422p10.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 new file mode 100644 index 0000000..08f9f0e --- /dev/null +++ b/tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16 @@ -0,0 +1,4 @@ +e65ad01440ad756b1872b22d3cfa23d7 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi +4871266 tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1-v3-yuv444p16.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1.0 b/tests/ref/vsynth/vsynth_lena-ffv1.0 deleted file mode 100644 index 58b1061..0000000 --- a/tests/ref/vsynth/vsynth_lena-ffv1.0 +++ /dev/null @@ -1,4 +0,0 @@ -ad518c7014bdd6a72514a79a9102f64f *tests/data/fate/vsynth_lena-ffv1.0.avi -3525796 tests/data/fate/vsynth_lena-ffv1.0.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1.3-420 b/tests/ref/vsynth/vsynth_lena-ffv1.3-420 deleted file mode 100644 index db00ba1..0000000 --- a/tests/ref/vsynth/vsynth_lena-ffv1.3-420 +++ /dev/null @@ -1,4 +0,0 @@ -ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1.3-420.avi -3547792 tests/data/fate/vsynth_lena-ffv1.3-420.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.3-420.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1.3-422p10 b/tests/ref/vsynth/vsynth_lena-ffv1.3-422p10 deleted file mode 100644 index c5e3986..0000000 --- a/tests/ref/vsynth/vsynth_lena-ffv1.3-422p10 +++ /dev/null @@ -1,4 +0,0 @@ -cd3f5b3d4544a30bd08a9a11945a8adc *tests/data/fate/vsynth_lena-ffv1.3-422p10.avi -3910306 tests/data/fate/vsynth_lena-ffv1.3-422p10.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.3-422p10.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 b/tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 deleted file mode 100644 index 22fb79e..0000000 --- a/tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 +++ /dev/null @@ -1,4 +0,0 @@ -e65ad01440ad756b1872b22d3cfa23d7 *tests/data/fate/vsynth_lena-ffv1.3-444p16.avi -4871266 tests/data/fate/vsynth_lena-ffv1.3-444p16.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.3-444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth_lena-ffv1.3-bgr b/tests/ref/vsynth/vsynth_lena-ffv1.3-bgr deleted file mode 100644 index 5c0993f..0000000 --- a/tests/ref/vsynth/vsynth_lena-ffv1.3-bgr +++ /dev/null @@ -1,4 +0,0 @@ -edf0987619d4d63f8b7e3022a8d0a724 *tests/data/fate/vsynth_lena-ffv1.3-bgr.avi -6013028 tests/data/fate/vsynth_lena-ffv1.3-bgr.avi -0a8b7ddfec03622e37c869c5b552f9fc *tests/data/fate/vsynth_lena-ffv1.3-bgr.out.rawvideo -stddev: 1.24 PSNR: 46.26 MAXDIFF: 17 bytes: 7603200/ 7603200 -- 1.7.9.5
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel