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
AgeCommit message (Expand)Author
2022-07-06Fix warnings when compiling with FUZZING enabledJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2021-05-12Fix trailing whitespace.Ralph Giles
2021-02-20Sending refresh DTX packets every 400 ms independently of the encoded frame s...Jesús de Vicente Peña
2020-06-14Silence clang silk_encoder alignment warningMark Harris
2020-02-15Fix for an assertion when running the fixed point testsJesús de Vicente Peña
2020-02-15Reland "Fixes to the the activity flag that is passed to Silk so it represent...Jesús de Vicente Peña
2020-02-11Revert "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-11API for checking whether the encoder is in DTXGustaf Ullberg
2019-04-09Correctly enable/disable SILK DTX with forced modeMark Harris
2019-02-14Reset nb_no_activity_frames when analysis DTX isn't usedanalysis_fix2Jean-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 pointerv1.3-rcJean-Marc Valin
2018-05-24Switch from narrowband to wideband at 9 kb/s, don't use mediumbandexp_bandwidth_fix4Jean-Marc Valin
2018-05-24Fix decision thresholds for larger frame sizesexp_bandwidth_fix3Jean-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-06Add 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-05Initialize 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-27Fix 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-06Remove redundant codeMark Harris
2016-11-06Fix crash on bad encoder frame_size argumentMark Harris
2016-11-05Removes 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-28Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-28Encode correct headers when asking for very small output bytes and using long...Felicia Lim
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-28Move 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