aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2012-08-06Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-08-06Fix fixed-point testilog2.Timothy B. Terriberry
2012-07-26Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré
2012-07-24log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell
2012-07-20Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell
2012-07-20Small cleanups to MSVC build setup.Gian-Carlo Pascutto
2012-07-20Fixes MSVC projects and adds git version generator toolChris Moeller
2012-07-18Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell
2012-07-17Convert some double constants to float.Gregory Maxwell
2012-07-16Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-16Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-12Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto
2012-07-12Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto
2012-07-11Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell
2012-07-07Avoid using win32 lrintf ASM on mingw even when config.h is broken.Gregory Maxwell
2012-06-11Add -fixed to the version string & clarify that fixed disables float.Gregory Maxwell
2012-06-01modified the Visual Studio 2010 projects and solution file to include a x64 c...root
2012-05-30Fixes some cases where MIN/MAX macros result in duplicated function callsJean-Marc Valin
2012-05-16Fixes the stereo_analysis() fixed-point overflow issue properlyJean-Marc Valin
2012-05-15Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUD...Gregory Maxwell
2012-05-15When FIXED_DEBUG_ASSERT CELT will assert on fixed-debug error.Gregory Maxwell
2012-05-11Fixes a fixed-point overflow by scaling pitch search more conservativelyJean-Marc Valin
2012-05-10Fixes two fixed-point overflow issuesJean-Marc Valin
2012-05-08Fixes a (harmless) float overflow in the pitch searchJean-Marc Valin
2012-05-05Avoid the unnecessary resynth averaging on intensity switch when encoding.Gregory Maxwell
2012-04-24Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()Jean-Marc Valin
2012-04-24Prevents remove_doubling() from considering negative pitch gainsJean-Marc Valin
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-20More changes addressing Robert Sparks' reviewTimothy B. Terriberry
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2012-04-13oops, this removes dead code left from previous commitJean-Marc Valin
2012-04-12Fixes several overflows in the CELT fixed-pointJean-Marc Valin
2012-04-07Fixes a bug introduced by the previous commitJean-Marc Valin
2012-04-06Fixes some overflows in the fixed-point pitch codeJean-Marc Valin
2012-04-02Cast a factor to maintain precision on 16 bit systems.Ralph Giles
2012-04-02Remove trailing whitespace.Ralph Giles
2012-03-08Fixes a bunch of 16-bit issues that the C5X compiler warns aboutJean-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
2012-03-05More consistent types for 16-bit architecturesJean-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