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-18Some error reporting in the mode generation code. More cleanupJean-Marc Valin
2008-02-18Making use of dynamically generated modes by defaultJean-Marc Valin
2008-02-18Can now easily use modes generated on the fly.Jean-Marc Valin
2008-02-15Experimental ld51 mode (needs more work)Jean-Marc Valin
2008-02-13scales down even further in bit-rateJean-Marc Valin
2008-02-11Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]Jean-Marc Valin
2008-02-11Enabling "plain folding" in case we don't even have enough bits for intra-frameJean-Marc Valin
2008-02-08Everything converted to use kiss-fft. Got rid of smallft and fftwrap.Jean-Marc Valin
2008-02-08Now using an MDCT implementation I can actually understand.Jean-Marc Valin
2008-02-07Re-enabled intra-frame prediction, which seems to have exposed a few issuesJean-Marc Valin
2008-01-31"make check" now actually tried to encode and decode to see if things workJean-Marc Valin
2008-01-29Added a check to make sure the encoder signal matches that of the decoderJean-Marc Valin
2008-01-18Big mode cleanup. Keeping only one mono and one stereo modeJean-Marc Valin
2008-01-17Further simplified the API by passing the rate directly to theJean-Marc Valin
2008-01-17Enabled pure CBR, though there's still some decoder issues.Jean-Marc Valin
2008-01-12A bit of tuning and early work on bit allocationJean-Marc Valin
2007-12-14Propagating perceptual weighting around (not used yet).Jean-Marc Valin
2007-12-10Fixed stereo version of the pitch estimatorJean-Marc Valin
2007-12-10Stereo almost works now (still need to fix the pitch estimate and add moreJean-Marc Valin
2007-12-10Adding stereo support. Doesn't work yet, but at least it doesn't breakJean-Marc Valin
2007-12-08Some cleaning up, a few less warnings and the decoder no longer does anv0.0.1Jean-Marc Valin
2007-12-07Very basic packet loss concealment codeJean-Marc Valin
2007-12-07debug codeJean-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-07Added decoder code (not working yet)Jean-Marc Valin
2007-12-06minor cleanupJean-Marc Valin
2007-12-05Converting the code to use the modes instead of global arrays.Jean-Marc Valin
2007-11-30Added pitch analysis. Doesn't crash, but otherwise untested.Jean-Marc Valin
2007-11-30Got MDCT analysis-synthesis to workJean-Marc Valin
2007-11-29Initial commit with the autotools stuff and files taken from Speex and Vorbis.Jean-Marc Valin