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-03Oops, edited the wrong comment in the previous commitexp_lbr_tune7Jean-Marc Valin
2016-06-03Re-tuning compute_equiv_rate()Jean-Marc Valin
2016-06-03Getting rid of the SILK penalty for hybrid CBR.Jean-Marc Valin
2016-06-03Improving CBR for hybrid modeJean-Marc Valin
2016-06-02Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-06-02comment about reduced codelength component in LTP quantizer error metricKoen Vos
2016-06-02avoid double if statement for finding best quantized LTP coefsKoen Vos
2016-06-02increase NSQ decision delay from 32 to 40Koen Vos
2016-06-02reduced noise floor in noise shaping analysis by 2 dBKoen Vos
2016-06-02increase order of noise shaping filterKoen Vos
2016-06-02more conservative scaling of LTP corrs; remove assert that checks for negativ...Koen Vos
2016-06-02Clean up: alignment of commentsKoen Vos
2016-06-02Clean up: replace tabs by spacesKoen Vos
2016-06-02removed prefilterKoen Vos
2016-06-02slight clean upKoen Vos
2016-06-02undo some loop unrollingKoen Vos
2016-06-02pitch 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
2016-06-02NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-06-02NLSF VQ now uses absolute error, and predictionKoen Vos
2016-06-02NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-06-02sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos
2016-06-02Simplifying fast_atan2f()Jean-Marc Valin
2016-06-02Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin
2016-06-02Better modeling of the effect of CBR and complexityJean-Marc Valin
2016-06-02Re-enabling high-band attenuation for hybrid modeJean-Marc Valin
2016-06-02Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-06-02Using "hybrid" flag instead of "start!=0"Jean-Marc Valin
2016-06-02Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-06-02Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin
2016-06-02Quality: Adds SILK rate interpolation functionJean-Marc Valin
2016-06-02Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-06-02Quality: Forces trim to 5 on hybrid modeJean-Marc Valin
2016-06-02Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin