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-04-22Adding history to the intra decision distortionJean-Marc Valin
2011-04-22s/intra_decision()/loss_distortion()/Jean-Marc Valin
2011-04-22Taking into account the percentage of packet loss for intra decisionJean-Marc Valin
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-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-04Refactor the entropy coder.Timothy B. Terriberry
2011-01-28Changing some double constants to floatJean-Marc Valin
2011-01-28Using a real 16-bit value for the coarse beta on intra framesJean-Marc Valin
2011-01-27Fixes fixed-point overflow on really low energyJean-Marc Valin
2011-01-26Removing more unused function paramsJean-Marc Valin
2011-01-26Removes unused function parametersJean-Marc Valin
2011-01-26Should avoid running log2Amp on uninitialized dataJean-Marc Valin
2011-01-26Remove // commentJean-Marc Valin
2011-01-24Moving energy floor to coarse quantizationJean-Marc Valin
2011-01-23Considering "badness" in two-pass quant_coarse_energy().Jean-Marc Valin
2011-01-23Correct an encoder/decoder mismatch at low volume levels. Relax some low leve...Gregory Maxwell
2011-01-10Defines MAX_FINE_BITS to ensure that we're using the same value everywhereJean-Marc Valin
2011-01-09Prevent busts at low bitrates.Timothy B. Terriberry
2010-12-30Update the maximum fine bits everywhere.Timothy B. Terriberry
2010-12-21Entropy coder clean-up.Timothy B. Terriberry
2010-12-18Replace ec_{enc|dec}_bit_prob() with ec_{enc|dec}_bit_logp().Timothy B. Terriberry
2010-12-16Making the encoder fail less often at stupidly low bit-ratesJean-Marc Valin
2010-11-09Add coarse energy entropy model tuning.Timothy B. Terriberry
2010-11-05Switch iteration over channels to the do{}while(); construct in order to info...Gregory Maxwell
2010-10-18s/const/static const/Jean-Marc Valin
2010-10-13Don't take into account silence for the coarse energy meansJean-Marc Valin
2010-10-10Retrained coarse energy mean and beta coefficientsJean-Marc Valin
2010-09-30Fixes a fixed-point overflow on 16-bit architecturesJean-Marc Valin
2010-09-15Add an extra safety bit in intra_decision()Jean-Marc Valin
2010-09-15Fixes rare overflow in intra_decision()Jean-Marc Valin
2010-09-01Complexity setting now controls two-pass coarse energy quantizationJean-Marc Valin
2010-08-31Fixes some MSVC warningsJean-Marc Valin
2010-08-26Disabling mdct and fft init code with static modesJean-Marc Valin
2010-08-26coarse probability model in static modes tooJean-Marc Valin
2010-08-12Fixes a stereo bug introduced in the previous commitJean-Marc Valin
2010-08-10Choosing intra frame energy when it's cheaper than interJean-Marc Valin
2010-08-08Moving intra decision to quant_coarse_energy()Jean-Marc Valin
2010-08-07commentsJean-Marc Valin
2010-08-07eMeans[] quantized to 8 bitsJean-Marc Valin
2010-08-06Using the real spectral means instead of the onesJean-Marc Valin
2010-08-02Code simplifications for log->amplitude conversionJean-Marc Valin
2010-07-24Cleaning up intra_decision()Jean-Marc Valin
2010-07-24Energy quantization tuning.Jean-Marc Valin
2010-07-19The coarse energy budget is no longer part of the bit-stream.Jean-Marc Valin
2010-07-18Encoder now has a way to check whether an error has occurredJean-Marc Valin
2010-07-14Support for adjusting the end bandJean-Marc Valin
2010-06-23Improved quality of small frame sizes at low bitrate.Jean-Marc Valin
2010-06-05Doing the log2Amp() just in one placeJean-Marc Valin
2010-05-26Fixed a long-standing rare mismatchJean-Marc Valin