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-20cwrs converted to use VARDECL/ALLOC macrosJean-Marc Valin
2008-02-20More C89 fixes, making sure to include config.h from all source files.Jean-Marc Valin
2008-02-20removed // comments and added stack_alloc.h (not used everywhere yet)Jean-Marc Valin
2008-02-19Updated the testcase for the latest issues found with libentcodeJean-Marc Valin
2008-02-19Don't flush the last buffered symbol if it is zero.Timothy B. Terriberry
2008-02-19Fix flushing the final byte in the face of nothing but carry propagation.Timothy B. Terriberry
2008-02-19Remove leading zeros in testceltJean-Marc Valin
2008-02-19Allowing to choose the frame size and rate from testceltJean-Marc Valin
2008-02-19Slight increase to the bit allocation in the mid-high freqsJean-Marc Valin
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-19celtclient udp two-way streamer. Not enabled yet because it's still trickyJean-Marc Valin
2008-02-18cwrs.c links to derf's article on pulse vector encoding.Jean-Marc Valin
2008-02-18Two-pass algorithm for filling the remaining bits. Still not perfect, but closeJean-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-15Fix from speex svn 14504.Gregory Maxwell
2008-02-15Fix handling of truncated ogg packets.Gregory Maxwell
2008-02-14Option use of SSE intrinsics (still trying to convince gcc not to move theJean-Marc Valin
2008-02-14More VQ comments/cleanup, disabled ineffective optimisationJean-Marc Valin
2008-02-14minor cleanup/commenting to vq searchJean-Marc Valin
2008-02-14vq search is now moving much less data aroundJean-Marc Valin
2008-02-14setting nb channels automatically from the mode.Jean-Marc Valin
2008-02-14Now no divisions required in the cwrs codeJean-Marc Valin
2008-02-14Reduced useless calls to ncwrs64() by half.Jean-Marc Valin
2008-02-14moved pulse [en|de]coding to cwrs.cJean-Marc Valin
2008-02-14Speeded up cwrsi and icwrs by at least an order of magnitude. Now usingJean-Marc Valin
2008-02-13Simplified exp_spreading by unifying both directions. Have to admit I don'tJean-Marc Valin
2008-02-13ensures that the celt header is written as little endian, and also checksConrad Parker
2008-02-13skeleton endianness fixesConrad Parker
2008-02-13doing the folding properly.Jean-Marc Valin
2008-02-13Don't try to install the testcasesJean-Marc Valin
2008-02-13set extra headers to 0, rather than 0xdeadbeefConrad Parker
2008-02-13off-by-one fix as reported by ogg.k.ogg.k and recently committed inConrad Parker
2008-02-13README updateJean-Marc Valin
2008-02-13scales down even further in bit-rateJean-Marc Valin
2008-02-13Introducing a (very) crude budget for the energy encoder.Jean-Marc Valin
2008-02-12Fixed stereo regression introduced in 05686a5d6e366d3a067c39f1b8567def7baa450dJean-Marc Valin
2008-02-12minor optimisation+tuning of vq searchJean-Marc Valin
2008-02-12bit of cleaning upJean-Marc Valin
2008-02-12Updating only the L-best entries in alg_quant() that are useful.Jean-Marc Valin
2008-02-12Copying pointers is faster than copying arrays (who knew!).Jean-Marc Valin