summaryrefslogtreecommitdiff
path: root/lib/envelope.c
Commit message (Expand)AuthorAgeFilesLines
* Remove svn $Id$ header.Ralph Giles2017-06-161-1/+0
* Remove trailing whitespaceMonty2009-07-081-30/+24
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-261-51/+51
* Remove unused parameter from function _ve_amp.erikd2007-08-201-3/+2
* Update documentation, version numbers, copyright datesMonty2007-07-241-2/+2
* Some preprocessor directives in this file didn't start with a # in column 1,Mike Smith2005-02-141-4/+4
* Remove a couple of unused variables.Ralph Giles2003-09-051-2/+1
* A single page audio stream that was also a short page would decode too far.Monty2002-10-111-3/+3
* removed // commented dead codeRalph Giles2002-07-131-2/+1
* All sample rates/modes with fresh training now in CVS.Monty2002-07-111-2/+2
* Fix overrun of a buffer resulting in a crash on some input files.Mike Smith2002-07-041-2/+2
* Correct a few more idiot bugs in short block triggeringMonty2002-04-061-16/+23
* minor preecho tweakMonty2002-04-011-5/+8
* Add one additional low frequency band to preecho detectionMonty2002-03-301-21/+19
* Two segfault fixes to new envelope.c [correcting stupid logic mistakes]Monty2002-03-291-10/+15
* Lots more preecho tuning after detailed feedback from Juha (JohnV). IMonty2002-03-291-125/+158
* Continued preecho tuning/fixes. Gone to average dB with even/oddMonty2002-03-241-45/+61
* new preecho was switching back to long blocks too soonMonty2002-03-231-7/+67
* New preecho detection/short block trigger code, replacing an IIRMonty2002-03-171-178/+154
* several extremely minor fixesSegher Boessenkool2001-12-201-3/+3
* Kill some warnings. Oh, and make examples compile again underSegher Boessenkool2001-12-191-2/+2
* Initial branch merge toward rc3Monty2001-12-121-31/+81
* sizeof() cleanup. the occasional void * didn't make this easier.Segher Boessenkool2001-10-021-10/+10
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-10/+10
* Floor 1Monty2001-05-271-3/+3
* final beta 4 commitMonty2001-02-261-5/+5
* bugfix/speed improvement to envelope.cMonty2001-02-181-20/+13
* New LSP root finding code; replace Newton-Raphson-Maehly with Laguerre'sMonty2001-02-171-35/+24
* Some new preecho code; split energy threshholding up into a few bands.Monty2001-02-151-133/+113
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
* Lower the highpass cutoff frequency a bit; midrange has preecho too.Monty2001-01-311-7/+49
* Initial beta 4 mergeMonty2001-01-221-31/+39
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-30/+31
* Memory leaks bad. Fixed memory leaks gooood.Mike Smith2000-12-131-1/+2
* Two fixes:Monty2000-11-141-4/+4
* Hm, the earlier fix for 'slow envelope analysis on silence afterMonty2000-11-071-3/+7
* Merge branch_beta3 onto the mainline.Monty2000-11-061-17/+21
* Merging the postbeta2 branch onto the mainline.Monty2000-10-121-30/+30
* Frames with no energy appeared to be non-silence dut to the ATH beingMonty2000-08-311-24/+3
* Commit monty_branch_20000724 to the mainline in prep for beta 2Monty2000-08-151-1/+14
* New LSP books, more reliable fit and lower bit usageMonty2000-07-121-89/+155
* Short block bugfix + tuning. I'm still not satisfied with the shortMonty2000-06-181-27/+83
* Merge of the current Monty branch; this brings in new psychoacousticMonty2000-06-141-4/+5
* First merge of new psychoacoustics. Have some unused codebooks toMonty2000-05-081-25/+1
* Repaired 'I must have been boozing' memory management in vorbisfile.aMonty2000-03-101-1/+2
* There's work left to do, but progress toward first cut: lib andMonty2000-02-071-3/+4
* It's all coming back together slowly. Incremental update.Monty2000-01-221-4/+8
* More shuffling of includes to ease codebook integration. This breaksMonty2000-01-051-2/+2
* Minor build fixes, integrate XMMS into the autoconfed stuffMonty1999-12-301-5/+3
* Minor changes to compile cleanly with MSVC++Monty1999-11-171-3/+4