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-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-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-01-26Removing more unused function paramsJean-Marc Valin
2011-01-26Removes unused function parametersJean-Marc Valin
2011-01-09Prevent busts at low bitrates.Timothy B. Terriberry
2010-11-09Add coarse energy entropy model tuning.Timothy B. Terriberry
2010-09-01Complexity setting now controls two-pass coarse energy quantizationJean-Marc Valin
2010-08-26coarse probability model in static modes tooJean-Marc Valin
2010-08-08Moving intra decision to quant_coarse_energy()Jean-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-14Support for adjusting the end bandJean-Marc Valin
2010-06-23Improved quality of small frame sizes at low bitrate.Jean-Marc Valin
2010-03-13Increasing log energy resolutionJean-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-15first step for removing the number of channels from the modeJean-Marc Valin
2009-06-14removing redundant calls to log2()Jean-Marc Valin
2009-06-10Adding extra fine bits only when we have rounded down in the allocationJean-Marc Valin
2009-06-09Folding, coarse energy, source cleanupJean-Marc Valin
2009-06-09This makes it possible to use the bits left after PVQ for fine energy.Jean-Marc Valin
2009-05-22VBR support. VBR API and VBR support in celtenc.Gregory Maxwell
2009-05-02Dynamically selecting intra energy based on energy variations from the previousJean-Marc Valin
2009-05-02Add support for intra-coding of the coarse energy.Jean-Marc Valin
2008-08-02Unified allocation of fine energy and pulses.Jean-Marc Valin
2008-08-02Completed the separation of coarse and fine energy quantisationJean-Marc Valin
2008-04-23Optimisation: caching the divisions used in the Laplace encoder.Jean-Marc Valin
2008-02-27fixed-point: log-energy for previous frame now a 16-bit value. This currentlyJean-Marc Valin
2008-02-26fixed-point: added a celt_ener_t type for band energy.Jean-Marc Valin
2008-02-13Introducing a (very) crude budget for the energy encoder.Jean-Marc Valin
2007-12-07No more cheating, everything fully quantisedJean-Marc Valin
2007-12-07energy decoding partially done (cheating a bit)Jean-Marc Valin
2007-12-05Quantisation of band energies (adding files)Jean-Marc Valin