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-11-07Removes the need for lowband_scratch in quant_all_bands()Jean-Marc Valin
2012-11-07Moved up the second encoder mdct to reduce stack usageJean-Marc Valin
2012-11-05Reduces decoder stack usageJean-Marc Valin
2012-11-05Further cleanup of the MDCT code, fixes PLC bugJean-Marc Valin
2012-11-05Avoid copying imdct outputNils Wallménius
2012-11-03comb_filter() bypass for the case where the gain is zero.Jean-Marc Valin
2012-11-03Oops, put back the "static" for transient_analysis()Jean-Marc Valin
2012-11-03Fixes a fixed-point overflow in the new transient detectorJean-Marc Valin
2012-11-03Fixes a fixed-point divide-by-zero issueJean-Marc Valin
2012-11-03New transient detection algorithmJean-Marc Valin
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-10-29Keeping the deemphasis coefficients in local variable to avoid aliasing issuesJean-Marc Valin
2012-10-29Moves the pitch prefiltering code to a separate functionJean-Marc Valin
2012-10-24oops... fixes a C89 issueJean-Marc Valin
2012-10-24Moved pre-emphasis to a separate function and cleaned it upJean-Marc Valin
2012-10-24Optimizations to comb_filter()Jean-Marc Valin
2012-10-24Removes more indirections in celt.cJean-Marc Valin
2012-10-24Removes a bunch of indirections from the CELT encoder and decoderJean-Marc Valin
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