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
2023-06-16Making DRED encoder run for CELT tooJean-Marc Valin
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Handle DRED frames != 20 msJean-Marc Valin
2023-06-16Pull DRED encoding up to Opus layerJean-Marc Valin
2023-06-16Don't run the DRED encoder unless DRED is enabledJean-Marc Valin
2023-06-16Properly check to see if there's room for DREDJean-Marc Valin
2023-06-16Fix extensions padding for CBRJean-Marc Valin
2023-06-16DRED versioning in bitstreamJean-Marc Valin
2023-06-16Fixes build when ENABLE_NEURAL_FEC is offJean-Marc Valin
2023-06-16Don't encode empty DRED packetsJean-Marc Valin
2023-06-16Controlling DRED on the encode sideJean-Marc Valin
2023-06-16Splitting up DRED encodingJean-Marc Valin
2023-06-16DRED cleanup, support for variable number of framesJean-Marc Valin
2023-06-16DRED integration work in progressJean-Marc Valin
2023-06-16Code for inserting/extracting DRED in/from packetsJean-Marc Valin
2023-06-16Experimentng with padding extensionsJean-Marc Valin
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