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
2022-07-22Using saturating round to fix some wrap-aroundsJean-Marc Valin
2021-06-10Revert relaxing comparison to 0 for fixed point onlyFelicia Lim
2021-06-08Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim
2021-03-03celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim
2018-07-26Fix comma that should have been a semicolonJean-Marc Valin
2017-10-07Fixes CELT PLCJean-Marc Valin
2017-02-19Fix sum initializer in celt_fir()Jean-Marc Valin
2017-02-18Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin
2017-01-18Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-07-22fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin
2016-06-20Fixes minor code quality issues in CELTJean-Marc Valin
2014-10-04Fix build bustage from c95c9a048.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-29Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-05-27C89 fixJean-Marc Valin
2013-05-27Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-26Adds missing RESTORE_STACK callsJean-Marc Valin
2013-05-25Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin
2013-05-25Speeds up celt_fir by more than a factor of two.Jean-Marc Valin
2013-05-25Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin
2013-05-24Remove an unused variable added in 85ede2c6.Timothy B. Terriberry
2013-05-23Use more MAC16_16's and unroll a loop.Timothy B. Terriberry
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-11-29Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-10-04Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype...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
2011-02-04draft dateJean-Marc Valin
2011-02-04CELT updateJean-Marc Valin