summaryrefslogtreecommitdiff
path: root/celt
Commit message (Expand)AuthorAgeFilesLines
* Running transient_analysis() even for 2.5 ms framesJean-Marc Valin2012-12-141-7/+9
* Makes analysis usable for all frame sizesJean-Marc Valin2012-12-141-1/+1
* Minor tuining of complexity thresholdsJean-Marc Valin2012-12-141-2/+2
* VBR code simplificationJean-Marc Valin2012-12-141-6/+3
* Cleanup: tf_estimate now ranges from 0 to 1Jean-Marc Valin2012-12-131-9/+7
* Dynalloc rate calibrationJean-Marc Valin2012-12-121-2/+2
* Makes "stereo savings" less aggressive on mono or near-mono.Jean-Marc Valin2012-12-121-2/+6
* Makes tonality boost less aggressiveJean-Marc Valin2012-12-121-4/+4
* Disables the new spread+tapset estimatorJean-Marc Valin2012-12-121-1/+4
* Numerous PLC cleanups.Timothy B. Terriberry2012-12-072-117/+158
* Adds explicit valgrind checks when ENABLE_VALGRIND is definedJean-Marc Valin2012-12-051-0/+22
* Do imdct post-rotate and deshuffle in-place.Nils Wallménius2012-12-031-15/+28
* Fixes forward MDCT for overlaps that aren't a multiple of 4Jean-Marc Valin2012-12-032-2/+14
* Updates MDCT unit testJean-Marc Valin2012-12-011-0/+3
* More comments in the PLCJean-Marc Valin2012-12-011-1/+4
* Place output of imdct post-rotate and deshuffle in out buffer to avoid copyin...Nils Wallménius2012-12-011-28/+8
* Window both sides of overlap when adding them.Nils Wallménius2012-12-013-20/+10
* Better comments in the PLCJean-Marc Valin2012-11-291-7/+19
* Fixes an overflow in the fixed-point celt_sqrt() for large values.Jean-Marc Valin2012-11-291-0/+2
* Fixes many many issues in the CELT PLCJean-Marc Valin2012-11-291-40/+41
* Remove obsolete #ifdef OPUS_BUILD.Ralph Giles2012-11-291-2/+0
* Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.Gregory Maxwell2012-11-273-3/+8
* Tweaks to the new transient detectorJean-Marc Valin2012-11-191-5/+16
* Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius2012-11-121-8/+0
* Should make celt_maxabs*() slightly fasterJean-Marc Valin2012-11-121-4/+12
* Oops, fixes transient_analysis() for the right channelJean-Marc Valin2012-11-111-6/+7
* Fixes a VBR bug caused by maxDepth not to be computed without dynallocJean-Marc Valin2012-11-111-94/+119
* Add the new source files to the MSVC projects.Ralph Giles2012-11-092-2/+10
* Remove long-outdated commentJean-Marc Valin2012-11-081-3/+0
* Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin2012-11-081-3/+6
* Fixes a bug where transient frames would use previous spreadingJean-Marc Valin2012-11-081-1/+3
* Disables tf_analysis() for hybrid modeJean-Marc Valin2012-11-081-22/+24
* Fixes issues with multiple files defining CELT_CJean-Marc Valin2012-11-082-4/+2
* Splits out the CELT encoder and decoderJean-Marc Valin2012-11-084-3099/+3237
* Changed denormalize_bands() to only work between "start" and "end"Jean-Marc Valin2012-11-073-29/+11
* Reduces stack in quant_all_bands() for hybrid modeJean-Marc Valin2012-11-071-9/+11
* More stack usage reduction in quant_all_bands()Jean-Marc Valin2012-11-071-5/+10
* Removes the need for lowband_scratch in quant_all_bands()Jean-Marc Valin2012-11-072-14/+19
* Moved up the second encoder mdct to reduce stack usageJean-Marc Valin2012-11-061-29/+30
* Reduces decoder stack usageJean-Marc Valin2012-11-051-5/+10
* Further cleanup of the MDCT code, fixes PLC bugJean-Marc Valin2012-11-051-54/+53
* Avoid copying imdct outputNils Wallménius2012-11-051-38/+13
* comb_filter() bypass for the case where the gain is zero.Jean-Marc Valin2012-11-031-0/+15
* Oops, put back the "static" for transient_analysis()Jean-Marc Valin2012-11-031-1/+1
* Fixes a fixed-point overflow in the new transient detectorJean-Marc Valin2012-11-031-8/+7
* Fixes a fixed-point divide-by-zero issueJean-Marc Valin2012-11-021-2/+2
* New transient detection algorithmJean-Marc Valin2012-11-021-79/+94
* Adds missing license headers on some scripts and test filesJean-Marc Valin2012-10-308-0/+219
* Keeping the deemphasis coefficients in local variable to avoid aliasing issuesJean-Marc Valin2012-10-291-5/+10
* Moves the pitch prefiltering code to a separate functionJean-Marc Valin2012-10-291-133/+162