aboutsummaryrefslogtreecommitdiff
path: root/celt/fixed_debug.h
AgeCommit message (Expand)Author
2017-02-26Fix compiler warningsMark Harris
2017-01-12fixed_debug.h: delete some dead codeJames Zern
2016-07-22fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin
2016-07-22silencing overflows in MDCT and FFTJean-Marc Valin
2014-06-18Adds SIG2WORD16() to fixed_debug.hJean-Marc Valin
2014-01-21Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin
2013-11-17Adds SATURATE16() to the fixed-point debug build tooJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2012-08-21Replace long long in celt/ with opus_int64.Gregory Maxwell
2012-08-19Use 64-bits in fixed point debug for _P16, fixes spurious failures.Gregory Maxwell
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
2012-05-15When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error.Gregory Maxwell
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-12Fixes several overflows in the CELT fixed-pointJean-Marc Valin
2012-03-05Check for underflow in the debug USUB32.Ralph Giles
2012-03-05Print the actual arguments to the debug UADD/SUB32 routines.Ralph Giles
2012-03-05Uncomment the reporting for UADD32 and USUB32 in fixed_debug.h.Ralph Giles
2012-03-05Used unsigned intermediates with unsigned arguments in fixed_debug.h.Ralph Giles
2012-03-05Fix --enable-fixed-point-debug.Ralph Giles
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-09-13renames the libcelt/ directory to celt/Jean-Marc Valin
2011-04-28Moved 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-16Fixes 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-11Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-07Support for glitchles mode switchingJean-Marc Valin
2011-02-28SILK/CELT updateJean-Marc Valin
2011-02-14preparing the next versionJean-Marc Valin
2011-02-14missing filesJean-Marc Valin
2011-02-14SILK 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
2011-02-04Tuning the hybrid bit-rate splitKoen Vos
2011-02-03Oops, fixed the CELT versionJean-Marc Valin
2011-02-03Update Opus range coder due to CELT refactoring.Timothy B. Terriberry
2011-02-03CELT update, version numbersJean-Marc Valin
2011-02-03Build fixesJean-Marc Valin
2011-02-03Oops, had inverted some tuning linesJean-Marc Valin
2011-02-03Hybrid mode tuningKarsten Vandborg Sorensen