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-19Merged the rate allocation atruct directly into the mode struct.Jean-Marc Valin
2008-02-18minor change to critical bands definitions (nothing to see here)Jean-Marc Valin
2008-02-18Some error reporting in the mode generation code. More cleanupJean-Marc Valin
2008-02-18Removed all hard-coded modesJean-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-18Can now generate the entire mode structJean-Marc Valin
2008-02-18pbands code seems to work, cleaned up useless junk in mode definitionsJean-Marc Valin
2008-02-18pband generation wipJean-Marc Valin
2008-02-17Some work trying to generate the modes on the flyJean-Marc Valin
2008-02-15Experimental ld51 mode (needs more work)Jean-Marc Valin
2008-02-11Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]Jean-Marc Valin
2008-01-31"make check" now actually tried to encode and decode to see if things workJean-Marc Valin
2008-01-31Mode infoJean-Marc Valin
2008-01-18Big mode cleanup. Keeping only one mono and one stereo modeJean-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-17Looks like the bit allocation code is mostly working. Just need to actuallyJean-Marc Valin
2008-01-12A bit of tuning and early work on bit allocationJean-Marc Valin
2008-01-11Conversion to 18-band split and fixed a few related bugs.Jean-Marc Valin
2008-01-10oops, trying not to overflow the 64-bit max allocation.Jean-Marc Valin
2008-01-10Tuning of the stereo mode, including conversion to the 18-band split.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-08Updated the 18-band mode (mode0) to use the low-overlap MDCTJean-Marc Valin
2008-01-05Now using 8 bands for the pitch gain, with a 128-entry codebook.Jean-Marc Valin
2008-01-03Allowing reduced overlap MDCTs as an alternativeJean-Marc Valin
2007-12-13Band energy quantisation info now in the mode directlyJean-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-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-07Another experimental mode with longer frames.Jean-Marc Valin
2007-12-07A bit of quality tuning, plus created a higher quality modeJean-Marc Valin
2007-12-05conversion to modes completeJean-Marc Valin
2007-12-05Converting the code to use the modes instead of global arrays.Jean-Marc Valin
2007-12-04Adding mode infrastructure (still incomplete)Jean-Marc Valin