Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
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
2012-12-02More comments in the PLCJean-Marc Valin
2012-12-02Place output of imdct post-rotate and deshuffle in out buffer to avoid copyin...Nils Wallménius
2012-12-02Window both sides of overlap when adding them.Nils Wallménius
2012-11-30Better comments in the PLCJean-Marc Valin
2012-11-30Fixes an overflow in the fixed-point celt_sqrt() for large values.Jean-Marc Valin
2012-11-30Fixes many many issues in the CELT PLCJean-Marc Valin
2012-11-29Remove obsolete #ifdef OPUS_BUILD.Ralph Giles
2012-11-27Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell
2012-11-20Tweaks to the new transient detectorJean-Marc Valin
2012-11-13Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius
2012-11-13Should make celt_maxabs*() slightly fasterJean-Marc Valin
2012-11-12Oops, fixes transient_analysis() for the right channelJean-Marc Valin
2012-11-12Fixes a VBR bug caused by maxDepth not to be computed without dynallocJean-Marc Valin
2012-11-09Add the new source files to the MSVC projects.Ralph Giles
2012-11-09Remove long-outdated commentJean-Marc Valin
2012-11-09Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin
2012-11-09Fixes a bug where transient frames would use previous spreadingJean-Marc Valin
2012-11-08Disables tf_analysis() for hybrid modeJean-Marc Valin
2012-11-08Fixes issues with multiple files defining CELT_CJean-Marc Valin
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