[FFmpeg-cvslog] r25017 - in trunk/tests: codec-regression.sh ref/vsynth1/qtrle ref/vsynth2/qtrle
vitor
subversion
Wed Sep 1 14:38:36 CEST 2010
Author: vitor
Date: Wed Sep 1 14:38:36 2010
New Revision: 25017
Log:
QTRLE regtest
Added:
trunk/tests/ref/vsynth1/qtrle
trunk/tests/ref/vsynth2/qtrle
Modified:
trunk/tests/codec-regression.sh
Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh Wed Sep 1 12:26:28 2010 (r25016)
+++ trunk/tests/codec-regression.sh Wed Sep 1 14:38:36 2010 (r25017)
@@ -248,6 +248,11 @@ do_video_encoding roqav.roq "" "-vframes
do_video_decoding "" "-pix_fmt yuv420p"
fi
+if [ -n "$do_qtrle" ] ; then
+do_video_encoding qtrle.mov "" ""
+do_video_decoding "" ""
+fi
+
if [ -n "$do_rgb" ] ; then
do_video_encoding rgb.avi "" "-an -vcodec rawvideo -pix_fmt bgr24"
do_video_decoding "" "-pix_fmt yuv420p"
Added: trunk/tests/ref/vsynth1/qtrle
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/vsynth1/qtrle Wed Sep 1 14:38:36 2010 (r25017)
@@ -0,0 +1,4 @@
+3f070779d7deb54626515ac7f7002e63 *./tests/data/vsynth1/qtrle.mov
+387772 ./tests/data/vsynth1/qtrle.mov
+a3c2610e2c069c3ad22ec03da83f774f *./tests/data/qtrle.vsynth1.out.yuv
+stddev: 15.14 PSNR: 24.53 MAXDIFF: 174 bytes: 7603200/ 7603200
Added: trunk/tests/ref/vsynth2/qtrle
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/tests/ref/vsynth2/qtrle Wed Sep 1 14:38:36 2010 (r25017)
@@ -0,0 +1,4 @@
+5346bba8e03e7de72b482efbcf712a2e *./tests/data/vsynth2/qtrle.mov
+141533 ./tests/data/vsynth2/qtrle.mov
+f967b290c7e6d015c0e78175db828249 *./tests/data/qtrle.vsynth2.out.yuv
+stddev: 5.75 PSNR: 32.93 MAXDIFF: 92 bytes: 7603200/ 7603200
More information about the ffmpeg-cvslog
mailing list