[FFmpeg-cvslog] r22282 - in trunk/tests: lavf-regression.sh ref/lavf/bmp ref/lavf/jpg ref/lavf/pcx ref/lavf/pgm ref/lavf/ppm ref/lavf/sgi ref/lavf/tga ref/lavf/tiff
mru
subversion
Sun Mar 7 20:25:59 CET 2010
Author: mru
Date: Sun Mar 7 20:25:58 2010
New Revision: 22282
Log:
regtest: place image sequence outputs in separate directories
Modified:
trunk/tests/lavf-regression.sh
trunk/tests/ref/lavf/bmp
trunk/tests/ref/lavf/jpg
trunk/tests/ref/lavf/pcx
trunk/tests/ref/lavf/pgm
trunk/tests/ref/lavf/ppm
trunk/tests/ref/lavf/sgi
trunk/tests/ref/lavf/tga
trunk/tests/ref/lavf/tiff
Modified: trunk/tests/lavf-regression.sh
==============================================================================
--- trunk/tests/lavf-regression.sh Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/lavf-regression.sh Sun Mar 7 20:25:58 2010 (r22282)
@@ -27,12 +27,14 @@ do_streamed_images()
do_image_formats()
{
- file=${outfile}lavf%02d.$1
+ outfile="$datadir/images/$1/"
+ mkdir -p "$outfile"
+ file=${outfile}%02d.$1
$echov $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file
$ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file
- do_md5sum ${outfile}lavf02.$1 >> $logfile
+ do_md5sum ${outfile}02.$1 >> $logfile
do_ffmpeg_crc $file $3 -i $target_path/$file
- wc -c ${outfile}lavf02.$1 >> $logfile
+ wc -c ${outfile}02.$1 >> $logfile
}
do_audio_only()
Modified: trunk/tests/ref/lavf/bmp
==============================================================================
--- trunk/tests/ref/lavf/bmp Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/bmp Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-71f4d64a6b3c71f43a4eff526f84841c *./tests/data/lavf/lavf02.bmp
-./tests/data/lavf/lavf%02d.bmp CRC=0xe6c71946
-304182 ./tests/data/lavf/lavf02.bmp
+71f4d64a6b3c71f43a4eff526f84841c *./tests/data/images/bmp/02.bmp
+./tests/data/images/bmp/%02d.bmp CRC=0xe6c71946
+304182 ./tests/data/images/bmp/02.bmp
Modified: trunk/tests/ref/lavf/jpg
==============================================================================
--- trunk/tests/ref/lavf/jpg Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/jpg Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-d56c19d41e9754939ea0f15d09bc4a32 *./tests/data/lavf/lavf02.jpg
-./tests/data/lavf/lavf%02d.jpg CRC=0xb8bc5a32
-31763 ./tests/data/lavf/lavf02.jpg
+d56c19d41e9754939ea0f15d09bc4a32 *./tests/data/images/jpg/02.jpg
+./tests/data/images/jpg/%02d.jpg CRC=0xb8bc5a32
+31763 ./tests/data/images/jpg/02.jpg
Modified: trunk/tests/ref/lavf/pcx
==============================================================================
--- trunk/tests/ref/lavf/pcx Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/pcx Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-2df1d747fba23d03b6ff9c91b8b465c9 *./tests/data/lavf/lavf02.pcx
-./tests/data/lavf/lavf%02d.pcx CRC=0x6da01946
-364147 ./tests/data/lavf/lavf02.pcx
+2df1d747fba23d03b6ff9c91b8b465c9 *./tests/data/images/pcx/02.pcx
+./tests/data/images/pcx/%02d.pcx CRC=0x6da01946
+364147 ./tests/data/images/pcx/02.pcx
Modified: trunk/tests/ref/lavf/pgm
==============================================================================
--- trunk/tests/ref/lavf/pgm Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/pgm Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-388f5c51a678ca6a52cc006095c12f08 *./tests/data/lavf/lavf02.pgm
-./tests/data/lavf/lavf%02d.pgm CRC=0x418d2963
-101391 ./tests/data/lavf/lavf02.pgm
+388f5c51a678ca6a52cc006095c12f08 *./tests/data/images/pgm/02.pgm
+./tests/data/images/pgm/%02d.pgm CRC=0x418d2963
+101391 ./tests/data/images/pgm/02.pgm
Modified: trunk/tests/ref/lavf/ppm
==============================================================================
--- trunk/tests/ref/lavf/ppm Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/ppm Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-16d5dadf0b362fc8ba3cb676c5dde985 *./tests/data/lavf/lavf02.ppm
-./tests/data/lavf/lavf%02d.ppm CRC=0x6da01946
-304143 ./tests/data/lavf/lavf02.ppm
+16d5dadf0b362fc8ba3cb676c5dde985 *./tests/data/images/ppm/02.ppm
+./tests/data/images/ppm/%02d.ppm CRC=0x6da01946
+304143 ./tests/data/images/ppm/02.ppm
Modified: trunk/tests/ref/lavf/sgi
==============================================================================
--- trunk/tests/ref/lavf/sgi Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/sgi Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-7054acafd275e51cec28d4518e213081 *./tests/data/lavf/lavf02.sgi
-./tests/data/lavf/lavf%02d.sgi CRC=0x6da01946
-308151 ./tests/data/lavf/lavf02.sgi
+7054acafd275e51cec28d4518e213081 *./tests/data/images/sgi/02.sgi
+./tests/data/images/sgi/%02d.sgi CRC=0x6da01946
+308151 ./tests/data/images/sgi/02.sgi
Modified: trunk/tests/ref/lavf/tga
==============================================================================
--- trunk/tests/ref/lavf/tga Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/tga Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-c0305c53e6d79d4ed9f35f04f671246c *./tests/data/lavf/lavf02.tga
-./tests/data/lavf/lavf%02d.tga CRC=0xe6c71946
-304172 ./tests/data/lavf/lavf02.tga
+c0305c53e6d79d4ed9f35f04f671246c *./tests/data/images/tga/02.tga
+./tests/data/images/tga/%02d.tga CRC=0xe6c71946
+304172 ./tests/data/images/tga/02.tga
Modified: trunk/tests/ref/lavf/tiff
==============================================================================
--- trunk/tests/ref/lavf/tiff Sun Mar 7 18:55:23 2010 (r22281)
+++ trunk/tests/ref/lavf/tiff Sun Mar 7 20:25:58 2010 (r22282)
@@ -1,3 +1,3 @@
-b3299346a8959553a437e486d8f3bf76 *./tests/data/lavf/lavf02.tiff
-./tests/data/lavf/lavf%02d.tiff CRC=0x6da01946
-307131 ./tests/data/lavf/lavf02.tiff
+b3299346a8959553a437e486d8f3bf76 *./tests/data/images/tiff/02.tiff
+./tests/data/images/tiff/%02d.tiff CRC=0x6da01946
+307131 ./tests/data/images/tiff/02.tiff
More information about the ffmpeg-cvslog
mailing list