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-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2016-08-15Apply deemphasis to both channels in the same loop for the simple caseJean-Marc Valin
2016-08-13Reducing dependencies in deemphasis()Jean-Marc Valin
2016-07-28Making stereo theta decision based on minimizing distortionJean-Marc Valin
2016-07-25Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()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-22PLC overflow fixJean-Marc Valin
2016-07-22Prevent overflows in PLC celt_iir()Jean-Marc Valin
2016-07-22getting rid of a PLC overflow (I think)Jean-Marc Valin
2016-07-22Reduce risk of overflowing in mono downsamplingJean-Marc Valin
2016-04-16Turn on CELT's PLC only if there are >=2 packets received consecutively.Felicia Lim
2015-12-05Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-01-23Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin
2014-01-08Fixes SMALL_FOOTPRINT for floatJean-Marc Valin
2014-01-08Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-08Moves CELT PLC pitch search to a separate function to reduce peak stackJean-Marc Valin
2014-01-07Adds SMALL_FOOTPRINT hack to the CELT PLC tooJean-Marc Valin
2014-01-07Moves deemphasis() call out of celt_decode_lost() to reduce peak stackJean-Marc Valin
2014-01-07Cleaning up leftovers of "freq" in celt_decode_with_ec()Jean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2014-01-06Moves the remains of compute_inv_mdcts() to celt_synthesis()Jean-Marc Valin
2014-01-06Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.Jean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2014-01-06Some cleaning up of the synthesis code.Jean-Marc Valin
2013-12-30Minor cleanup -- nothing to see hereJean-Marc Valin
2013-12-11Removing indirectionsJean-Marc Valin
2013-12-10Using OPUS_COPY()/OPUS_CLEAR() in the decoder tooJean-Marc Valin
2013-12-03Fixes Opus-custom preemphasisJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-10-28Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-06-16Don't call denormalise_bands() on silenceJean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-27Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-18Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-01-09Fixes stupid preprocessor-related bug introduced in e368e6209.Jean-Marc Valin
2013-01-03Remove condition in pre/de-emphasis when not building with custom modesJean-Marc Valin
2012-12-21skip bands with no energyJean-Marc Valin
2012-12-08Numerous PLC cleanups.Timothy B. Terriberry
2012-12-02More comments in the PLCJean-Marc Valin
2012-12-02Window both sides of overlap when adding them.Nils Wallménius