Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2018-05-15Aborting on NaN in CELTJean-Marc Valin
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adding decoder state validationJean-Marc Valin
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2018-02-18Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin
2018-02-15Disabling weak transients and 5ms resolution on voiced framesJean-Marc Valin
2018-02-13Add a simple masking model to the spreading decisionJean-Marc Valin
2018-02-13Making sure importance[] is initialized even when we don't use dynallocJean-Marc Valin
2018-02-13oopsJean-Marc Valin
2018-02-13Improve TF analysis RDO to take into account how important each band isJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-10-30Fix unnecessary assignment.Roman Kalashnikov
2017-10-29Enable RFC 8251 changes by defaultJean-Marc Valin
2017-10-08Fix entropy coder docJean-Marc Valin
2017-10-08Simplifying celt_fir5() since x==y and mem[]={0}Jean-Marc Valin
2017-10-08Fix #undef of constantJean-Marc Valin
2017-10-07Fixes CELT PLCJean-Marc Valin
2017-10-06Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-09-11Rename arm ne10 assembly optimization files.Ralph Giles
2017-09-11Rename SSE 4.1 files to match their targets.Ralph Giles
2017-08-24fix alignment exceptionsRay Essick
2017-07-25Fix celt_pitch_xcorr() ARM jump table compiling errorLinfeng Zhang
2017-06-14Free all allocated memory in unit testsMark Harris
2017-06-07Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang
2017-06-07Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
2017-06-07Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
2017-06-02Recalibrate VBR to hit target bitrate on averageJean-Marc Valin
2017-06-02Update dynalloc VBR calibrationJean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin
2017-06-01Let CBR use more bits for dynallocJean-Marc Valin
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
2017-05-24Fixes a double->float conversion warningJean-Marc Valin
2017-05-24Fixes some fixed-point 16-bit int overflowsv1.2-betaJean-Marc Valin
2017-05-24Reducing trim at low bitrateJean-Marc Valin
2017-02-27Fix compiler warningsMark Harris
2017-02-19Fix sum initializer in celt_fir()Jean-Marc Valin
2017-02-18Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin
2017-02-16Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin
2017-02-16Reduce the scope of Ne10 includesMichael Bradshaw
2017-02-15Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw
2017-02-05arm2gnu.pl: Fix GNU ARM .type directiveMark Harris
2017-01-26Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2017-01-18Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2017-01-13fixed_debug.h: delete some dead codeJames Zern
2017-01-06Avoids pre-echo in hybrid mode caused by noise being injected in the first bandJean-Marc Valin
2016-12-22Fix some compiler warningsMark Harris
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin