diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-05-22 20:33:24 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-05-22 20:33:24 +0200 |
commit | 50858a64bfc91a6d2717e2ecdd73b3f8322051fa (patch) | |
tree | 7524bf7baa9295062396d51ba58537666edb257d /tests | |
parent | f452d6c34db08e9315fde5761a8c2d38533dfcef (diff) | |
download | ffmpeg-50858a64bfc91a6d2717e2ecdd73b3f8322051fa.tar.gz |
Add Avid Meridien Uncompressed (AVUI) encoder.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/codec-regression.sh | 5 | ||||
-rw-r--r-- | tests/ref/vsynth1/avui | 4 | ||||
-rw-r--r-- | tests/ref/vsynth2/avui | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 9fab2cd2e9..d1e22becc1 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -350,6 +350,11 @@ do_video_encoding v408.avi "-an -c:v v408 -sws_flags neighbor+bitexact" do_video_decoding "" "-sws_flags neighbor+bitexact -pix_fmt yuv420p" fi +if [ -n "$do_avui" ] ; then +do_video_encoding avui.mov "-s pal -an -c:v avui -sws_flags neighbor+bitexact" +do_video_decoding "" "-s cif -sws_flags neighbor+bitexact -pix_fmt yuv420p" +fi + if [ -n "$do_yuv" ] ; then do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p" do_video_decoding "" "-pix_fmt yuv420p" diff --git a/tests/ref/vsynth1/avui b/tests/ref/vsynth1/avui new file mode 100644 index 0000000000..20d8218065 --- /dev/null +++ b/tests/ref/vsynth1/avui @@ -0,0 +1,4 @@ +6eaf08e0e02bccb135b934c5036eac25 *./tests/data/vsynth1/avui.mov +42624903 ./tests/data/vsynth1/avui.mov +c5ccac874dbf808e9088bc3107860042 *./tests/data/avui.vsynth1.out.yuv +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth2/avui b/tests/ref/vsynth2/avui new file mode 100644 index 0000000000..c17ee897fb --- /dev/null +++ b/tests/ref/vsynth2/avui @@ -0,0 +1,4 @@ +3f7c7bb5eba0006feb727badcad2b9bd *./tests/data/vsynth2/avui.mov +42624903 ./tests/data/vsynth2/avui.mov +dde5895817ad9d219f79a52d0bdfb001 *./tests/data/avui.vsynth2.out.yuv +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 |