[Ffmpeg-cvslog] CVS: ffmpeg/tests regression.sh,1.75,1.76
Michael Niedermayer CVS
michael
Sun May 8 22:15:44 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 dsputil_mmx.c, 1.90, 1.91
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.393, 1.394 ffv1.c, 1.32, 1.33 g726.c, 1.5, 1.6 h263.c, 1.279, 1.280 huffyuv.c, 1.61, 1.62 mpeg12.c, 1.235, 1.236 mpegvideo.c, 1.480, 1.481 snow.c, 1.60, 1.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/tests
In directory mail:/var2/tmp/cvs-serv910/tests
Modified Files:
regression.sh
Log Message:
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
Index: regression.sh
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/tests/regression.sh,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- regression.sh 26 Apr 2005 09:06:39 -0000 1.75
+++ regression.sh 8 May 2005 20:15:41 -0000 1.76
@@ -290,7 +290,7 @@
do_ffmpeg $file -y -f pgmyuv -i $raw_src -an -vcodec huffyuv -pix_fmt yuv422p $file
# huffyuv decoding
-do_ffmpeg $raw_dst -y -i $file -f rawvideo -strict -1 -pix_fmt yuv420p $raw_dst
+do_ffmpeg $raw_dst -y -i $file -f rawvideo -strict -2 -pix_fmt yuv420p $raw_dst
fi
###################################
@@ -437,7 +437,7 @@
if [ -n "$do_ffv1" ] ; then
# ffv1 encoding
file=${outfile}ffv1.avi
-do_ffmpeg $file -y -strict -1 -f pgmyuv -i $raw_src -an -vcodec ffv1 $file
+do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec ffv1 $file
# ffv1 decoding
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
@@ -447,14 +447,14 @@
if [ -n "$do_snow" ] ; then
# snow encoding
file=${outfile}snow.avi
-do_ffmpeg $file -y -strict -1 -f pgmyuv -i $raw_src -an -vcodec snow -qscale 2 $file
+do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -qscale 2 $file
# snow decoding
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
# snow encoding
file=${outfile}snow53.avi
-do_ffmpeg $file -y -strict -1 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -qpel -4mv $file
+do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -qpel -4mv $file
# snow decoding
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 dsputil_mmx.c, 1.90, 1.91
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.393, 1.394 ffv1.c, 1.32, 1.33 g726.c, 1.5, 1.6 h263.c, 1.279, 1.280 huffyuv.c, 1.61, 1.62 mpeg12.c, 1.235, 1.236 mpegvideo.c, 1.480, 1.481 snow.c, 1.60, 1.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list