summaryrefslogtreecommitdiff
path: root/celt
Commit message (Expand)AuthorAgeFilesLines
...
* Proper detection of _mm_cvtss_si32 for MS compilerPavel P2018-10-161-1/+1
* Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashesJean-Marc Valin2018-10-164-4/+4
* Work around VS2015 internal compiler errorstagingMark Harris2018-07-281-3/+3
* Fix comma that should have been a semicolonJean-Marc Valin2018-07-261-1/+1
* Silence compiler warningsMark Harris2018-07-211-1/+1
* Fix DISABLE_FLOAT_API unused parameter warningMark Harris2018-05-281-0/+2
* Only call isqrt32() with a positive argumentMark Harris2018-05-281-1/+2
* Oops, fix NaN testJean-Marc Valin2018-05-171-1/+1
* Aborting on NaN in CELTJean-Marc Valin2018-05-152-0/+11
* two more asserts I forgotJean-Marc Valin2018-03-271-0/+1
* Asserting on some ctl() calls that should never failJean-Marc Valin2018-03-271-0/+2
* Adding decoder state validationJean-Marc Valin2018-03-272-8/+48
* Adding ENABLE_HARDENINGJean-Marc Valin2018-03-2714-22/+36
* Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin2018-02-181-0/+2
* Disabling weak transients and 5ms resolution on voiced framesJean-Marc Valin2018-02-151-2/+2
* Add a simple masking model to the spreading decisionJean-Marc Valin2018-02-133-8/+46
* Making sure importance[] is initialized even when we don't use dynallocJean-Marc Valin2018-02-131-0/+3
* oopsJean-Marc Valin2018-02-131-1/+1
* Improve TF analysis RDO to take into account how important each band isJean-Marc Valin2018-02-131-19/+34
* Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin2018-01-262-3/+7
* Fix unnecessary assignment.Roman Kalashnikov2017-10-301-1/+1
* Enable RFC 8251 changes by defaultJean-Marc Valin2017-10-292-3/+3
* Fix entropy coder docJean-Marc Valin2017-10-082-2/+2
* Simplifying celt_fir5() since x==y and mem[]={0}Jean-Marc Valin2017-10-081-17/+10
* Fix #undef of constantJean-Marc Valin2017-10-081-1/+1
* Fixes CELT PLCJean-Marc Valin2017-10-062-15/+14
* Add RNN for VAD and speech/music classificationJean-Marc Valin2017-10-051-1/+2
* Rename arm ne10 assembly optimization files.Ralph Giles2017-09-112-2/+2
* Rename SSE 4.1 files to match their targets.Ralph Giles2017-09-111-0/+0
* fix alignment exceptionsRay Essick2017-08-241-1/+3
* Fix celt_pitch_xcorr() ARM jump table compiling errorLinfeng Zhang2017-07-251-2/+6
* Free all allocated memory in unit testsMark Harris2017-06-132-8/+15
* Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang2017-06-061-103/+2
* Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-064-6/+165
* Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-063-0/+183
* Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang2017-06-066-41/+20
* Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang2017-06-064-8/+9
* Recalibrate VBR to hit target bitrate on averageJean-Marc Valin2017-06-021-2/+2
* Update dynalloc VBR calibrationJean-Marc Valin2017-06-021-1/+1
* Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin2017-06-012-6/+22
* Let CBR use more bits for dynallocJean-Marc Valin2017-06-011-3/+3
* Fixes unit tests that need arch-specific codeJean-Marc Valin2017-05-258-141/+54
* Fixes a double->float conversion warningJean-Marc Valin2017-05-241-1/+1
* Fixes some fixed-point 16-bit int overflowsv1.2-betaJean-Marc Valin2017-05-242-2/+2
* Reducing trim at low bitrateJean-Marc Valin2017-05-241-2/+10
* Fix compiler warningsMark Harris2017-02-267-20/+11
* Fix sum initializer in celt_fir()Jean-Marc Valin2017-02-181-4/+5
* Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin2017-02-171-20/+10
* Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin2017-02-151-2/+2
* Reduce the scope of Ne10 includesMichael Bradshaw2017-02-154-4/+3