[FFmpeg-cvslog] r19895 - in trunk: Makefile tests/codec-regression.sh tests/rotozoom.regression.ref tests/vsynth.regression.ref
reimar
subversion
Thu Sep 17 20:06:04 CEST 2009
Author: reimar
Date: Thu Sep 17 20:06:03 2009
New Revision: 19895
Log:
Add dnxhd test to regression tests.
Modified:
trunk/Makefile
trunk/tests/codec-regression.sh
trunk/tests/rotozoom.regression.ref
trunk/tests/vsynth.regression.ref
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Thu Sep 17 07:31:02 2009 (r19894)
+++ trunk/Makefile Thu Sep 17 20:06:03 2009 (r19895)
@@ -179,6 +179,7 @@ CODEC_TESTS = $(addprefix regtest-,
snowll \
dv \
dv50 \
+ dnxhd \
svq1 \
flashsv \
mp2 \
Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh Thu Sep 17 07:31:02 2009 (r19894)
+++ trunk/tests/codec-regression.sh Thu Sep 17 20:06:03 2009 (r19895)
@@ -370,6 +370,11 @@ do_video_encoding dv50.dv "-dct int" "-s
do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
fi
+if [ -n "$do_dnxhd" ] ; then
+do_video_encoding dnxhd.dnxhd "" "-s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact"
+do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
+fi
+
if [ -n "$do_svq1" ] ; then
do_video_encoding svq1.mov "" "-an -vcodec svq1 -qscale 3 -pix_fmt yuv410p"
do_video_decoding "" "-pix_fmt yuv420p"
Modified: trunk/tests/rotozoom.regression.ref
==============================================================================
--- trunk/tests/rotozoom.regression.ref Thu Sep 17 07:31:02 2009 (r19894)
+++ trunk/tests/rotozoom.regression.ref Thu Sep 17 20:06:03 2009 (r19895)
@@ -162,6 +162,10 @@ stddev: 10.09 PSNR: 28.04 bytes: 7603
14400000 ./tests/data/a-dv50.dv
af3f2dd5ab62c1a1d98b07d4aeb6852f *./tests/data/dv50.rotozoom.out.yuv
stddev: 0.82 PSNR: 49.81 bytes: 7603200/ 7603200
+06947a671a04bcfb9600834ea02d3390 *./tests/data/a-dnxhd.dnxhd
+30310400 ./tests/data/a-dnxhd.dnxhd
+3c16fca8254dcaa0efe495c45fa6bd28 *./tests/data/dnxhd.rotozoom.out.yuv
+stddev: 8.45 PSNR: 29.58 bytes: 7603200/ 7603200
7f9fbe4890bc1df67867bf03803dca48 *./tests/data/a-svq1.mov
766851 ./tests/data/a-svq1.mov
aa03471dac3f49455a33a2b19fda1098 *./tests/data/svq1.rotozoom.out.yuv
Modified: trunk/tests/vsynth.regression.ref
==============================================================================
--- trunk/tests/vsynth.regression.ref Thu Sep 17 07:31:02 2009 (r19894)
+++ trunk/tests/vsynth.regression.ref Thu Sep 17 20:06:03 2009 (r19895)
@@ -162,6 +162,10 @@ stddev: 30.76 PSNR: 18.36 bytes: 7603
14400000 ./tests/data/a-dv50.dv
a2ff093e93ffed10f730fa21df02fc50 *./tests/data/dv50.vsynth.out.yuv
stddev: 1.72 PSNR: 43.37 bytes: 7603200/ 7603200
+f361f3755373325551ac8d639531a8f0 *./tests/data/a-dnxhd.dnxhd
+30310400 ./tests/data/a-dnxhd.dnxhd
+321cf0d7223bfbb0bd7c431d94ef3867 *./tests/data/dnxhd.vsynth.out.yuv
+stddev: 21.37 PSNR: 21.52 bytes: 7603200/ 7603200
595fc4e38734521356b60e67b813f0fa *./tests/data/a-svq1.mov
1334367 ./tests/data/a-svq1.mov
9cc35c54b2c77d36bd7e308b393c1f81 *./tests/data/svq1.vsynth.out.yuv
More information about the ffmpeg-cvslog
mailing list