[FFmpeg-cvslog] msvideo1 regression test

Michael Niedermayer git at videolan.org
Wed May 4 02:25:44 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 13 00:23:47 2011 +0100| [b5f20892c960ab9058c74703b29d7bf9d248bd36] | committer: Michael Niedermayer

msvideo1 regression test

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 2525e6c..ed6fb44 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -75,6 +75,11 @@ do_video_encoding msmpeg4.avi "-qscale 10" "-an -vcodec msmpeg4"
 do_video_decoding
 fi
 
+if [ -n "$do_msvideo1" ] ; then
+do_video_encoding msvideo1.avi "" "-an -vcodec msvideo1"
+do_video_decoding "" "-pix_fmt yuv420p"
+fi
+
 if [ -n "$do_wmv1" ] ; then
 do_video_encoding wmv1.avi "-qscale 10" "-an -vcodec wmv1"
 do_video_decoding
diff --git a/tests/ref/vsynth1/msvideo1 b/tests/ref/vsynth1/msvideo1
new file mode 100644
index 0000000..479234d
--- /dev/null
+++ b/tests/ref/vsynth1/msvideo1
@@ -0,0 +1,4 @@
+267a152a73cbc5ac4694a6e3b254be34 *./tests/data/vsynth1/msvideo1.avi
+2162264 ./tests/data/vsynth1/msvideo1.avi
+cf15dd12b8347567ae350383bf4ef4bb *./tests/data/msvideo1.vsynth1.out.yuv
+stddev:   11.81 PSNR: 26.68 MAXDIFF:  151 bytes:  7603200/  7603200
diff --git a/tests/ref/vsynth2/msvideo1 b/tests/ref/vsynth2/msvideo1
new file mode 100644
index 0000000..b630b15
--- /dev/null
+++ b/tests/ref/vsynth2/msvideo1
@@ -0,0 +1,4 @@
+5dddbbd6616d9be4bc0fd0c9650bd9e3 *./tests/data/vsynth2/msvideo1.avi
+1259308 ./tests/data/vsynth2/msvideo1.avi
+e2e7a952135f6307a74f2e178dc0df20 *./tests/data/msvideo1.vsynth2.out.yuv
+stddev:    7.42 PSNR: 30.71 MAXDIFF:  123 bytes:  7603200/  7603200



More information about the ffmpeg-cvslog mailing list