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
2023-10-24Silence some overflow checksFelicia Lim
2022-03-08Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers
2020-03-24Fix another signed integer overflow in silk_noise_shape_quantizer_del_decFelicia Lim
2020-03-09Fix signed integer overflows in silk_noise_shape_quantizer_del_decFelicia Lim
2018-03-27Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin
2017-05-23cosmetics,silk: correct input/output arg commentsLinfeng Zhang
2016-11-11Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles
2016-07-19Now that we're preventing huge gains, we no longer need to pretend there'sJean-Marc Valin
2016-07-19increase NSQ decision delay from 32 to 40Koen Vos
2016-07-17Clean up: replace tabs by spacesKoen Vos
2016-07-17removed prefilterKoen Vos
2016-07-17Makes the encoder more aggressive about meeting the rate targetJean-Marc Valin
2016-07-07Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.Jonathan Lennox
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-06-19MIPS optimizationsRhishikesh Agashe
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-09-17Remove trailing whitespace from the license headers.Ralph Giles
2013-05-20Convert quotes in license headers to ASCII.Timothy B. Terriberry
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-21License update using the IETF Trust flavour of the BSD on the Silk codeJean-Marc Valin
2012-03-08Fixes a bunch of 16-bit issues that the C5X compiler warns aboutJean-Marc Valin
2012-01-31Last part of the LPC work stabilization work discussed at the last meetingKoen Vos
2011-12-14Accuracy improvements to help float implementationsKoen Vos
2011-12-13Improves the accuracy such that it matches a float decoder much betterKoen Vos
2011-12-13SILK fixes following last codec WG meetingKoen Vos
2011-10-29Reformatting changes with an update to the MSVC project filesKoen Vos
2011-10-12Gets rid of a "safe" signed overflow in silk_noise_shape_quantizer_del_dec()Jean-Marc Valin
2011-10-04Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-09-28Silence the remaining silk/ GCC warnings.Gregory Maxwell
2011-09-23Making the left shift macros use unsigned to avoid undefined behaviourJean-Marc Valin
2011-09-21Fixes an integer overflow caused by uninitialized values in LTP scalingKoen Vos
2011-09-16Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin
2011-04-29Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-28Relying on SILK for the switching decisionsJean-Marc Valin
2011-04-28SILK makefile updateJean-Marc Valin
2011-04-27Changing the SILK bandwidth only when there's no speechJean-Marc Valin
2011-04-27SILK updateKoen Vos
2011-03-18Project files updateJean-Marc Valin
2011-03-17DTX fixJean-Marc Valin
2011-03-08Support for glitchles mode switchingJean-Marc Valin
2011-03-04SILK bugfixJean-Marc Valin
2011-03-02SILK updateJean-Marc Valin
2011-03-01SILK/CELT updateJean-Marc Valin
2011-02-18SILK updateJean-Marc Valin
2011-02-15fix make distJean-Marc Valin
2011-02-15missing filesJean-Marc Valin
2011-02-15SILK and CELT updatesJean-Marc Valin
2011-02-14Update for in-band FECKoen Vos
2011-02-04Update Opus range coder due to CELT refactoring.Timothy B. Terriberry