summaryrefslogtreecommitdiff
path: root/celt/celt.h
Commit message (Expand)AuthorAgeFilesLines
* Adding decoder state validationJean-Marc Valin2018-03-271-0/+7
* Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin2018-01-261-0/+1
* Add RNN for VAD and speech/music classificationJean-Marc Valin2017-10-051-1/+2
* Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin2017-06-011-0/+4
* Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin2016-12-201-0/+1
* Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin2016-11-041-3/+0
* New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim2016-07-171-1/+2
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-171-1/+11
* Remove tabs from source code.Timothy B. Terriberry2016-07-061-1/+1
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-011-1/+11
* Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin2014-01-061-1/+2
* Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin2014-01-061-4/+4
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-1/+2
* Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clashJean-Marc Valin2013-11-131-1/+1
* Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin2013-11-081-0/+4
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-281-3/+3
* First pass at making the analysis code run with FIXED_POINTJean-Marc Valin2013-09-061-5/+5
* Surround masking rewriteJean-Marc Valin2013-08-301-4/+4
* Merge branch 'surround'Jean-Marc Valin2013-05-171-0/+8
|\
| * Implements basic surround maskingJean-Marc Valin2013-05-051-0/+6
| * Surround: Better LFE handlingJean-Marc Valin2013-05-051-1/+1
| * Initial surround code with new APIJean-Marc Valin2013-05-051-0/+2
* | Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin2013-05-171-1/+0
* | Fully automate version updatingRon2013-05-111-4/+0
|/
* New bandwidth detection codeJean-Marc Valin2012-12-211-0/+2
* Splits out the CELT encoder and decoderJean-Marc Valin2012-11-081-0/+73
* Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin2012-10-091-2/+0
* Merge branch 'exp_analysis7'Jean-Marc Valin2012-10-091-2/+22
|\
| * Transient/VBR tuning, give more bits to frames where pitch changesJean-Marc Valin2012-07-131-0/+1
| * Speech/music discrimination (not used for anything yet)Jean-Marc Valin2012-07-131-0/+1
| * Cleans up the most ugly parts of the analysis codeJean-Marc Valin2012-07-131-2/+16
| * Adds an analysis function to control VBRJean-Marc Valin2012-07-131-0/+4
* | Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell2012-07-181-2/+2
|/
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-1/+1
* renames the libcelt/ directory to celt/Jean-Marc Valin2011-09-131-0/+117
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
* Loss rate adaptation for the CELT layerJean-Marc Valin2011-04-251-5/+5
* draft updateJean-Marc Valin2011-03-311-5/+5
* Build fixesJean-Marc Valin2011-03-231-5/+5
* Making mode switching use the same window as CELT (squared)Jean-Marc Valin2011-03-211-5/+5
* CELT updateJean-Marc Valin2011-03-181-5/+5
* More project files updateJean-Marc Valin2011-03-181-5/+5
* Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin2011-03-161-5/+5
* Adding constrained VBR modeJean-Marc Valin2011-03-141-5/+5
* Draft update (allocationGregory Maxwell2011-03-141-5/+5
* Disable newly introduced CELT signallingJean-Marc Valin2011-03-111-5/+5
* Nothing to see hereJean-Marc Valin2011-03-101-5/+5
* CELT updateJean-Marc Valin2011-03-091-18/+5
* Support for glitchles mode switchingJean-Marc Valin2011-03-071-5/+18