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-19Merged the rate allocation atruct directly into the mode struct.Jean-Marc Valin
2008-02-18Two-pass algorithm for filling the remaining bits. Still not perfect, but closeJean-Marc Valin
2008-02-13Introducing a (very) crude budget for the energy encoder.Jean-Marc Valin
2008-02-12Fixed stereo regression introduced in 05686a5d6e366d3a067c39f1b8567def7baa450dJean-Marc Valin
2008-02-12bit of cleaning upJean-Marc Valin
2008-02-11As extra safety, make sure not to use pitch prediction when it would makeJean-Marc Valin
2008-02-11No longer encoding the pitch index if the gain is zero anyway.Jean-Marc Valin
2008-02-11Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]Jean-Marc Valin
2008-02-11Oops. Fixed spreading function for stereoJean-Marc Valin
2008-02-11Limiting intra-frame prediction codebook to 32 entries (plus sign)Jean-Marc Valin
2008-02-11Decays corresponding to the psychoacoustic spreading function are nowJean-Marc Valin
2008-02-11minor tweak to pitch weighting function, disabled some code that doesn'tJean-Marc Valin
2008-02-08fixed leaked ritrev tableJean-Marc Valin
2008-02-08Everything converted to use kiss-fft. Got rid of smallft and fftwrap.Jean-Marc Valin
2008-02-08Fixed incorrect assumption about the number of bytes returned by theJean-Marc Valin
2008-02-07Re-enabled intra-frame prediction, which seems to have exposed a few issuesJean-Marc Valin
2008-01-31Mode infoJean-Marc Valin
2008-01-31cleaning upJean-Marc Valin
2008-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin
2008-01-27Bit of cleaning up in the byte dumping part. Making use of any remaining bit(s)Jean-Marc Valin
2008-01-18Tweaks for slightly improving the handling of the last byte (still notJean-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-17Close to getting CBR workingJean-Marc Valin
2008-01-11Doing stereo mixing adaptively based on amplitude difference.Jean-Marc Valin
2008-01-10Stereo decoding working again (fixed a few issues in the encoder at the sameJean-Marc Valin
2008-01-09Some stereo work (breaks the decoder for now)Jean-Marc Valin
2008-01-07Switched to mdct mask computationJean-Marc Valin
2008-01-05Completed low-overlap MDCT support by reducing the synthesisJean-Marc Valin
2008-01-03Allowing reduced overlap MDCTs as an alternativeJean-Marc Valin
2007-12-31Comments/cleanup, no code changeJean-Marc Valin
2007-12-30Spreading function inside quant_bands()Jean-Marc Valin
2007-12-29Added a DCT in time direction when multiple MDCTs are used within the sameJean-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-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-07code cleanup: all inverse MDCTs in the same functionJean-Marc Valin
2007-12-07Very basic packet loss concealment codeJean-Marc Valin
2007-12-07No more cheating, everything fully quantisedJean-Marc Valin
2007-12-07Energy is now Laplace-encoded (very poorly for now)Jean-Marc Valin
2007-12-07energy decoding partially done (cheating a bit)Jean-Marc Valin
2007-12-07More work on decoding (still cheating)Jean-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-07Added decoder code (not working yet)Jean-Marc Valin
2007-12-06minor cleanupJean-Marc Valin