[Ffmpeg-cvslog] CVS: ffmpeg/tests ffmpeg.regression.ref, 1.139, 1.140 rotozoom.regression.ref, 1.94, 1.95
Michael Niedermayer CVS
michael
Thu May 5 16:10:54 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/tests
In directory mail:/var2/tmp/cvs-serv24063/tests
Modified Files:
ffmpeg.regression.ref rotozoom.regression.ref
Log Message:
While adding stereo rematrixing, I came across something that needs to
be fixed even without adding the feature. The output correctly uses 4
dummy values for the rematrixing flags in block-0, but the bit
allocation routine does not take these bits into account. From what I
can tell, there was a patch in 2003 that corrected the output to make it
DVD and spec compatible, but it didn't correct the bit allocation. It's
only 4 bits over the entire 6 blocks, so overflow errors would happen
rarely or never, but it's still worth fixing. So here is a fix.
patch by (Justin Ruggles {jruggle earthlink net)
Index: ffmpeg.regression.ref
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/tests/ffmpeg.regression.ref,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- ffmpeg.regression.ref 17 Apr 2005 09:27:53 -0000 1.139
+++ ffmpeg.regression.ref 5 May 2005 14:10:52 -0000 1.140
@@ -136,7 +136,7 @@
6956f2c5185c4edbae648c614992a14b *./data/out.wav
stddev:9330.70 PSNR:16.92 bytes:527360
stddev:4396.13 PSNR:23.46 bytes:526336
-d056da679e6d6682812fffb28a7f0db6 *./data/a-ac3.rm
+3bc982921d6354be383ba37c1dbcf958 *./data/a-ac3.rm
97983 ./data/a-ac3.rm
9e6e66847a568ef4f1f229b0939d2aae *./data/a-g726.wav
24268 ./data/a-g726.wav
Index: rotozoom.regression.ref
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/tests/rotozoom.regression.ref,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- rotozoom.regression.ref 15 Apr 2005 13:24:30 -0000 1.94
+++ rotozoom.regression.ref 5 May 2005 14:10:52 -0000 1.95
@@ -136,7 +136,7 @@
6956f2c5185c4edbae648c614992a14b *./data/out.wav
stddev:9330.70 PSNR:16.92 bytes:527360
stddev:4396.13 PSNR:23.46 bytes:526336
-d056da679e6d6682812fffb28a7f0db6 *./data/a-ac3.rm
+3bc982921d6354be383ba37c1dbcf958 *./data/a-ac3.rm
97983 ./data/a-ac3.rm
9e6e66847a568ef4f1f229b0939d2aae *./data/a-g726.wav
24268 ./data/a-g726.wav
More information about the ffmpeg-cvslog
mailing list