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-18Updated copyright noticesJean-Marc Valin
2009-10-17Changed all the celt*int*_t types to remove the _t suffix, which is reservedJean-Marc Valin
2009-10-15first step for removing the number of channels from the modeJean-Marc Valin
2009-07-26Changing some code to use BITRES directly instead of its value.Jean-Marc Valin
2009-07-23Reducing the size of the pulses->bits cache by restricting the number of pulsesJean-Marc Valin
2009-06-10Adding extra fine bits only when we have rounded down in the allocationJean-Marc Valin
2009-06-03Removed support for band-per-band stereo_mode that was never really usedJean-Marc Valin
2009-06-02Disabling K>128 until it can be shown to be useful.Jean-Marc Valin
2009-05-271024 pulses ought to be enough for everybodyJean-Marc Valin
2009-05-27Enabling more than 128 pulses for N=3 and N=4.Jean-Marc Valin
2009-05-22Adds support for up to 32767 pulses for the N=3 case (disabled for now)Jean-Marc Valin
2008-09-11One-at-a-time allocator now uses direct feedback from ec_*_tell().Jean-Marc Valin
2008-09-10At least attempting to use all the bits.Jean-Marc Valin
2008-08-02Unified allocation of fine energy and pulses.Jean-Marc Valin
2008-06-10Implemented split-cwrs for very large codebooks (>64 bits), but still gettingJean-Marc Valin
2008-05-23More stereo infrastructureJean-Marc Valin
2008-05-23infrastructure changes for upcoming stereo improvementsJean-Marc Valin
2008-03-26optimisation: changed some for() loops to do-while() to give the compilerJean-Marc Valin
2008-03-24Making bits2pulses() use a fixed number of iterations to allow furtherJean-Marc Valin
2008-03-10Allocation cache can now be pre-computed as well.Jean-Marc Valin
2008-02-20Updated Doxygen comments, removed an incorrectly placed LGPL header (we ownJean-Marc Valin
2008-02-19Merged the rate allocation atruct directly into the mode struct.Jean-Marc Valin
2008-01-17Looks like the bit allocation code is mostly working. Just need to actuallyJean-Marc Valin
2008-01-14early code for bit-rate managementJean-Marc Valin