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-14Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVEJean-Marc Valin
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-01-26Removes unused function parametersJean-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-12-17Re-organize spreading/folding constants.Timothy B. Terriberry
2010-12-09Fixes a fixed-point overflow in stereo angle calculationJean-Marc Valin
2010-11-25Implementing intensity stereo.Jean-Marc Valin
2010-10-16Folding code moved to quant_band() to prevent duplication.Jean-Marc Valin
2010-10-16More VQ search simplificationsJean-Marc Valin
2010-10-16Removing yshift from the fixed-point VQ searchJean-Marc Valin
2010-10-16More simplifications to the VQ searchJean-Marc Valin
2010-10-16VQ search no longer needs to put more than one pulse at a timeJean-Marc Valin
2010-10-13No longer filling the stereo side with noise.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-08-31Fixes some MSVC warningsJean-Marc Valin
2010-08-07Implemented variable spreading amount in the decoderJean-Marc Valin
2010-08-07Minor simplification to exp_rotation().Timothy B. Terriberry
2010-08-06CommentsJean-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-07Fixed C99-style declarationJean-Marc Valin
2010-05-21Splitting transients in time domainJean-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-20Tuning the amount of spreading based on Koen's feedbackJean-Marc Valin
2010-04-19Disabling resynthesis when not needed (need to remove folding for this to work)Jean-Marc Valin
2010-04-18Re-introducing the successive spreading rotations, but in a two-stepJean-Marc Valin
2010-04-18Corrected some non-sensical codeJean-Marc Valin
2010-04-17Converted a few double-precision constants to single precisionJean-Marc Valin
2010-04-15Changed compute_allocation_table() so it handles ebands that start and end in...Jean-Marc Valin
2010-04-07A bit more tuning on the pseudo-frac-Hadamard. Also Trying to improveJean-Marc Valin
2010-04-03Doing the spreading with a "pseudo-fractional-Hadamard" transformJean-Marc Valin
2010-03-20fixed-point: slightly increasing the decoder accuracy againJean-Marc Valin
2010-03-16fixed-point: Further reduction in mismatchJean-Marc Valin
2010-02-26Allowing CELT to skip the low frequenciesJean-Marc Valin
2009-10-31Expose the normalized range for reciprocal square roots in fixed-point mode. ...Timothy Terriberry
2009-10-24misc minor changesJean-Marc Valin
2009-10-20Making the multiplication in normalise_residual() produce a 32-bit result justJean-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-07Renamed mix_pitch_and_residual() to normalise_residual(), after minorJean-Marc Valin
2009-10-07Further simplifications to mix_pitch_and_residual() (which no longer doesJean-Marc Valin
2009-10-03Fix for some test program compat and an assertion that didn't make sense anymoreJean-Marc Valin
2009-10-01Fix for folding_decision() in stereo mode and more cleaning up of the codeJean-Marc Valin
2009-09-30Tuning the spreading rotationsJean-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