ffmpeg/tests
Justin Ruggles e71bcc3798 flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
1) search for optimal rice parameters and partition order. i also
modified the stereo method estimation to use this to calculate estimated
bit count instead of using just the pure sums.

2) search for the best fixed prediction order

3) constant subframe mode (good for encoding silence)

Note that the regression test for the decoded wav file also changed.
This is due to FFmpeg's FLAC decoder truncating the file, which it did
before anyway...just at a different cutoff point.  The generated FLAC
files are still 100% lossless.

With this update, FFmpeg's FLAC encoder has speed and compression
somewhere between "flac -1" and "flac -2".  On my machine, it's about
15% faster than "flac -2", and about 10% slower than "flac -1".  The
encoding parameters are identical to "flac -2" (fixed predictors, 1152
blocksize, partition order 0 to 3).

Originally committed as revision 5536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-27 21:01:21 +00:00
..
Makefile Make clean/distclean consistent throughout all the Makefiles. 2006-01-16 14:59:54 +00:00
audiogen.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
dsptest.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffmpeg.regression.ref flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 2006-06-27 21:01:21 +00:00
ffserver.regression.ref Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
lena.pnm
libav.regression.ref update libav regression tests for r5449 (adpcm) 2006-06-17 12:13:24 +00:00
regression.sh flac regression test 2006-06-24 11:40:21 +00:00
rotozoom.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
rotozoom.regression.ref flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 2006-06-27 21:01:21 +00:00
server-regression.sh don't try to test streams which are commented out in test.conf 2006-02-26 22:49:16 +00:00
test.conf Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
tiny_psnr.c Fix samples to bytes relation. 2006-04-24 13:04:12 +00:00
videogen.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00