Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-01-16Change name of libcelt to libcelt0Thorvald Natvig
2010-01-08Updates celtclient to the new API.Stefan de Konink
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
2009-01-20This fixes a couple of issues with celtclient.c and makes it easier toGregory Maxwell
2008-11-27Celtclient improvements: A usable usage message and correct usage of the jitt...Gregory Maxwell
2008-10-29Fixed use of the jitter buffer in celtclient.Gregory 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-08-02Fixed two issues pointed out by GregJean-Marc Valin
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-16Removed useless functions that caused warnings in skeleton.cJean-Marc Valin
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-03-04fixed-point: converted denormalise_bands()Jean-Marc Valin
2008-03-03added suffix to real fft. The celtclient can now be built with an unmodifiedJean-Marc Valin
2008-02-26Put the channel count outside of the energy calculation. Increased the allowedJean-Marc Valin
2008-02-25Ogg decoder does gapless for the beginning of the file.Jean-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-19celtclient udp two-way streamer. Not enabled yet because it's still trickyJean-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-13skeleton endianness fixesConrad Parker
2008-02-13off-by-one fix as reported by ogg.k.ogg.k and recently committed inConrad Parker
2008-02-02Fix reporting of bit-rate in decoderJean-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-01oops, forgot the makefileJean-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
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