summaryrefslogtreecommitdiff
path: root/lib/codebook.c
Commit message (Expand)AuthorAgeFilesLines
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-10/+1
* Finished treeless decode optimizations for now.Monty2002-01-221-13/+12
* Additional optimization to new bisection search codebook decodeMonty2002-01-211-15/+16
* Memory use reduction:Monty2002-01-191-32/+76
* fix nasty warnings, and some non-ansi constructs. increase portability.Segher Boessenkool2001-12-211-4/+4
* several extremely minor fixesSegher Boessenkool2001-12-201-2/+2
* Kill some warnings. Oh, and make examples compile again underSegher Boessenkool2001-12-191-3/+3
* Mono and > stereo modes (uncoupled polyphonic) committedMonty2001-12-161-2/+2
* Initial branch merge toward rc3Monty2001-12-121-2/+2
* sizeof() cleanup. the occasional void * didn't make this easier.Segher Boessenkool2001-10-021-11/+11
* final round of commitsMonty2001-08-131-2/+3
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-2/+2
* two bugs:Monty2001-06-181-2/+2
* Additional optimizations, rearrangement.Monty2001-06-151-39/+64
* Cascading fully functionalMonty2001-06-041-51/+9
* Floor 1Monty2001-05-271-2/+39
* final beta 4 commitMonty2001-02-261-5/+5
* Replaced a mistaken sizeof(float) with sizeof(long); probable cause ofMonty2001-02-101-2/+2
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-50/+52
* Merge branch_beta3 onto the mainline.Monty2000-11-061-13/+12
* Merging the postbeta2 branch onto the mainline.Monty2000-10-121-64/+125
* add os.h include to get alloca.h for IRIXMonty2000-07-071-1/+2
* make selftest updatesMonty2000-07-071-60/+9
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-141-3/+11
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-081-290/+197
* fixes to build in MSVCMonty2000-04-031-1/+2
* Repaired 'I must have been boozing' memory management in vorbisfile.aMonty2000-03-101-1/+2
* Incremental update toward first cut. The full engine is in place.Monty2000-02-231-35/+16
* bugfix to codeword generation; the tree below the selected word wasMonty2000-02-211-52/+71
* *finally* got the lpc excitation amplitude quantization nailed down.Monty2000-02-091-27/+38
* There's work left to do, but progress toward first cut: lib andMonty2000-02-071-4/+28
* missed committing a codebook changeMonty2000-02-061-30/+6
* Incremental updateMonty2000-02-061-13/+39
* Fix for overflow bug in bitwise routines; read past end triggered too late.Monty2000-02-051-3/+3
* The lib and vq, at least, build again. Tackling the examples and xmmsMonty2000-01-281-97/+107
* It's all coming back together slowly. Incremental update.Monty2000-01-221-101/+75
* codebook.c looks solid, passes unit tests. Minor interface mods to bitwise.cMonty2000-01-121-51/+224
* first cut, lots of code, want it in CVS before I start debugging later.Monty2000-01-111-0/+437