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
2020-06-11Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg
2019-04-01Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin
2018-05-15Aborting on NaN in CELTJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-02-16Increasing GLOBAL_STACK_SIZE to 120000 to avoid failureJean-Marc Valin
2016-12-20Makes analysis run at 24 kHz, with 20-ms framesJean-Marc Valin
2016-08-06Speeding up PVQ using unlikely() and moving first position out of the loopJean-Marc Valin
2016-07-22fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin
2016-07-22saturate MDCT outputJean-Marc Valin
2016-07-22silencing overflows in MDCT and FFTJean-Marc Valin
2016-07-07Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox
2016-07-07Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox
2014-01-23Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin
2014-01-21Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2013-12-10More NaN hardening in the analysis codeJean-Marc Valin
2013-12-10Making NaN detection more robust to -ffast-math.Jean-Marc Valin
2013-12-10Changes ABS16() and ABS32() to use fabs() in the float buildJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-09-07First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-20Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-10-27Convert tabs to spaces in the opus and celt code.Ralph Giles
2011-10-04Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-09-14renames the libcelt/ directory to celt/Jean-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
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-08Support for glitchles mode switchingJean-Marc Valin
2011-03-01SILK/CELT updateJean-Marc Valin
2011-02-15preparing the next versionJean-Marc Valin
2011-02-15missing filesJean-Marc Valin
2011-02-15SILK and CELT updatesJean-Marc Valin
2011-02-14Update for in-band FECKoen Vos