aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-20More changes addressing Robert Sparks' reviewTimothy B. Terriberry
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-03-05Eliminates an unused parameter warning in anti_collapse()Jean-Marc Valin
2012-02-17Last updates for draft -11Jean-Marc Valin
2012-01-31Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin
2011-12-02Move nbits_total initialize before renormalization.Timothy B. Terriberry
2011-12-02All variables named "bank" renamed to "bandE" to avoid problems on SHARCJean-Marc Valin
2011-12-02Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles
2011-11-28Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-11-25Testing tools improvements (no impact on draft)Gregory Maxwell
2011-11-08Minor anti-collapse state fixJean-Marc Valin
2011-10-31Fixes a minor issue on CELT->SILK switchingJean-Marc Valin
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell
2011-10-29Silences a gcc warningJean-Marc Valin
2011-10-28Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.Ralph Giles
2011-10-28Fixes a bug in ec_enc_done when no range coded data was coded and adds test c...Gregory Maxwell
2011-10-28Extend test_unit_entropy to test some patch_initial_bits corner cases.Gregory Maxwell
2011-10-28Fix for ec_enc_patch_initial_bits().Timothy B. Terriberry
2011-10-27Test cleanups and renaming.Gregory Maxwell
2011-10-26Convert tabs to spaces in the opus and celt code.Ralph Giles
2011-10-26Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-26Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell
2011-10-25Oops, forgot the #defines for OPUS_{SET|GET}_MAX_BANDWIDTH()Jean-Marc Valin
2011-10-24Implements OPUS_SET_MAX_BANDWIDTH()Jean-Marc Valin
2011-10-24Optimization of the CBR loopKoen Vos
2011-10-19Only free state once in kiss-fft failed init pathJean-Marc Valin
2011-10-11Using a noise-based PLC for the CELT layer in hybrid modeJean-Marc Valin
2011-10-04Add some CUSTOM_MODES ifdefs in celt.c around code only used byGregory Maxwell
2011-10-04Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype...Jean-Marc Valin
2011-10-03Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-09-30As of commit 44203907 all celt bands N>1 are even, including custom modes. In...Gregory Maxwell
2011-09-28Cleans up some leaking opus_custom symbols in celt/Gregory Maxwell
2011-09-25Avoiding more left shifts of negative valuesJean-Marc Valin
2011-09-23Avoiding left shifts of negative valuesJean-Marc Valin
2011-09-23Making the left shift macros use unsigned to avoid undefined behaviourJean-Marc Valin
2011-09-22API doc improvementsJean-Marc Valin
2011-09-19Some fixes for C89 builds.Gregory Maxwell
2011-09-15Documentation and build script updates.Gregory Maxwell
2011-09-14Implements OPUS_GET_PITCH that queries the decoded pitchJean-Marc Valin
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