summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Mode 0 is just about there.Monty2001-12-1146-646/+456
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2511
* Catch the book formatting up with currentMonty2001-12-0790-5340/+1733
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2485
* ongoing workMonty2001-12-072-49/+46
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2435
* first mechanical stream encoded successfully (mode 0)Monty2001-12-072-96/+77
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2434
* fix more 'first time around' bugs found in testingMonty2001-12-062-21/+26
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2425
* continued debugging of vorbisenc.cMonty2001-12-062-34/+46
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2424
* Ongoing debugging: More fixes to vorbisencMonty2001-12-061-19/+22
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2423
* fixes to numerous typos and thinkosMonty2001-12-062-75/+90
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2422
* Incremental commitMonty2001-12-0511-281/+767
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2421
* incrememntal work; don't lose it.Monty2001-12-043-0/+908
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2420
* Continued incremental workMonty2001-12-0410-109/+834
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2419
* Catch a bug that may come up in the future; the fill forward inMonty2001-11-301-2/+2
| | | | | | floor1_inverse2 was carrying forward the wrong value. svn path=/branches/branch_monty_20011009/vorbis/; revision=2409
* commit a number of Tim Janik suggestions to the API.Monty2001-11-243-3/+1519
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2404
* Bitrate management scheme passes all tests. On to mundane bugfixes and tuning.Monty2001-11-244-41/+38
| | | | | | Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2401
* ongoing fixes to bitrate managementMonty2001-11-222-12/+11
| | | | | | Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2398
* bitrate management mark II running in 'full blown' mode. Likely stillMonty2001-11-2213-513/+2602
| | | | | | issues with partially enabled modes. testing continues... svn path=/branches/branch_monty_20011009/vorbis/; revision=2396
* Incremental commit of take-two higher latency but more stableMonty2001-11-168-128/+781
| | | | | | bitrate management svn path=/branches/branch_monty_20011009/vorbis/; revision=2383
* Found one straggler that was killing bitrate tracking at evenMonty2001-10-222-14/+9
| | | | | | iteration boundaries svn path=/branches/branch_monty_20011009/vorbis/; revision=2253
* Oops. Forgot to commit the rest of the bloody thing.Monty2001-10-221-48/+41
| | | | | | Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2252
* Pending any last minute bugs, welcome to 1.0's bitrate managementMonty2001-10-2245-489/+881
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2251
* OK, I think we've mostly got it. Moved to single queue system, added hysterysisMonty2001-10-204-183/+107
| | | | | | Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2186
* Ongoing bitrate management workMonty2001-10-2037-657/+1381
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2184
* More bitrate management additions/fixes/tuningMonty2001-10-1645-566/+1523
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2147
* A good VBR mode A starting point.Monty2001-10-1242-343/+345
| | | | svn path=/branches/branch_monty_20011009/vorbis/; revision=2133
* Fixed Chris's encoder_example .WAV header reader; it forgot to aborMonty2001-10-115-13/+325
| | | | | | | | | tthe loop and caused channel swapping/phase errors by munching one extra sample (not a sample pair). Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2132
* repair swapped avratemin and max.Monty2001-10-1146-128/+3705
| | | | | | | | | the 'burst of static in first/last frame' bug was real; pre/post extrapolate could overflow the autocorr accumulator. This was also throwing off global_specmax, nailing it to infinity if preextrapolate broke. Fixed. svn path=/branches/branch_monty_20011009/vorbis/; revision=2126
* bitrate management engine first commit. Still at least one bug/notMonty2001-10-0944-0/+7243
well tested. Monty svn path=/branches/branch_monty_20011009/vorbis/; revision=2124