[FFmpeg-devel] [RFC] Regression test speed
Michael Kostylev
michael.kostylev
Sat Dec 5 22:54:59 CET 2009
On Sat Dec 5 21:53:54 2009
Stefano Sabatini wrote:
> Index: ffmpeg/Makefile
> ===================================================================
> --- ffmpeg.orig/Makefile 2009-12-05 21:17:11.000000000 +0100
> +++ ffmpeg/Makefile 2009-12-05 21:17:54.000000000 +0100
> @@ -189,6 +189,7 @@
> dnxhd_720p_rd \
> svq1 \
> flashsv \
> + roqvideo \
> mp2 \
> ac3 \
> g726 \
> Index: ffmpeg/tests/codec-regression.sh
> ===================================================================
> --- ffmpeg.orig/tests/codec-regression.sh 2009-12-05 21:17:11.000000000 +0100
> +++ ffmpeg/tests/codec-regression.sh 2009-12-05 21:52:49.000000000 +0100
> @@ -241,6 +241,11 @@
> do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
> fi
>
> +if [ -n "$do_roqvideo" ] ; then
> +do_video_encoding roqvideo.roq "" "-vcodec roqvideo -vframes 5 -an"
> +do_video_decoding
> +fi
> +
> if [ -n "$do_mp2" ] ; then
> do_audio_encoding mp2.mp2 "-ar 44100"
> do_audio_decoding
What about vsync & rotozoom?
Michael
More information about the ffmpeg-devel
mailing list