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
path: root/src
AgeCommit message (Expand)Author
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-31Fix amount of extra bytes reserved for 100 msFelicia Lim
2016-10-28Multistream encoder: allocate an extra byte per stream for 100 msFelicia Lim
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-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-20Using OPUS_MOVE() instead of OPUS_COPY() to move redundancy bytesJean-Marc Valin
2016-09-20Consider per-channel energy bits in surround_rate_allocation()Jean-Marc Valin
2016-09-17Fixes surround_analysis() for frame size > 20 msJean-Marc Valin
2016-09-14Fixing failure due to CBR allocating zero byte to a streamJean-Marc Valin
2016-09-08Fix ambisonics bitrate when bitrate_bps is OPUS_AUTOMichael Graczyk
2016-09-08Fixes an internal error in the Opus encoderJean-Marc Valin
2016-09-07Prevent tonality estimator from running too often with 2.5 and 5 ms framesJean-Marc Valin
2016-09-07Prevents an overflow in multi-stream encoder rate computationJean-Marc Valin
2016-09-03Allow disabling phase inversion for multistreamMark Harris
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-08-27Correct multistream variable frame size strideMark Harris
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-08-11Making stereo_itheta() use the same atan2() approximation as tonality_analysis()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
2016-07-19Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin
2016-07-19Improving CBR for hybrid modeJean-Marc Valin
2016-07-19Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-07-17We should now be able to be less conservative when using CBRJean-Marc Valin
2016-07-17Fixing bandwidth selection hysteresisJean-Marc Valin
2016-07-17Turn on DTX only when the noise is sufficiently quietFelicia Lim
2016-07-17New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-07-17Skip analysis if the frame contains only digital silenceFelicia Lim
2016-07-17Simplifying fast_atan2f()Jean-Marc Valin
2016-07-17Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-07-17Better modeling of the effect of CBR and complexityJean-Marc Valin