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-03-21Removes the celt_mode_info() call.Jean-Marc Valin
2011-03-14Renamed --noltp to --nopf in celtenc.cJean-Marc Valin
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-02-03Align the sample buffer for shortRon
2011-02-02Adds a generic CELT_SET_BITRATE() ctl() API for CBR and VBRJean-Marc Valin
2011-01-31No longer extracting the frame size from the mode to build the headerJean-Marc Valin
2011-01-29celt_encoder_create() now defaults to Opus standard modeJean-Marc Valin
2011-01-12Fixes constrained VBRJean-Marc Valin
2011-01-11MSVC build fixesDavid Schleef
2010-12-06Add API support for unconstrained VBRJean-Marc Valin
2010-10-28Switch example tools to use VBR and 960 sample frames by default on the basis...Gregory Maxwell
2010-06-28Updating various version stringsJean-Marc Valin
2010-05-08API change: optional resynthesisJean-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-06-08Add support for interframe prediction control in celtenc.Gregory Maxwell
2009-05-22VBR support. VBR API and VBR support in celtenc.Gregory Maxwell
2009-02-27Add version info to celtenc/celtdec output as suggested on theGregory Maxwell
2009-02-04Some additional documentaion in the celtenc UI.Gregory Maxwell
2009-02-04Additional copyright notices.Gregory Maxwell
2009-02-04Minor enhancements to celtenc to avoid silently capping bitrate and allow anGregory Maxwell
2008-10-09Add support for a complexity argument to both testcelt and celtenc.Gregory Maxwell
2008-10-01API: Change celt_encode and celt_encode_float so that they take an optional s...Gregory 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-26Put the channel count outside of the energy calculation. Increased the allowedJean-Marc Valin
2008-02-21Making sure freed or corrupted modes can't be used (produce a run-time warning).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-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-01clean up... oh and actually committed the header definitionJean-Marc Valin
2008-01-31Fixed the default int32 type which was wrong on amd64 (and added testcase).Jean-Marc Valin