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
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-01-29celt_encoder_create() now defaults to Opus standard modeJean-Marc Valin
2011-01-12Fixes constrained VBRJean-Marc Valin
2010-05-08More work on variable frame size (getting rid of FRAMESIZE() )Jean-Marc Valin
2010-05-08Changing the encoder API to add the frame sizeJean-Marc Valin
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-16The number of channels is now set when creating the states rather than whenJean-Marc Valin
2009-08-02Allocating enough mem in celtenc/celtdec to handle 1024-sample framesJean-Marc Valin
2009-02-27Add version info to celtenc/celtdec output as suggested on theGregory Maxwell
2008-06-18Automatically choosing the overlap based on the frame size.Jean-Marc Valin
2008-06-09Suggesting .oga as extension for Ogg filesJean-Marc Valin
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-02-25Ogg decoder does gapless for the beginning of the file.Jean-Marc Valin
2008-02-21Updated the header and celtenc/celtdec tools to the new way modes are handled.Jean-Marc Valin
2008-02-20Changed _new() to _create() in the API. Added some documentationJean-Marc Valin
2008-02-15Fix from speex svn 14504.Gregory Maxwell
2008-02-15Fix handling of truncated ogg packets.Gregory Maxwell
2008-02-14setting nb channels automatically from the mode.Jean-Marc Valin
2008-02-02Fix reporting of bit-rate in decoderv0.1.0Jean-Marc Valin
2008-02-02Fixed a typo and removed an old warning from speexenc. Also, using more usefulJean-Marc Valin
2008-02-01couple fixes to Ogg encoder/decoderJean-Marc Valin
2008-02-01celtenc and celtdec work for stereo as well.Jean-Marc Valin
2008-02-01bit of cleaning up, default sampling rateJean-Marc Valin
2008-02-01Got the Ogg encoder and decoder to (barely) work.Jean-Marc Valin