[FFmpeg-cvslog] r14631 - in trunk/tests: ffmpeg.regression.ref regression.sh rotozoom.regression.ref

bcoudurier subversion
Wed Aug 6 01:03:02 CEST 2008


Author: bcoudurier
Date: Wed Aug  6 01:03:02 2008
New Revision: 14631

Log:
add dv 4:1:1 regression test

Modified:
   trunk/tests/ffmpeg.regression.ref
   trunk/tests/regression.sh
   trunk/tests/rotozoom.regression.ref

Modified: trunk/tests/ffmpeg.regression.ref
==============================================================================
--- trunk/tests/ffmpeg.regression.ref	(original)
+++ trunk/tests/ffmpeg.regression.ref	Wed Aug  6 01:03:02 2008
@@ -154,6 +154,10 @@ c299f64c3e85b928c5bfe71629cee006 *./test
 7200000 ./tests/data/a-dv.dv
 3b9ead854b912e43ead976e4e86aab3b *./tests/data/dv.vsynth.out.yuv
 stddev:    8.91 PSNR: 29.12 bytes:  7603200/  7603200
+f3f2d89bbf40b5812c919b7bdf38684b *./tests/data/a-dv411.dv
+7200000 ./tests/data/a-dv411.dv
+b59e4ad3f4eef415752641d087c75d5d *./tests/data/dv.vsynth.out.yuv
+stddev:   30.72 PSNR: 18.37 bytes:  7603200/  7603200
 70dc9a58345e603094dedcac71e2dcd2 *./tests/data/a-dv50.dv
 14400000 ./tests/data/a-dv50.dv
 d727da8c7ce387ebe68845a1be916ee3 *./tests/data/dv50.vsynth.out.yuv

Modified: trunk/tests/regression.sh
==============================================================================
--- trunk/tests/regression.sh	(original)
+++ trunk/tests/regression.sh	Wed Aug  6 01:03:02 2008
@@ -353,6 +353,9 @@ fi
 if [ -n "$do_dv" ] ; then
 do_video_encoding dv.dv "-dct int" "-s pal -an"
 do_video_decoding "" "-s cif"
+
+do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p"
+do_video_decoding "" "-s cif"
 fi
 
 if [ -n "$do_dv50" ] ; then

Modified: trunk/tests/rotozoom.regression.ref
==============================================================================
--- trunk/tests/rotozoom.regression.ref	(original)
+++ trunk/tests/rotozoom.regression.ref	Wed Aug  6 01:03:02 2008
@@ -154,6 +154,10 @@ stddev:    0.00 PSNR:999.99 bytes:  7603
 7200000 ./tests/data/a-dv.dv
 75bf724e37f667f36af50e2051846574 *./tests/data/dv.rotozoom.out.yuv
 stddev:    3.11 PSNR: 38.24 bytes:  7603200/  7603200
+a8f9aaab0220c8895dafa43ebcda916d *./tests/data/a-dv411.dv
+7200000 ./tests/data/a-dv411.dv
+06ab34615153162ad73696672531d448 *./tests/data/dv.rotozoom.out.yuv
+stddev:   10.17 PSNR: 27.97 bytes:  7603200/  7603200
 ac6741e4c79e9ed18f179c4124ede29c *./tests/data/a-dv50.dv
 14400000 ./tests/data/a-dv50.dv
 ad9907f4ef608f025f5fc38b4b067b37 *./tests/data/dv50.rotozoom.out.yuv




More information about the ffmpeg-cvslog mailing list