summaryrefslogtreecommitdiff
path: root/lib/floor0.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple of unused variables.Ralph Giles2003-09-051-2/+1
* LPC filter generation (for pre- and post-extrapolation) requiresMonty2003-03-071-12/+1
* Specwriting found a possible stack smash in floor0.c decode. repairedMonty2002-07-171-2/+6
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-294/+57
* fix a one-off in a guard check during setup.Monty2002-02-261-2/+2
* Fixed a memory management error in the new codebook codeMonty2002-01-221-6/+6
* fix nasty warnings, and some non-ansi constructs. increase portability.Segher Boessenkool2001-12-211-3/+3
* several extremely minor fixesSegher Boessenkool2001-12-201-2/+2
* Initial branch merge toward rc3Monty2001-12-121-2/+1
* sizeof() cleanup. the occasional void * didn't make this easier.Segher Boessenkool2001-10-021-20/+21
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-10/+14
* Accidentally committed some in-progress encoder changes that brokeMonty2001-06-181-1/+3
* zeroed channel logic fix to residue backend 2Monty2001-06-151-1/+2
* Additional optimizations, rearrangement.Monty2001-06-151-14/+26
* Cascading fully functionalMonty2001-06-041-2/+2
* Floor 1Monty2001-05-271-20/+41
* final beta 4 commitMonty2001-02-261-5/+5
* New LSP root finding code; replace Newton-Raphson-Maehly with Laguerre'sMonty2001-02-171-23/+18
* Guard against getting an invalid LSP codebook in decode if the packetMonty2001-02-101-2/+2
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
* Initial beta 4 mergeMonty2001-01-221-65/+59
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-8/+8
* Fix a bug in the post-encode normalization;Monty2000-12-121-4/+7
* Oops, didn't mean to commit the printfs.Monty2000-12-121-3/+1
* boundary guard in linearmap init was a one-offMonty2000-12-071-2/+4
* Erik Kruus spotted a bug in an ANALYSIS sectionMonty2000-11-221-3/+3
* beta 3 commit. Unless I missed something (give it 50/50 odds ;-)Monty2000-11-171-10/+32
* Two fixes:Monty2000-11-141-6/+6
* Hm, the earlier fix for 'slow envelope analysis on silence afterMonty2000-11-071-1/+16
* Merge branch_beta3 onto the mainline.Monty2000-11-061-19/+32
* Merging the postbeta2 branch onto the mainline.Monty2000-10-121-95/+63
* Frames with no energy appeared to be non-silence dut to the ATH beingMonty2000-08-311-11/+6
* Add pre-cliff and post-cliff interpolation so that sampleMonty2000-08-231-20/+1
* Fixes for three issues:Monty2000-08-231-2/+2
* All new LSP->freq envelope curve computation code.Monty2000-08-191-24/+16
* Commit monty_branch_20000724 to the mainline in prep for beta 2Monty2000-08-151-5/+10
* New LSP fit hinting in place (new codebook hint)Monty2000-07-171-133/+12
* New LSP books, more reliable fit and lower bit usageMonty2000-07-121-115/+224
* Optimizations, mostly minor things; just picking the lowest-hanging fruit.Monty2000-06-191-2/+3
* proper truncated packet supportMonty2000-06-151-20/+24
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-141-25/+113
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-081-69/+188
* Added os.h to res0.c and floor0.c in order to give _alloca/rint to MSVCMonty2000-04-061-1/+2
* Repaired 'I must have been boozing' memory management in vorbisfile.aMonty2000-03-101-1/+2
* fixes to prevent segfaultsMonty2000-02-231-3/+3
* Incremental update toward first cut. The full engine is in place.Monty2000-02-231-43/+49
* Collect training data from the lib when compiled with -DTRAINMonty2000-02-121-1/+15
* *finally* got the lpc excitation amplitude quantization nailed down.Monty2000-02-091-42/+96
* There's work left to do, but progress toward first cut: lib andMonty2000-02-071-26/+8
* Incremental updateMonty2000-02-061-18/+101