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
2008-02-19Fixed a bunch of warningsJean-Marc Valin
2008-02-14Option use of SSE intrinsics (still trying to convince gcc not to move theJean-Marc Valin
2008-02-14More VQ comments/cleanup, disabled ineffective optimisationJean-Marc Valin
2008-02-14minor cleanup/commenting to vq searchJean-Marc Valin
2008-02-14vq search is now moving much less data aroundJean-Marc Valin
2008-02-14moved pulse [en|de]coding to cwrs.cJean-Marc Valin
2008-02-13doing the folding properly.Jean-Marc Valin
2008-02-13Introducing a (very) crude budget for the energy encoder.Jean-Marc Valin
2008-02-12minor optimisation+tuning of vq searchJean-Marc Valin
2008-02-12bit of cleaning upJean-Marc Valin
2008-02-12Updating only the L-best entries in alg_quant() that are useful.Jean-Marc Valin
2008-02-12Copying pointers is faster than copying arrays (who knew!).Jean-Marc Valin
2008-02-12Allowing the quantiser serch to put more than one pulse at one,Jean-Marc Valin
2008-02-11Enabling "plain folding" in case we don't even have enough bits for intra-frameJean-Marc Valin
2008-02-11Limiting intra-frame prediction codebook to 32 entries (plus sign)Jean-Marc Valin
2008-01-17Further simplified the API by passing the rate directly to theJean-Marc Valin
2008-01-10Stereo decoding working again (fixed a few issues in the encoder at the sameJean-Marc Valin
2007-12-31Got the intra-band prediction/copy to work correctly withJean-Marc Valin
2007-12-14Propagating perceptual weighting around (not used yet).Jean-Marc Valin
2007-12-11Working on some stability issues (appears to be solved by making the pitchJean-Marc Valin
2007-12-11Added support for codebooks up to 64 bits.Jean-Marc Valin
2007-12-08Some cleaning up, a few less warnings and the decoder no longer does anv0.0.1Jean-Marc Valin
2007-12-07Cheating decoder now produces the same result as the encoderJean-Marc Valin
2007-12-07Nearly working cheating decoder.Jean-Marc Valin
2007-12-07More decoding workJean-Marc Valin
2007-12-07Algebraic codebook decoding (not tested yet)Jean-Marc Valin
2007-12-06Fixed codebook entirely quantisedJean-Marc Valin
2007-12-06Some work on index packingJean-Marc Valin
2007-12-04Compressing the innovation along the pitch directionJean-Marc Valin
2007-12-03Allowing to add pulses on top of intra-band predictionJean-Marc Valin
2007-12-03Fixed intra-frame prediction (added sign)Jean-Marc Valin
2007-12-03Intra-frame predictionJean-Marc Valin
2007-11-30Oops, forgot to add the Ghost/ceft vq filesJean-Marc Valin