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-30No need to renormalizeexp_stereo3Jean-Marc Valin
2016-07-30smarter collapseJean-Marc Valin
2016-07-30biasing quantizationJean-Marc Valin
2016-07-30Weighting theta rdo based on channel energyJean-Marc Valin
2016-07-28Don't do theta RDO on intensity-stereo-coded bandsJean-Marc Valin
2016-07-28Saving the state rather than re-compute the best optionJean-Marc Valin
2016-07-28Making stereo theta decision based on minimizing distortionJean-Marc Valin
2016-07-28controlling roundingJean-Marc Valin
2016-07-28Properly allocation scratch space for resynth encoderJean-Marc Valin
2016-07-28cleanup: putting resynth flag in the contextJean-Marc Valin
2016-07-28cleanup: line wrappingJean-Marc Valin
2016-07-28Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
2016-07-27appveyor: Package includes and opus.lib as an artifact.Ricardo Constantino (:RiCON)
2016-07-27VS2015: Ignore warning 4146 in celt/kiss_fft.c.Ricardo Constantino (:RiCON)
2016-07-27win32/.gitignore: Add DebugDLL_fixed.Ricardo Constantino (:RiCON)
2016-07-27VS2015: Disable building DebugDLL opus_demo.Ricardo Constantino (:RiCON)
2016-07-27vs2015: Merge opus dependencies into its project.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.Ricardo Constantino (:RiCON)
2016-07-26Trim appveyor config.Ralph Giles
2016-07-26Add appveyor.yml to test VS2015 builds.Ricardo Constantino (:RiCON)
2016-07-26VS2015: Suppress a few warnings.Ricardo Constantino (:RiCON)
2016-07-26Create a simple project to create version.h.Ricardo Constantino (:RiCON)
2016-07-25Disabling the use of celt_fir() in silk_LPC_analysis_filter() by defaultJean-Marc Valin
2016-07-25Fixes an overflow in limit_warped_coefs()Jean-Marc Valin
2016-07-25Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()Jean-Marc Valin
2016-07-25Fixes commentJean-Marc Valin
2016-07-25Fixes an overflow in amp2Log2() for very large encoder inputJean-Marc Valin
2016-07-25Fixes cap on gain in denormalise_bands()Jean-Marc Valin
2016-07-25Fixes a shift<0 issue in transient_analysis()Jean-Marc Valin
2016-07-25Tighter bound in filter control in PLCJean-Marc Valin
2016-07-25More headroom in PLC codeJean-Marc Valin
2016-07-25Saturate MDCT output post-TDAC rather than pre-Jean-Marc Valin
2016-07-25Avoids reading beyond the current buffer in comb_filter()Jean-Marc Valin
2016-07-24Directly saturate the comb filter outputJean-Marc Valin
2016-07-22Avoiding an overflow in the LTP quantizationJean-Marc Valin
2016-07-22Disables MIPS silk_noise_shape_analysis_FIX() until it's updatedJean-Marc Valin
2016-07-22More headroom in fixed-point silk_burg_modified() to avoid an overflowJean-Marc Valin
2016-07-22Increase headroom in silk_warped_autocorrelation_FIX()Jean-Marc Valin
2016-07-22Increase headroom to avoid overflow in silk_pitch_analysis_core()Jean-Marc Valin
2016-07-22PLC overflow fixJean-Marc Valin
2016-07-22Prevent overflows in PLC celt_iir()Jean-Marc Valin
2016-07-22fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin
2016-07-22getting rid of a PLC overflow (I think)Jean-Marc Valin
2016-07-22post-filter saturationJean-Marc Valin
2016-07-22saturate MDCT outputJean-Marc Valin
2016-07-22silencing overflows in MDCT and FFTJean-Marc Valin
2016-07-22Reduce risk of overflowing in mono downsamplingJean-Marc Valin
2016-07-22Avoid overflowing on ridiculously large energyJean-Marc Valin
2016-07-22Fixes shift<-2 case for denormalise_bands()Jean-Marc Valin
2016-07-22Silence fixed point unused parameter warningMark Harris