Browse code

fate: Add v210 codec regression tests

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Anton Khirnov <anton@khirnov.net>

Reimar Döffinger authored on 2011/12/28 10:43:16
Showing 3 changed files
... ...
@@ -278,6 +278,11 @@ do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24"
278 278
 do_video_decoding "" "-pix_fmt yuv420p"
279 279
 fi
280 280
 
281
+if [ -n "$do_v210" ] ; then
282
+do_video_encoding v210.avi "-an -c:v v210"
283
+do_video_decoding "" "-pix_fmt yuv420p"
284
+fi
285
+
281 286
 if [ -n "$do_yuv" ] ; then
282 287
 do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p"
283 288
 do_video_decoding "" "-pix_fmt yuv420p"
284 289
new file mode 100644
... ...
@@ -0,0 +1,4 @@
0
+dd6c870a2a52c9e75ce61c3670e710e7 *./tests/data/vsynth1/v210.avi
1
+14752460 ./tests/data/vsynth1/v210.avi
2
+50973792d3f1abe04a51ee0121f077f2 *./tests/data/v210.vsynth1.out.yuv
3
+stddev:    1.85 PSNR: 42.78 MAXDIFF:   29 bytes:  7603200/  7603200
0 4
new file mode 100644
... ...
@@ -0,0 +1,4 @@
0
+db0579bd46e1ba133ff86c0f7cdd761f *./tests/data/vsynth2/v210.avi
1
+14752460 ./tests/data/vsynth2/v210.avi
2
+a627fb50c8276200fd71383977d87ca3 *./tests/data/v210.vsynth2.out.yuv
3
+stddev:    0.34 PSNR: 57.43 MAXDIFF:    6 bytes:  7603200/  7603200