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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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