aboutsummaryrefslogtreecommitdiff
path: root/src/opus_encoder.c
AgeCommit message (Expand)Author
2020-06-13Silence clang silk_encoder alignment warningMark Harris
2020-02-14Fix for an assertion when running the fixed point testsJesús de Vicente Peña
2020-02-14Reland "Fixes to the the activity flag that is passed to Silk so it represent...Jesús de Vicente Peña
2020-02-10Revert "Fixes to the the activity flag that is passed to Silk so it represent...Felicia Lim
2020-02-10Fixes to the the activity flag that is passed to Silk so it represents the fi...Jesús de Vicente Peña
2019-12-04OPUS_GET_IN_DTX handles Silk middle channel onlyGustaf Ullberg
2019-04-10API for checking whether the encoder is in DTXGustaf Ullberg
2019-04-08Correctly enable/disable SILK DTX with forced modeMark Harris
2019-02-13Reset nb_no_activity_frames when analysis DTX isn't usedJean-Marc Valin
2019-02-13Fixes analysis buffering for silence and complexity changesJean-Marc Valin
2018-10-30Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin
2018-05-29Avoiding arithmetic on NULL pointerJean-Marc Valin
2018-05-24Switch from narrowband to wideband at 9 kb/s, don't use mediumbandJean-Marc Valin
2018-05-24Fix decision thresholds for larger frame sizesJean-Marc Valin
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27Misc assertion cleanupJean-Marc Valin
2018-03-12Using a first-order filter for DC rejectionJean-Marc Valin
2018-02-21Fix comment to take into account previous commitJean-Marc Valin
2018-02-21Increasing the CELT bit allocation slightly for stereo hybridJean-Marc Valin
2017-12-31Fixes NaN issues in compute_stereo_width()Jean-Marc Valin
2017-11-16Tuning decision thresholds for low-bitrate musicJean-Marc Valin
2017-10-05Add RNN for VAD and speech/music classificationJean-Marc Valin
2017-09-28Better rate allocation for stereo SILK in hybrid modeJean-Marc Valin
2017-07-06Fix uninitialized variables in decide_dtx_mode()Andrew Larkin
2017-06-04Initialize speech/music prob based on applicationJean-Marc Valin
2017-06-04Properly compute redundancy_bytesJean-Marc Valin
2017-05-17Optimize silk_biquad_alt_stride2() for ARM NEONLinfeng Zhang
2017-05-17Update silk_biquad_alt()Linfeng Zhang
2017-02-26Fix compiler warningsMark Harris
2017-02-14Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functionsJean-Marc Valin
2016-12-22Fix some compiler warningsMark Harris
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-12-16Adding a missing "else"Jean-Marc Valin
2016-11-05Remove redundant codeMark Harris
2016-11-05Fix crash on bad encoder frame_size argumentMark Harris
2016-11-04Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-11-02Reduce redundancy when SILK uses too many bitsMark Harris
2016-11-02Fix redundancy on SILK 80+ms bandwidth switchMark Harris
2016-10-28Fix CBR packet sizes for 80 msFelicia Lim
2016-10-27Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-27Encode correct headers when asking for very small output bytes and using long...Felicia Lim
2016-10-27Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-27Move multiframe encoding into a separate functionFelicia Lim
2016-10-27Account for redundancy signalling when computing st->silk_mode.maxBitsJean-Marc Valin
2016-09-20Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytesJean-Marc Valin
2016-09-14Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin
2016-09-07Fixes an internal error in the Opus encoderJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesJean-Marc Valin
2016-08-27Correct analysis downmix scaling factorMark Harris