aboutsummaryrefslogtreecommitdiff
path: root/celt/celt.h
AgeCommit message (Expand)Author
2018-03-27Adding decoder state validationJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-10-05Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsJean-Marc Valin
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-07-17New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-07-17Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-07-06Remove tabs from source code.Timothy B. Terriberry
2015-09-01Reorganize x86 SSE intrinsics code.Jonathan Lennox
2014-01-06Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-11-13Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin
2013-11-08Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-09-06First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-08-30Surround masking rewriteJean-Marc Valin
2013-05-17Merge branch 'surround'Jean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-05-11Fully automate version updatingRon
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05Surround: Better LFE handlingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin
2012-12-21New bandwidth detection codeJean-Marc Valin
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin
2012-10-09Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin
2012-10-09Merge branch 'exp_analysis7'Jean-Marc Valin
2012-07-18Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell
2012-07-13Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin
2012-07-13Speech/music discrimination (not used for anything yet)Jean-Marc Valin
2012-07-13Cleans up the most ugly parts of the analysis codeJean-Marc Valin
2012-07-13Adds an analysis function to control VBRJean-Marc Valin
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-09-13renames the libcelt/ directory to celt/Jean-Marc Valin
2011-04-28Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-16Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-11Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-07Support for glitchles mode switchingJean-Marc Valin