summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchbranch_monty_20020303unknown2004-03-20461-56322/+0
* Fixed a memory management error in the new codebook codeMonty2002-01-2217-157/+282
* Some memory allocations missing the _ogg_ prefixMonty2002-01-222-14/+14
* Finished treeless decode optimizations for now.Monty2002-01-223-25/+28
* Additional optimization to new bisection search codebook decodeMonty2002-01-213-22/+49
* Fix to segfault unpacking a sparse bookMonty2002-01-191-4/+7
* Memory use reduction:Monty2002-01-194-174/+256
* Bump encoder date for release 1.0 rc 3Monty2002-01-011-2/+2
* Fix build failures reported by 'make distcheck'. Apparently automakeJack Moffitt2001-12-317-2/+151
* kill a fprintfMonty2001-12-231-3/+1
* beginning-of-stream tuning oops in bitrate managementMonty2001-12-235-67/+55
* bitrate management bugfixes and tuningMonty2001-12-234-128/+157
* Tuned out Dibrom's tone/noise masking bug. The problem was theMonty2001-12-224-65/+41
* *** empty log message ***Segher Boessenkool2001-12-221-2/+2
* fix potential bug. luckily we weren't hit by it.Segher Boessenkool2001-12-211-2/+2
* *oops*Segher Boessenkool2001-12-211-2/+2
* fix nasty warnings, and some non-ansi constructs. increase portability.Segher Boessenkool2001-12-218-22/+22
* Config samplerate error not being propogated up by vorbis_encode_init fixedMonty2001-12-211-3/+9
* several extremely minor fixesSegher Boessenkool2001-12-2044-104/+107
* Kill some warnings. Oh, and make examples compile again underSegher Boessenkool2001-12-196-16/+18
* Remove unused y2a, y2b computations.Segher Boessenkool2001-12-191-6/+1
* sixxie: thanksMonty2001-12-191-2/+2
* Set a hard min floater val if using ABRMonty2001-12-191-2/+2
* eliminate printfsMonty2001-12-193-22/+28
* bitrate management is activeMonty2001-12-194-47/+183
* "oops"Monty2001-12-191-9/+5
* Merge infrastructure work; full booksMonty2001-12-19401-2133/+15482
* ov_read_float() was calling vorbis_synthesis_read() and moving pointersJack Moffitt2001-12-181-2/+20
* Commenting out Monty's debugging messages on HEAD.Jack Moffitt2001-12-181-2/+2
* Looks like someone accidentally checked in a Makefile. Oops.Jack Moffitt2001-12-181-510/+0
* Segher,Monty2001-12-181-3/+5
* Some more hypot() removal.Segher Boessenkool2001-12-181-17/+7
* getting rid of some hypot() callsSegher Boessenkool2001-12-181-3/+5
* Fix the fucking copyright notices. Gar. Duplicated code. Gar.Monty2001-12-17239-605/+427
* Mono and > stereo modes (uncoupled polyphonic) committedMonty2001-12-1656-82/+4269
* don't commit testsMonty2001-12-141-32/+1
* oops, bitrates are in *k*bpsMonty2001-12-141-11/+46
* New stereo VBR modes are liveMonty2001-12-1481-194/+3825
* rambokid noticed that we were exporting host_is_big_endian() accidentallyJack Moffitt2001-12-141-3/+2
* add .vqh files to distribution listRalph Giles2001-12-131-1/+1
* More complete trainingMonty2001-12-13109-534/+13031
* Initial branch merge toward rc3Monty2001-12-12291-35022/+8359
* Use system version of ogg/ogg.h, required for macosx build.Ralph Giles2001-11-161-2/+2
* Use _ogg_free() instea of free() in one place.Mike Smith2001-11-131-2/+2
* Fixes for two bugs relating to short files in vorbisfile:Mike Smith2001-11-121-46/+52
* Change a single strdup() call to do _ogg_malloc(), then strcpy. This ensuresMike Smith2001-10-201-2/+3
* Make DLL exports work for other win32 compilers, per Dimitry Andric's suggestioncwolf2001-10-181-3/+3
* Get rid of shmmap stuffcwolf2001-10-181-24/+1
* Get rid of shmmap stuff.cwolf2001-10-182-15/+12
* Fix _v_writestring() bug reported by Erik Kruus, to fix an 8-bit cleannessMike Smith2001-10-141-9/+11