summaryrefslogtreecommitdiff
path: root/lib/bitrate.c
Commit message (Expand)AuthorAgeFilesLines
* Update website link in copyright headers.Ralph Giles2020-07-031-1/+1
* Remove svn $Id$ header.Ralph Giles2017-06-161-1/+0
* Remove trailing whitespaceMonty2009-07-081-15/+15
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-261-25/+25
* Update documentation, version numbers, copyright datesMonty2007-07-241-2/+2
* Remove a stray fprintfMonty2004-08-081-4/+1
* Fix one comment (bitrate.c no longer uses a circular packet queue)Monty2004-07-201-6/+25
* Put AoTuV tunings merge (along with bugfixes) on the mainline. Thisv1.1.0rc1Monty2004-07-071-1/+1
* Kill off small padding bug for super-small bitreservoir sizes. It'sMonty2003-12-301-16/+16
* Replace time-windowed bitrate management setup with a one-passMonty2003-12-301-443/+149
* A single page audio stream that was also a short page would decode too far.Monty2002-10-111-4/+4
* Fix a serious bug in bitrate management that rendered hard limitingMonty2002-07-181-28/+21
* That's it. Full 1.0 libVorbis code handoff to release engineering.Monty2002-07-111-3/+2
* All sample rates/modes with fresh training now in CVS.Monty2002-07-111-2/+2
* 32kHz modes, coupled and uncoupled, managed and unmanagedv1.0.0rc4-internalMonty2002-07-021-1/+1
* Substantially increase the number of bits given to noise encoding inMonty2002-07-011-1/+1
* new ectl calls for lowpass and impulse block tweakingMonty2002-07-011-2/+2
* add vorbis_encode_ctl entries to manipulate the bitrate managementMonty2002-06-301-2/+2
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-194/+111
* bugfix. bm->avg_binacc wasn't initialised to known values (and was used withoutMike Smith2002-06-141-2/+2
* Fixed a memory management error in the new codebook codeMonty2002-01-221-2/+3
* Some memory allocations missing the _ogg_ prefixMonty2002-01-221-5/+5
* kill a fprintfMonty2001-12-231-3/+1
* beginning-of-stream tuning oops in bitrate managementMonty2001-12-231-28/+29
* bitrate management bugfixes and tuningMonty2001-12-231-107/+145
* eliminate printfsMonty2001-12-191-9/+2
* bitrate management is activeMonty2001-12-191-8/+15
* Merge infrastructure work; full booksMonty2001-12-191-7/+7
* New stereo VBR modes are liveMonty2001-12-141-5/+1
* Initial branch merge toward rc3Monty2001-12-121-0/+588