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-20Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2013-05-19celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin
2013-05-18Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin
2013-05-17Merge branch 'surround'Jean-Marc Valin
2013-05-17Conservative use of bandwidth detection in CELTJean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2013-05-10Fully automate version updatingRon
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry
2013-05-07Adds spreading to the surround masking computationJean-Marc Valin
2013-05-05Implements basic surround maskingJean-Marc Valin
2013-05-05More forced decisions in CELT LFE encodingJean-Marc Valin
2013-05-05Surround: Better LFE handlingJean-Marc Valin
2013-05-05Initial surround code with new APIJean-Marc Valin
2013-04-20VBR bitrate calibration for variable duration.Jean-Marc Valin
2013-04-19Variable framesize improvementsJean-Marc Valin
2013-03-08Merge branch 'exp_analysis'Jean-Marc Valin
2013-03-08Documentation fixesJean-Marc Valin
2013-02-19Fixes a bug introduced in 851f803Jean-Marc Valin
2013-02-18Moves mono downmixing and upsampling to the compute_mdcts()Jean-Marc Valin
2013-02-18Adds code to revise the transient decision using the band energyJean-Marc Valin
2013-02-10Running transient_analysis() even for 2.5 ms framesJean-Marc Valin
2013-02-10Makes analysis usable for all frame sizesJean-Marc Valin
2013-01-09Fixes stupid preprocessor-related bug introduced in e368e6209.Jean-Marc Valin
2013-01-04Fixes a seed issue introduced in 5367dacJean-Marc Valin
2013-01-03Remove condition in pre/de-emphasis when not building with custom modesJean-Marc Valin
2012-12-23seed and remaining_bits moved to band contextJean-Marc Valin
2012-12-23Using a band context to reduce the number of arguments being passed around.Jean-Marc Valin
2012-12-23more bands.c cleaning upJean-Marc Valin
2012-12-23collapse mask cleanupJean-Marc Valin
2012-12-23Removes useless parameters and re-indents the codeJean-Marc Valin
2012-12-23Splitting off the recursion in quant_partition()Jean-Marc Valin
2012-12-23stereo part of quant_band() moved to quant_band_stereo()Jean-Marc Valin
2012-12-23Moves the split angle code to compute_theta()Jean-Marc Valin
2012-12-23First step in quant_band() cleanup: N=1 case.Jean-Marc Valin
2012-12-22Fixes MSVC warnings for double->float and float->int conversionv1.1-alphaJean-Marc Valin
2012-12-21skip bands with no energyJean-Marc Valin
2012-12-21New bandwidth detection codeJean-Marc Valin
2012-12-14Minor tuining of complexity thresholdsJean-Marc Valin
2012-12-14VBR code simplificationJean-Marc Valin
2012-12-14Cleanup: tf_estimate now ranges from 0 to 1Jean-Marc Valin
2012-12-13Dynalloc rate calibrationJean-Marc Valin
2012-12-13Makes "stereo savings" less aggressive on mono or near-mono.Jean-Marc Valin
2012-12-13Makes tonality boost less aggressiveJean-Marc Valin
2012-12-12Disables the new spread+tapset estimatorJean-Marc Valin
2012-12-08Numerous PLC cleanups.Timothy B. Terriberry
2012-12-05Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin
2012-12-04Do imdct post-rotate and deshuffle in-place.Nils Wallménius
2012-12-04Fixes forward MDCT for overlaps that aren't a multiple of 4Jean-Marc Valin
2012-12-02Updates MDCT unit testJean-Marc Valin