Add further array bounds checks to bark_noise_hybridmp.
[platform/upstream/libvorbis.git] / lib / psy.c
2020-07-02 Ralph GilesAdd further array bounds checks to bark_noise_hybridmp.
2018-05-09 Thomas DaedeCVE-2017-14160: fix bounds check on very low sample...
2017-06-16 Ralph GilesRemove svn $Id$ header.
2011-09-02 Ralph GilesIfdef out an unused variable.
2010-11-29 Tim TerriberryA trio of warning fixes.
2010-10-26 MontyBack out the old HF AoTuV weighting which was first...
2010-03-26 MontyRevert an element of noise norm to earlier behavior...
2010-03-04 MontyCorrect numerous small bugs in new coupling engine
2010-03-03 MontyNew noise norm, coupling and quant code necessary for...
2010-02-12 MontySome minor setup code rearrangement/cleanup toward...
2009-07-08 MontyRemove trailing whitespace
2009-05-26 Montyglobal replaced all tabs with whitespaces in the source...
2009-04-16 Ralph GilesConst-ify some static data tables.
2009-04-08 MontyPatch an uninitialized trailing space in the ATH in...
2007-08-20 erikdRemove warnings about unused or uninitialized variables.
2007-07-24 MontyUpdate documentation, version numbers, copyright dates
2007-06-21 MontyNumerous small changes to resolve possible and certain...
2004-07-07 MontyPut AoTuV tunings merge (along with bugfixes) on the...
2002-10-21 Montyforgot to disable debugging output in psy.c
2002-10-18 MontyElimintae two minor bugs; zero-bark wraparound in noise...
2002-10-17 MontyIncorrect thinking on my part; rolling change back...
2002-10-17 MontyFix a divide by zero in noise_hybridmp due to faulty...
2002-10-11 MontyFix sort comparison functions to return -1,0,1 as per...
2002-07-30 Mike SmithDon't use fabsf(), go back to fabs()
2002-07-30 Mike SmithFix qsort() function so that it works on solaris, modif...
2002-07-13 Ralph Gilesremoved // commented dead code
2002-07-13 MontyTurn off HF dipole stereo. The elliptical stereo from...
2002-07-11 MontyAll sample rates/modes with fresh training now in CVS.
2002-07-01 Montypatch a nasty bounds bug introduced a week or two ago...
2002-06-30 Montyadd vorbis_encode_ctl entries to manipulate the bitrate...
2002-06-29 Mike SmithFix memory leak in psy code.
2002-06-28 MontyThe 'Grand Simplification' officially becomes the mainl...
2002-03-24 MontyContinued preecho tuning/fixes. Gone to average dB...
2002-03-18 Segher Boessenkool#define floor floorf , if it exists. Don't use floorf...
2002-03-17 MontyNew preecho detection/short block trigger code, replaci...
2001-12-22 MontyTuned out Dibrom's tone/noise masking bug. The problem...
2001-12-21 Segher Boessenkoolfix potential bug. luckily we weren't hit by it.
2001-12-21 Segher Boessenkoolfix nasty warnings, and some non-ansi constructs. ...
2001-12-19 Segher BoessenkoolRemove unused y2a, y2b computations.
2001-12-19 MontyMerge infrastructure work; full books
2001-12-18 MontySegher,
2001-12-18 Segher BoessenkoolSome more hypot() removal.
2001-12-12 MontyInitial branch merge toward rc3
2001-10-02 Segher Boessenkoolsizeof() cleanup. the occasional void * didn't make...
2001-09-11 MontyThoughts-in-progress: new noise metrics, cleaned up...
2001-09-11 Segher Boessenkoolspeling.
2001-09-02 Mike SmithPlug memory leak located by oddsock@oddsock.org.
2001-09-01 Montytuning on a branch. New noise metrics, noise bugfixes...
2001-08-16 MontyNoise curve code cleanup that also should fix a divide...
2001-08-13 MontyBringing rc2 (minus the modes it needs) onto mainline.
2001-07-01 Mike SmithSilence warning due to bad cast.
2001-06-18 Montytwo bugs:
2001-06-18 MontyAccidentally committed some in-progress encoder changes...
2001-06-15 MontyAdditional optimizations, rearrangement.
2001-05-27 MontyFloor 1
2001-03-21 Mike Smithallocation fix - sizeof(long) instead of sizeof(int...
2001-02-26 Montyfinal beta 4 commit
2001-02-17 MontyNew LSP root finding code; replace Newton-Raphson-Maehl...
2001-02-02 MontyUpdate header copyright dates, update copyright assignemnt
2001-02-02 MontyTwo bugfixes (float) not (float *) and an optimization to
2001-02-01 MontyAnother segfault fix (real this time) to bark_noise_median
2001-02-01 Montysegfault fix in bark_noise_median()
2001-01-30 MontyAdded Timothy Wood's bark_noise_median() optimization...
2001-01-22 MontyHave to free the noiseoffset array in psy_clear
2001-01-22 MontyInitial beta 4 merge
2000-12-21 MontyCommit minor speed patch (sliding window in vorbis_blockin)
2000-12-13 Mike SmithMemory leaks bad. Fixed memory leaks gooood.
2000-11-14 MontyTwo fixes:
2000-11-08 MontyIncremental update... new 100kbps and 128 kbps books
2000-11-06 MontyMerge branch_beta3 onto the mainline.
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-09-07 Mike SmithBackport of sqrt() domain fix to mainline.
2000-08-31 MontyFrames with no energy appeared to be non-silence dut...
2000-08-23 MontyFixes for three issues:
2000-08-15 MontyAdd mode B
2000-08-15 MontyCommit monty_branch_20000724 to the mainline in prep...
2000-06-19 MontyOptimizations, mostly minor things; just picking the...
2000-06-18 MontyShort block bugfix + tuning. I'm still not satisfied...
2000-06-14 MontyMerge ... the current Monty branch; this brings in...
2000-05-16 Mike SmithChange to a variable name in seed_peaks() to avoid...
2000-05-08 MontyFirst merge of new psychoacoustics. Have some unused...
2000-04-03 Montyfixes to build in MSVC
2000-03-10 MontyRepaired 'I must have been boozing' memory management...
2000-02-12 MontyCollect training data from the lib when compiled with...
2000-02-06 MontyIncremental update
2000-01-28 MontyUpdate encoder and decoder examples. One inch away...
2000-01-28 MontyThe lib and vq, at least, build again. Tackling the...
2000-01-22 MontyIt's all coming back together slowly. Incremental...
2000-01-20 Montyincremental update to make sure the massive modificatio...
2000-01-05 MontyMore shuffling of includes to ease codebook integration...
2000-01-04 Montyincremental update. Go to pure tone masking (no noise...
1999-12-31 MontyNew Bark-scale based lpc code in place (replacing biase...
1999-12-30 MontyMinor build fixes, integrate XMMS into the autoconfed...
1999-10-23 MontyCommit for general psychoacoustics debugging/improvement.
1999-10-18 MontyOngoig psychoacoustic work:
1999-10-12 MontyCommit includes:
1999-10-10 MontyOK, libvorbis encodes and decodes bitstreams (not compl...
1999-08-31 MontyFirst shot at the continuous balance code. Analysis...
1999-08-09 MontyKeeping up to date.