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
2016-06-21Tune SILK rate for hybrid with FEC enabledexp_fec_tuneJean-Marc Valin
2016-06-21Moving FEC decision to the Opus encoder level (from SILK level)Jean-Marc Valin
2016-06-21Taking loss rate into account in compute_equiv_rate()exp_lbr_tune8Jean-Marc Valin
2016-06-13Add static bitrate allocation and force CELT-only for ambisonics encodingMichael Graczyk
2016-06-08Retuning the tf_analysis() lambdaJean-Marc Valin
2016-06-08Fixes equiv_rate for CBRJean-Marc Valin
2016-06-08Minor TF cleanup (tf_sum was useless), plus commentsJean-Marc Valin
2016-06-08Use SPREAD_AGGRESSIVE on non-transient hybrid framesJean-Marc Valin
2016-06-08Don't use too much temporal resolution on hybrid frames at low rateJean-Marc Valin
2016-06-08Disable patch_transient_decision() on hybrid since it's causing artifactsJean-Marc Valin
2016-06-04CBR: set gains to their previons values where we're busting the budgetexp_gain_lock5Jean-Marc Valin
2016-06-04Set pulses to zero if we can't meet rate targetJean-Marc Valin
2016-06-04Now that we're preventing huge gains, we no longer need to pretend there'sJean-Marc Valin
2016-06-04CBR: lock the gain on a subframe when the number of pulses stops going downJean-Marc Valin
2016-06-04merge back in the LTP gain safety limiterKoen Vos
2016-06-04CBR: Using the same gain increase for fixed-point as for floatJean-Marc Valin
2016-06-04Oops, edited the wrong comment in the previous commitJean-Marc Valin
2016-06-04Re-tuning compute_equiv_rate()Jean-Marc Valin
2016-06-04Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin
2016-06-04Improving CBR for hybrid modeJean-Marc Valin
2016-06-04Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-06-04comment about reduced codelength component in LTP quantizer error metricKoen Vos
2016-06-04avoid double if statement for finding best quantized LTP coefsKoen Vos
2016-06-04increase NSQ decision delay from 32 to 40Koen Vos
2016-06-04reduced noise floor in noise shaping analysis by 2 dBKoen Vos
2016-06-04increase order of noise shaping filterKoen Vos
2016-06-04more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos
2016-06-04Clean up: alignment of commentsKoen Vos
2016-06-04Clean up: replace tabs by spacesKoen Vos
2016-06-04removed prefilterKoen Vos
2016-06-04slight clean upKoen Vos
2016-06-04undo some loop unrollingKoen Vos
2016-06-04pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-06-02minor clean up of pointer offsetsKoen Vos
2016-06-02simplified computation of LTP coefsKoen Vos
2016-06-02Attenuate SILK PLC gain only for unvoiced speechFelicia Lim
2016-06-02We should now be able to be less conservative when using CBRJean-Marc Valin
2016-06-02Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-06-02Using more fine-grained complexity settings for SILKJean-Marc Valin
2016-06-02Fixing bandwidth selection hysteresisJean-Marc Valin
2016-06-02Boosting the high-band bitrate on transients for hybrid modeJean-Marc Valin
2016-06-02fix potential overflowKoen Vos
2016-06-02Add experimental support for ambisonic encodingMichael Graczyk
2016-06-02Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-Marc Valin
2016-06-02Turn on DTX only when the noise is sufficiently quietFelicia Lim
2016-06-02New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim
2016-06-02Skip analysis if the frame contains only digital silenceFelicia Lim
2016-06-02NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin
2016-06-02take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-06-02NLSF_del_dec_quant minor clean upKoen Vos