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
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
2016-09-14Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin
2016-09-08Fixes an internal error in the Opus encoderJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-08-27Correct analysis downmix scaling factorMark Harris
2016-08-25Properly process both channels for DTXJean-Marc Valin
2016-08-21Make the DC rejection filter Q14 instead of Q15Jean-Marc Valin
2016-08-16Oops, fixes the sign in dc_reject()Jean-Marc Valin
2016-08-16Implementing compute_frame_energy() from celt_inner_prod() for floatJean-Marc Valin
2016-08-16Reducing the overhead due to dependency chains in dc_reject() for stereoJean-Marc Valin
2016-08-15Reducing the dependency chain in dc_reject()Jean-Marc Valin
2016-07-22Silence fixed point unused parameter warningMark Harris
2016-07-20Fix use_dtx for DISABLE_FLOAT_APIFelicia Lim
2016-07-19Tune SILK rate for hybrid with FEC enabledJean-Marc Valin
2016-07-19Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin
2016-07-19Taking loss rate into account in compute_equiv_rate()Jean-Marc Valin
2016-07-19Oops, edited the wrong comment in the previous commitJean-Marc Valin
2016-07-19Re-tuning compute_equiv_rate()Jean-Marc Valin