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
path: root/tools
AgeCommit message (Expand)Author
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 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-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