aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2017-10-06Fixes CELT PLCJean-Marc Valin
2017-10-05Add 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-08-01Opus 1.2.1 am: 0c2090c324 am: be4939eea9 am: 8d2ac7cd81Felicia Lim
2017-08-01fix alignment exceptionsRay Essick
2017-07-25Fix celt_pitch_xcorr() ARM jump table compiling errorLinfeng Zhang
2017-07-07Opus 1.2.1android-o-iot-preview-5o-iot-preview-5Felicia Lim
2017-06-13Free all allocated memory in unit testsMark Harris
2017-06-06Clean celt_pitch_xcorr_float_neon()Linfeng Zhang
2017-06-06Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-06Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-06Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
2017-06-06Replace 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 bandsJean-Marc Valin
2017-06-01Let CBR use more bits for dynallocJean-Marc Valin
2017-05-25Fixes 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 overflowsJean-Marc Valin
2017-05-24Reducing trim at low bitrateJean-Marc Valin
2017-02-26Fix compiler warningsMark Harris
2017-02-18Fix sum initializer in celt_fir()Jean-Marc Valin
2017-02-17Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin
2017-02-15Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin
2017-02-15Reduce the scope of Ne10 includesMichael Bradshaw
2017-02-15Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw
2017-02-04arm2gnu.pl: Fix GNU ARM .type directiveMark Harris
2017-01-25Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2017-01-25Upgrade Opus to v1.1.4android-o-preview-1android-n-mr2-preview-2o-previewFelicia Lim
2017-01-17Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2017-01-12fixed_debug.h: delete some dead codeJames Zern
2017-01-05Avoids 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
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-11-02Improves CELT bit allocation at very low bitratesJean-Marc Valin
2016-10-29Don't use hybrid "weak transients" on vowelsJean-Marc Valin
2016-10-28Define "weak transients" for low bitrate hybridJean-Marc Valin
2016-10-27Fixes an unstable energy issue for low-bitrate hybridJean-Marc Valin
2016-09-14Prevents ridiculously large gains from causing inf/NaNs in float decoderJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesJean-Marc Valin
2016-09-01Bitstream change: prevent noise injection in hybrid modeJean-Marc Valin
2016-08-15Removed a float operation that sneaked in in the fixed-point codeJean-Marc Valin
2016-08-15Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin
2016-08-14Apply deemphasis to both channels in the same loop for the simple caseJean-Marc Valin
2016-08-13Making gcc use SSE directly for float->int conversion when availableJean-Marc Valin
2016-08-12Reducing dependencies in deemphasis()Jean-Marc Valin