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-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-01-23Stop uselessly calling haar1() when resynth=0Jean-Marc Valin
2011-01-21Using previous range coder state for PRNGJean-Marc Valin
2011-01-20Make collapse-detection bitexact.Timothy B. Terriberry
2010-11-25Implementing intensity stereo.Jean-Marc Valin
2010-09-13Moves the bit-side gain application to the quantizerJean-Marc Valin
2010-09-13Simplifies vector renormalisation (and using it less)Jean-Marc Valin
2010-07-25More cleanupJean-Marc Valin
2010-07-25Using random noise in upper bands when signal is "normal"Jean-Marc Valin
2010-07-14Support for adjusting the end bandJean-Marc Valin
2010-05-10Cleaning up the folding code.Jean-Marc Valin
2010-04-26Making the band definition the same at all frame sizes.Jean-Marc Valin
2010-04-19Disabling resynthesis when not needed (need to remove folding for this to work)Jean-Marc Valin
2010-02-26Allowing CELT to skip the low frequenciesJean-Marc Valin
2009-10-18Removed the _t from all the celt*_t types to avoid clashing with POSIXJean-Marc Valin
2009-10-18Updated copyright noticesJean-Marc Valin
2009-10-01Fix for folding_decision() in stereo mode and more cleaning up of the codeJean-Marc Valin
2009-09-18Removed code that is no longer necessary with denorm pitch and spreadingJean-Marc Valin
2009-09-12Only calling intra_fold() when there's no pulse allocatedJean-Marc Valin
2009-08-30Re-introducing the successive rotations as a way to control low-bitrateJean-Marc Valin
2009-07-13Using normalised M/S stereo data for folding and use separate folding gainsJean-Marc Valin
2009-03-27Squashed commit of the following:Jean-Marc Valin
2008-12-05alg_quant() now handles the sign of X[] separately from the quantisationJean-Marc Valin
2008-11-07Disabling the folding sign bitJean-Marc Valin
2008-07-21Re-implemented renormalise_bands() based on renormalise_vector().Jean-Marc Valin
2008-07-21Re-enabling folding/intra for transientsend_pre_echo_workJean-Marc Valin
2008-05-05Using only a sign for the intra prediction instead of using up to 5 bits forJean-Marc Valin
2008-04-21Passing the mode to the intra prediction functions so the single-channel caseJean-Marc Valin
2008-04-21Bit better indexing in intra_prediction()Jean-Marc Valin
2008-03-26optimisation: The "simple" Rxy/sqrt(Ryy) case in alg_quant no longer requiresJean-Marc Valin
2008-03-25Removed the "pitch compression" in the residual quantisation. Also, removedJean-Marc Valin
2008-03-03A bunch of const qualifyers and a few commentsJean-Marc Valin
2008-02-27fixed-point: compression factor (alpha) now a 16-bit value (still internallyJean-Marc Valin
2008-02-26celt_mask_t for masking curvesJean-Marc Valin
2008-02-26fixed-point: celt_norm_t now a 16-bit value.Jean-Marc Valin
2008-02-22Separating types for normalised vs. denormalised data pathsJean-Marc Valin
2008-02-20Mode docJean-Marc Valin
2008-02-20Updated Doxygen comments, removed an incorrectly placed LGPL header (we ownJean-Marc Valin
2008-02-13doing the folding properly.Jean-Marc Valin
2008-02-11Enabling "plain folding" in case we don't even have enough bits for intra-frameJean-Marc Valin
2007-12-31Comments/cleanup, no code changeJean-Marc Valin
2007-12-31Got the intra-band prediction/copy to work correctly withJean-Marc Valin
2007-12-14Propagating perceptual weighting around (not used yet).Jean-Marc Valin
2007-12-11Working on some stability issues (appears to be solved by making the pitchJean-Marc Valin
2007-12-07Nearly working cheating decoder.Jean-Marc Valin
2007-12-07Algebraic codebook decoding (not tested yet)Jean-Marc Valin
2007-12-06Fixed codebook entirely quantisedJean-Marc Valin
2007-12-06Some work on index packingJean-Marc Valin
2007-12-03Intra-frame predictionJean-Marc Valin
2007-11-30Oops, forgot to add the Ghost/ceft vq filesJean-Marc Valin