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-07-17undo some loop unrollingKoen Vos
2016-07-17pitch analysis (in FIX) now scales the input down at the start, instead of at...Koen Vos
2016-07-17minor clean up of pointer offsetsKoen Vos
2016-07-17simplified computation of LTP coefsKoen Vos
2016-07-17Attenuate SILK PLC gain only for unvoiced speechFelicia Lim
2016-07-17We should now be able to be less conservative when using CBRJean-Marc Valin
2016-07-17Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-07-17Using more fine-grained complexity settings for SILKJean-Marc Valin
2016-07-17Fixing bandwidth selection hysteresisJean-Marc Valin
2016-07-17Boosting the high-band bitrate on transients for hybrid modeJean-Marc Valin
2016-07-17Fixes signed integer overlof in silk_ADD_POS_SAT32()Jean-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-17NLSF_VQ_MAX_SURVIVORS is no longer usefulJean-Marc Valin
2016-07-17take advantage of more efficient NLSF quantization by reducing number of surv...Koen Vos
2016-07-17NLSF_del_dec_quant minor clean upKoen Vos
2016-07-17NLSF_encode now also uses NLSF weights from tableKoen Vos
2016-07-17NLSF VQ now uses absolute error, and predictionKoen Vos
2016-07-17NLSF decoding now uses tables for NLSF weightsKoen Vos
2016-07-17Implement sum_sqr_shift() using two passes with no branch inside the loopsJean-Marc Valin
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
2016-07-17Re-enabling high-band attenuation for hybrid modeJean-Marc Valin
2016-07-17Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-07-16Using "hybrid" flag instead of "start!=0"Jean-Marc Valin
2016-07-16Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin
2016-07-16Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin
2016-07-16Quality: Adds SILK rate interpolation functionJean-Marc Valin
2016-07-16Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin
2016-07-16Quality: Forces trim to 5 on hybrid modeJean-Marc Valin
2016-07-16Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2016-07-16Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2016-07-15Adds checksum for 1.1.3Jean-Marc Valin
2016-07-15Slightly increase the safety margin for opus_pcm_soft_clip()v1.1.3Jean-Marc Valin
2016-07-15Fixes opus_pcm_soft_clip() returning values slightly larger than +/-1 with -f...Jean-Marc Valin
2016-07-15Apply 02f3ac225f99 fix for divide-by-zero to the SSE4.1 version of silk_burg_...Jean-Marc Valin
2016-07-09Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox
2016-07-08bump static PACKAGE_VERSION string in version.mkJean-Marc Valin
2016-07-08bump OPUS_LT_REVISIONJean-Marc Valin
2016-07-08Packets indicating DTX may be up to 2 bytesMark Harris
2016-07-08Test common configure switches on travis.Ralph Giles
2016-07-08Add a minimal travis continuous integration script.Ralph Giles
2016-07-07Makes CBR calculations more accurate for 60-ms framesJean-Marc Valin
2016-07-07Respect CBR even at ridiculourly low rateJean-Marc Valin
2016-07-07Prevents an invalid ToC to be generated at ridiculously low rateJean-Marc Valin
2016-07-07make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_pack...Jean-Marc Valin
2016-07-07Check for len<1 in opus_packet_parse_impl()Jean-Marc Valin
2016-07-07Remove tabs from source code.Timothy B. Terriberry