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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03Eliminate the ec_int32 and ec_uint32 typedefs.Timothy B. Terriberry
2011-02-14Correct a number of uninitialized value problems when end!=nbEBands. Now 8khz...Gregory Maxwell
2011-02-10Adding a tiny amount of noise when folding to prevent/reduce numerical issuesJean-Marc Valin
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-04This removes some pointless/dead code.Gregory Maxwell
2011-02-04Refactor the entropy coder.Timothy B. Terriberry
2011-02-03Renormalize in anti-collapse only when neededJean-Marc Valin
2011-02-03Fix collapse mask tracking for recombine steps.Timothy B. Terriberry
2011-02-01Tuning the split thresholdJean-Marc Valin
2011-02-01Add a seprate qtheta offset for two-phase stereo.Timothy B. Terriberry
2011-02-01Adjust the splitting threshold.Timothy B. Terriberry
2011-02-01Don't destroy stereo history when switching to mono.Timothy B. Terriberry
2011-01-31Propagate balance from compute_allocation() to quant_all_bands().Timothy B. Terriberry
2011-01-31Making sure that itheta=0 or 16384 really cuts allocation to one bandJean-Marc Valin
2011-01-29Change qb cap to prevent side-fold collapses.Timothy B. Terriberry
2011-01-28Don't rebalance bits for itheta=0 or 16384Jean-Marc Valin
2011-01-28Making rebalance a celt_int32Jean-Marc Valin
2011-01-28Reducing waste at high bit-rateJean-Marc Valin
2011-01-27Fixes fixed-point overflow on really low energyJean-Marc Valin
2011-01-27Fixes a fixed-point overflow in anti-collapseJean-Marc Valin
2011-01-27Improve accuracy of update_lowband test.Timothy B. Terriberry
2011-01-27More anti-collapse fixes, as well as a fold fix.Timothy B. Terriberry
2011-01-26anti-collapse tuningJean-Marc Valin
2011-01-26Oops, fixed the sqrt(2) constant for anti_collapse()Jean-Marc Valin
2011-01-25Taking LM into account for anti-collapseJean-Marc Valin
2011-01-23Simple DTX/CNG implementationJean-Marc Valin
2011-01-23Stop uselessly calling haar1() when resynth=0Jean-Marc Valin
2011-01-23Prevent out of bounds access to collapse_masks.Gregory Maxwell
2011-01-23Correct an encoder/decoder mismatch at low volume levels. Relax some low leve...Gregory Maxwell
2011-01-22Defining merge_stereo() when S==-M or S==MJean-Marc Valin
2011-01-21Fix collapse_masks overflow for mono.Timothy B. Terriberry
2011-01-21Reorders some operations in anti-collapse to reuse valuesJean-Marc Valin
2011-01-21Using previous range coder state for PRNGJean-Marc Valin
2011-01-20Fixes an irrelevant uninitialized bugJean-Marc Valin
2011-01-20Make collapse-detection bitexact.Timothy B. Terriberry
2011-01-18Adds an anti-collapse mechanism for transientsJean-Marc Valin
2011-01-18Adding tapset decision logicJean-Marc Valin
2011-01-13Minor code cleanup, nothing to see hereJean-Marc Valin
2011-01-13Proper scaling for the mid foldingJean-Marc Valin
2011-01-13Replace log2_frac in the delta offset calculation.Timothy B. Terriberry
2011-01-12Using a step pdf for the stereo itheta encodingJean-Marc Valin
2011-01-11Fixes the recombining stride and the deinterleaving strideJean-Marc Valin
2011-01-11Using intensity_stereo() when itheta==0Jean-Marc Valin
2011-01-10Defines MAX_FINE_BITS to ensure that we're using the same value everywhereJean-Marc Valin
2011-01-10Using tell() rather than log2_frac() to compute qallocJean-Marc Valin
2011-01-10Changes the N=2 stereo case to use the same sign convention as N=1Jean-Marc Valin
2011-01-10Max delta: +/- 16384Jean-Marc Valin
2011-01-1032-bit fixesJean-Marc Valin
2011-01-10Make LCG 16-bit cleanJean-Marc Valin
2011-01-09Fix Jean-Marc's sqrt(0.5) constants.Timothy B. Terriberry