Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-30Better comments in the PLCJean-Marc Valin
2012-11-30Fixes many many issues in the CELT PLCJean-Marc Valin
2012-11-29Remove obsolete #ifdef OPUS_BUILD.Ralph Giles
2012-11-13Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius
2012-11-08Fixes issues with multiple files defining CELT_CJean-Marc Valin
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin
2011-04-29Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-17Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-12Disable newly introduced CELT signallingJean-Marc Valin