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-10-02Replaces log2() with celt_log2() and fixes a potential divide-by-zeroJean-Marc Valin
2013-10-02Merge branch 'exp_surround1'Jean-Marc Valin
2013-09-29Avoid using C++ keyword 'new'Stefan Hacker
2013-09-14Very basic surround rate calibrationJean-Marc Valin
2013-09-13More surround masking tuningJean-Marc Valin
2013-09-12Tuning the surround maskingJean-Marc Valin
2013-09-10Analysis scaling fixesJean-Marc Valin
2013-09-07First pass at making the analysis code run with FIXED_POINTJean-Marc Valin
2013-09-05Adds trim and dynalloc control to surround maskingJean-Marc Valin
2013-08-31Surround masking rewriteJean-Marc Valin
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-29Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-08-27Makes the SILK pitch search use celt_pitch_xcorr()Jean-Marc Valin
2013-08-05Fix broken URL in entdec.c.Timothy B. Terriberry
2013-07-30Better handling of the dynalloc cap for CBR/CVBRJean-Marc Valin
2013-07-25Fixes an integer wrap-around due to an exceedingly large QCONST16Jean-Marc Valin
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-07-07Surround masking tuningJean-Marc Valin
2013-07-07Prevents zero-energy on LFEJean-Marc Valin
2013-07-02Disables temporal VBR for LFEJean-Marc Valin
2013-07-02Temporal VBR tuningJean-Marc Valin
2013-06-27Fixes MSVC warningJean-Marc Valin
2013-06-27Avoid name clash with y0 Bessel functionJean-Marc Valin
2013-06-27Fixes MSVC warningsJean-Marc Valin
2013-06-27Big squashed commit of Garf's MSVC reorg:Jean-Marc Valin
2013-06-25Adds "temporal VBR", which should be mostly useful at low bitrate.Jean-Marc Valin
2013-06-18Makes dual_inner_prod() more generic to increase its useJean-Marc Valin
2013-06-17Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is onJean-Marc Valin
2013-06-17SSE optimization of comb_filter()Jean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-17Converts denormalise_bands() to use 16-bit multiplicationsJean-Marc Valin
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-06-16Don't call denormalise_bands() on silenceJean-Marc Valin
2013-06-15Split cwrsi() by pulses vs. dimensions.Timothy B. Terriberry
2013-06-15Further speedup in cwrsi() by using the special case for n=2Timothy B. Terriberry
2013-06-15Further optimization to cwrsi()Timothy B. Terriberry
2013-06-15Splits cwrsi() inner loop in two to avoid the min/max and some load chainsJean-Marc Valin
2013-06-14SSE optimization of remove_doubling()Jean-Marc Valin
2013-06-14Fixes stupid tf calibration bugs introduced/exposed in f77410dJean-Marc Valin
2013-06-10Moves VBR calculations to a separate function.Jean-Marc Valin
2013-06-07Fixes fixed-point on x86 (no SSE).Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-06-06Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-27C89 fixJean-Marc Valin
2013-05-27Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-27Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-26oops (again)Jean-Marc Valin