[FFmpeg-cvslog] fate: add yuv4 encoding/decoding test

Paul B Mahol git at videolan.org
Sun Jan 29 18:45:14 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jan 29 12:00:56 2012 +0000| [8e46e1222250e7786e21a478c32bec949d70e3bb] | committer: Michael Niedermayer

fate: add yuv4 encoding/decoding test

Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e46e1222250e7786e21a478c32bec949d70e3bb
---

 tests/codec-regression.sh |    5 +++++
 tests/ref/vsynth1/yuv4    |    4 ++++
 tests/ref/vsynth2/yuv4    |    4 ++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index a81cb6e..37c6e86 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -334,6 +334,11 @@ do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p"
 do_video_decoding "" "-pix_fmt yuv420p"
 fi
 
+if [ -n "$do_yuv4" ] ; then
+do_video_encoding yuv4.avi "-an -c:v yuv4"
+do_video_decoding
+fi
+
 if [ -n "$do_y41p" ] ; then
 do_video_encoding y41p.avi "-an -c:v y41p"
 do_video_decoding
diff --git a/tests/ref/vsynth1/yuv4 b/tests/ref/vsynth1/yuv4
new file mode 100644
index 0000000..63c1298
--- /dev/null
+++ b/tests/ref/vsynth1/yuv4
@@ -0,0 +1,4 @@
+e0d593eb635432f421b93224e425ee03 *./tests/data/vsynth1/yuv4.avi
+ 7610060 ./tests/data/vsynth1/yuv4.avi
+c5ccac874dbf808e9088bc3107860042 *./tests/data/yuv4.vsynth1.out.yuv
+stddev:    0.00 PSNR:999.99 MAXDIFF:    0 bytes:  7603200/  7603200
diff --git a/tests/ref/vsynth2/yuv4 b/tests/ref/vsynth2/yuv4
new file mode 100644
index 0000000..99d7e82
--- /dev/null
+++ b/tests/ref/vsynth2/yuv4
@@ -0,0 +1,4 @@
+3d24f1d320c4ead1efbf3c952a902379 *./tests/data/vsynth2/yuv4.avi
+ 7610060 ./tests/data/vsynth2/yuv4.avi
+dde5895817ad9d219f79a52d0bdfb001 *./tests/data/yuv4.vsynth2.out.yuv
+stddev:    0.00 PSNR:999.99 MAXDIFF:    0 bytes:  7603200/  7603200



More information about the ffmpeg-cvslog mailing list