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
2009-04-23Bump version for followup releasecompat-v0.5.1.2Monty
2009-04-23Missed a necessary reversioning change (-lcelt -> -lcelt051 inMonty
2009-04-22Hm, 0.5.1-1 is a bad idea for a version number.... 0.5.1.1 is much lesscompat-v0.5.1.1Monty
2009-04-22Add warnings to release not and to encoder that this is a prereleasev0.5.1-1Monty
2009-04-17Re-version all exposed symbols likely to change in subsequent celt releases t...Monty
2008-12-18Bump version to 0.5.1v0.5.1Jean-Marc Valin
2008-12-17Ensure that log2_frac() is _really_ an upper bound.Timothy B. Terriberry
2008-12-17Fix log2_frac() to return an upper bound, not a lower bound.Timothy B. Terriberry
2008-12-17Compute the real maximum required bits for a split.Timothy B. Terriberry
2008-12-14Add a SET_LTP call to allow on the fly activation/deactivation of the long termGregory Maxwell
2008-12-13Minor pitch handling cleanups.Gregory Maxwell
2008-12-13New VQ search is now enabled by default after fixing the last remaining issues:Jean-Marc Valin
2008-12-13Fix optional synthesis bug in fixed point mode.Gregory Maxwell
2008-12-07Fixes two bugs in get_required_bits() for the split cwrs case.Jean-Marc Valin
2008-12-07Fix a case where the new search can leave us with no pulse leftJean-Marc Valin
2008-12-06Cleaned up some junk left from the last allocator changeJean-Marc Valin
2008-12-05New VQ search nearly fixed-point readyJean-Marc Valin
2008-12-05New VQ search works in fixed-point even though there's still some float ops leftJean-Marc Valin
2008-12-05Experimental code to improve both the speed and accuracy of the VQ searchJean-Marc Valin
2008-12-05alg_quant() now handles the sign of X[] separately from the quantisationJean-Marc Valin
2008-12-02Support for 96kHz.Gregory Maxwell
2008-11-28Getting rid of more stuff left from the Speex draftJean-Marc Valin
2008-11-28Fixes a denormalisation issue occuring when multiple packets are lost and theJean-Marc Valin
2008-11-27Celtclient improvements: A usable usage message and correct usage of the jitt...Gregory Maxwell
2008-11-27More outstanding issuesJean-Marc Valin
2008-11-22Initial IETF draftJean-Marc Valin
2008-11-11fixed test for cases where M_PI isn't definedJean-Marc Valin
2008-11-08Bit of cleaning up and commentsJean-Marc Valin
2008-11-08The fold bit can now be used by the encoder and decoder (encoder still needsJean-Marc Valin
2008-11-07Disabling the folding sign bitJean-Marc Valin
2008-11-06experimental code for choosing whether to apply folding for the high bandsJean-Marc Valin
2008-10-30In some conditions the allocation could run out of bits and attempt to alloca...Gregory Maxwell
2008-10-29Fixed use of the jitter buffer in celtclient.Gregory Maxwell
2008-10-27Latest psychoacoustics work -- still highly experimentalJean-Marc Valin
2008-10-20Fixes some issues in the MF range coder on systems were ints are 16 bits.Timothy B.B Terriberry
2008-10-18re-enable support for resizable buffers in the range coderJean-Marc Valin
2008-10-18Encoder now writes data directly in the user bufferJean-Marc Valin
2008-10-18Multiply-free version of the range coder. Haven't yet decided which version toJean-Marc Valin
2008-10-15Tonality estimation codeJean-Marc Valin
2008-10-11README updatev0.5.0Jean-Marc Valin
2008-10-09Preparing for 0.5.0Jean-Marc Valin
2008-10-09Add support for a complexity argument to both testcelt and celtenc.Gregory Maxwell
2008-10-06fix STATIC_MODES for stereo (with a few fixes by JMV)Wessel Lubberhuizen
2008-10-06celt_encoder_ctl() is a bit more type-safe.Jean-Marc Valin
2008-10-05Fixed support for STATIC_MODESJean-Marc Valin
2008-10-05Removing the 64-bit part of the range coder.Jean-Marc Valin
2008-10-04Fix stereo support; correctly deallocate bits_stereo.Gregory Maxwell
2008-10-03lookahead no longer defined when creating a modeJean-Marc Valin
2008-10-03fix stack handlingWessel Lubberhuizen
2008-10-03compute_alloc_cache() isn't defined when STATIC_MODES is.Jean-Marc Valin