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
AgeCommit message (Expand)Author
2016-07-25Avoids reading beyond the current buffer in comb_filter()Jean-Marc Valin
2016-07-24Directly saturate the comb filter outputJean-Marc Valin
2016-07-22post-filter saturationJean-Marc Valin
2016-07-19Minor TF cleanup (tf_sum was useless), plus commentsJean-Marc Valin
2015-11-03Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-02-20Document how to tell if your build is fixed-point.Timothy B. Terriberry
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-02-01Skips comb filter overlap when the parameters didn't change.Jean-Marc Valin
2014-01-22Unrolled version of the comb filter for ARM (eliminates MOVs)Jean-Marc Valin
2014-01-21Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin
2013-12-30Fixed-point: slight accuracy improvement in the comb filterJean-Marc Valin
2013-06-17SSE optimization of comb_filter()Jean-Marc Valin
2013-05-10Fully automate version updatingRon
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin
2012-11-07Changed denormalize_bands() to only work between "start" and "end"Jean-Marc Valin
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-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-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-13Adds anslysis code for tf_selectJean-Marc Valin
2012-08-29Makes two static tables constJean-Marc Valin
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-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-26Smoother intensity stereo decision thresholdsJean-Marc Valin