summaryrefslogtreecommitdiff
path: root/lib/psy.c
Commit message (Expand)AuthorAgeFilesLines
* Put AoTuV tunings merge (along with bugfixes) on the mainline. Thisv1.1.0rc1Monty2004-07-071-1/+77
* forgot to disable debugging output in psy.cMonty2002-10-211-3/+3
* Elimintae two minor bugs; zero-bark wraparound in noise_hybridmp wasMonty2002-10-181-46/+62
* Incorrect thinking on my part; rolling change back to 1.77Monty2002-10-171-7/+7
* Fix a divide by zero in noise_hybridmp due to faulty spectrum wrappingMonty2002-10-171-7/+7
* Fix sort comparison functions to return -1,0,1 as per specMonty2002-10-111-4/+2
* Don't use fabsf(), go back to fabs()Mike Smith2002-07-301-3/+3
* Fix qsort() function so that it works on solaris, modified slightlyMike Smith2002-07-301-3/+6
* removed // commented dead codeRalph Giles2002-07-131-2/+1
* Turn off HF dipole stereo. The elliptical stereo from rc3, despiteMonty2002-07-131-7/+25
* All sample rates/modes with fresh training now in CVS.Monty2002-07-111-6/+26
* patch a nasty bounds bug introduced a week or two ago. It could nukeMonty2002-07-011-6/+6
* add vorbis_encode_ctl entries to manipulate the bitrate managementMonty2002-06-301-14/+52
* Fix memory leak in psy code.Mike Smith2002-06-291-2/+7
* The 'Grand Simplification' officially becomes the mainline toward rc4.Monty2002-06-281-609/+653
* Continued preecho tuning/fixes. Gone to average dB with even/oddMonty2002-03-241-2/+1
* #define floor floorf , if it exists. Don't use floorf() directly.Segher Boessenkool2002-03-181-2/+2
* New preecho detection/short block trigger code, replacing an IIRMonty2002-03-171-3/+3
* Tuned out Dibrom's tone/noise masking bug. The problem was theMonty2001-12-221-5/+5
* fix potential bug. luckily we weren't hit by it.Segher Boessenkool2001-12-211-2/+2
* fix nasty warnings, and some non-ansi constructs. increase portability.Segher Boessenkool2001-12-211-4/+4
* Remove unused y2a, y2b computations.Segher Boessenkool2001-12-191-6/+1
* Merge infrastructure work; full booksMonty2001-12-191-15/+7
* Segher,Monty2001-12-181-3/+5
* Some more hypot() removal.Segher Boessenkool2001-12-181-17/+7
* Initial branch merge toward rc3Monty2001-12-121-227/+209
* sizeof() cleanup. the occasional void * didn't make this easier.Segher Boessenkool2001-10-021-70/+70
* Thoughts-in-progress: new noise metrics, cleaned up stereo. There's aMonty2001-09-111-28/+32
* speling.Segher Boessenkool2001-09-111-5/+5
* Plug memory leak located by oddsock@oddsock.org.Mike Smith2001-09-021-2/+3
* tuning on a branch. New noise metrics, noise bugfixes, postecho on.Monty2001-09-011-149/+198
* Noise curve code cleanup that also should fix a divide-by-zero bugMonty2001-08-161-97/+13
* Bringing rc2 (minus the modes it needs) onto mainline.Monty2001-08-131-255/+578
* Silence warning due to bad cast.Mike Smith2001-07-011-2/+2
* two bugs:Monty2001-06-181-2/+2
* Accidentally committed some in-progress encoder changes that brokeMonty2001-06-181-2/+2
* Additional optimizations, rearrangement.Monty2001-06-151-52/+73
* Floor 1Monty2001-05-271-126/+137
* allocation fix - sizeof(long) instead of sizeof(int) to fix problemsMike Smith2001-03-211-2/+2
* final beta 4 commitMonty2001-02-261-5/+5
* New LSP root finding code; replace Newton-Raphson-Maehly with Laguerre'sMonty2001-02-171-2/+2
* Update header copyright dates, update copyright assignemntMonty2001-02-021-4/+3
* Two bugfixes (float) not (float *) and an optimization toMonty2001-02-021-10/+11
* Another segfault fix (real this time) to bark_noise_medianMonty2001-02-011-1/+3
* segfault fix in bark_noise_median()Monty2001-02-011-3/+3
* Added Timothy Wood's bark_noise_median() optimization patchMonty2001-01-301-21/+35
* Have to free the noiseoffset array in psy_clearMonty2001-01-221-1/+2
* Initial beta 4 mergeMonty2001-01-221-372/+358
* Commit minor speed patch (sliding window in vorbis_blockin)Monty2000-12-211-30/+30
* Memory leaks bad. Fixed memory leaks gooood.Mike Smith2000-12-131-1/+2