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
path: root/celt
AgeCommit message (Expand)Author
2013-05-19celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin
2013-05-19A fixed shift factor was insufficient to properly estimate the decayJean-Marc Valin
2013-05-10Fully automate version updatingRon
2012-12-04Remove an unused variable.Ralph Giles
2012-12-04Fixes many many issues in the CELT PLCJean-Marc Valin
2012-11-29Remove obsolete #ifdef OPUS_BUILD.Ralph Giles
2012-11-29Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell
2012-11-16Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin
2012-11-16Fixes a bug where transient frames would use previous spreadingJean-Marc Valin
2012-11-15Disables tf_analysis() for hybrid modeJean-Marc Valin
2012-11-15Attempt to have at least two bands that are codedJean-Marc Valin
2012-10-30Fix MSVC format conversion warnings.Ralph Giles
2012-10-30Fix an indentation issue.Ralph Giles
2012-10-30Take the PLC out of the stack size critical pathJean-Marc Valin
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-09-21Saves channels*overlap*4 bytes off the state encoderJean-Marc Valin
2012-09-14Bit allocation fix for 16-bit platformsJean-Marc Valin
2012-08-29Makes two static tables constJean-Marc Valin
2012-08-21Replace long long in celt/ with opus_int64.Gregory Maxwell
2012-08-20Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.Gregory Maxwell
2012-08-19Use 64-bits in fixed point debug for _P16, fixes spurious failures.Gregory Maxwell
2012-08-07Implements 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-25log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell
2012-07-21Replace 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-18Convert some double constants to float.Gregory Maxwell
2012-07-17Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto
2012-07-17Make MSVC build work in parallel.Gian-Carlo Pascutto
2012-07-13Remove non-existent ReadMe.txt references.Gian-Carlo Pascutto
2012-07-13Make 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-12Add -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-17Fixes 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-06Avoid the unnecessary resynth averaging on intensity switch when encoding.Gregory Maxwell
2012-04-25Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()Jean-Marc Valin
2012-04-25Prevents remove_doubling() from considering negative pitch gainsJean-Marc Valin
2012-04-24Merge commit '390c89225d'Jean-Marc Valin
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin