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
2012-10-24This should speed up deemphasis() quite a bit.Jean-Marc Valin
2012-10-24Take the PLC out of the stack size critical pathJean-Marc Valin
2012-10-23Fix MSVC format conversion warnings.Ralph Giles
2012-10-21Merge inverse mdct post-rotate and de-shuffle loopsNils Wallménius
2012-10-20Attempt to have at least two bands that are codedJean-Marc Valin
2012-10-17Fix an indentation issue.Ralph Giles
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
2012-10-10Fixes a bug in the LSB_DEPTH code introduced in cf1053dcJean-Marc Valin
2012-10-09Fixes a fixed-point stereo savings issue causing a celt_ilog2(0)Jean-Marc Valin
2012-10-09Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin
2012-10-09Merge branch 'exp_analysis7'Jean-Marc Valin
2012-09-21Saves channels*overlap*4 bytes off the state encoderJean-Marc Valin
2012-09-15s/SHL/SHL16/Jean-Marc Valin
2012-09-14Makes dynalloc more conservative for CBR and CVBRJean-Marc Valin
2012-09-14Bit allocation fix for 16-bit platformsJean-Marc Valin
2012-09-13Adds anslysis code for tf_selectJean-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-14Fixes a silly bug where only the left channel was used for depth estimationJean-Marc Valin
2012-08-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-08-06Fix fixed-point testilog2.Timothy B. Terriberry
2012-07-27Enables the second dynalloc MDCT only at complexity 8Jean-Marc Valin
2012-07-27Makes VBR rate variations less aggressive at low bit-rates and for CVBRJean-Marc Valin
2012-07-26Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré
2012-07-26Smoother intensity stereo decision thresholdsJean-Marc Valin
2012-07-25Adds some histeresis to the stereo savingJean-Marc Valin
2012-07-25VBR tuning: increases transient and dynalloc boostJean-Marc Valin
2012-07-25log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell
2012-07-23Fixes issues with stereo saving and dynallocJean-Marc Valin
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-13Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-07-13Gets rid of // commentsJean-Marc Valin
2012-07-13fixed-point (re-)conversion of the VBR codeJean-Marc Valin
2012-07-13Fixes a VBR bug with 2.5 ms framesJean-Marc Valin
2012-07-13Speeds up analysis by getting rid of calls to atan2() and cos()Jean-Marc Valin
2012-07-13Rename version flag to exp_wip5 to exp_analysis.Gregory Maxwell
2012-07-13Add exp_wip5 tag to version string.Gregory Maxwell
2012-07-13Reverts the transient_analysis() changes from 4e8b9905Jean-Marc Valin
2012-07-13Fixes issues when downmixing to mono or when encoding below fullbandJean-Marc Valin
2012-07-13Tonality and pitch tuningJean-Marc Valin
2012-07-13Converting most of the new code to fixed-point (not complete yet)Jean-Marc Valin
2012-07-13Fixes some issues discovered with a log sweepJean-Marc Valin