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-02-04Refactor the entropy coder.Timothy B. Terriberry
2011-01-08Changes to ec_dec_cdf() to support 8-bit tables.Timothy B. Terriberry
2010-12-21Entropy coder clean-up.Timothy B. Terriberry
2010-12-18Replace ec_{enc|dec}_bit_prob() with ec_{enc|dec}_bit_logp().Timothy B. Terriberry
2010-09-11Simplifies convoluted raw bits calls.Jean-Marc Valin
2010-08-02Remove useless use of "long", remove useless prototypesJean-Marc Valin
2010-07-18Encoder now has a way to check whether an error has occurredJean-Marc Valin
2010-05-30Change ec_{enc|dec}_bit_prob to take probabilities in units of 1/65536 instea...Timothy B. Terriberry
2010-05-30Provide direct implementations ec_{enc|dec}_bit_prob() that do not require a ...Timothy B. Terriberry
2009-10-18Updated copyright noticesJean-Marc Valin
2009-07-26Raw bits encoding/decoding functions renamed to *_raw() and re-introducingJean-Marc Valin
2009-07-23Implemented "raw bits"Jean-Marc Valin
2009-07-23Change end-of-stream handling in the range coder.Timothy B. Terriberry
2009-02-04Include missing copyright information in various files, for signoff.Gregory Maxwell
2008-10-20Fixes some issues in the MF range coder on systems were ints are 16 bits.Timothy B.B Terriberry
2008-04-10Defining IMUL32 for 32x32=>32 int multiplications and using it in the rangeJean-Marc Valin
2008-03-27Making a few functions static inlineJean-Marc Valin
2008-03-22Made a second version of ec_{en|de}code optimised for encoding bits (no divJean-Marc Valin
2008-03-14Removed unnecessary header inclusionsJean-Marc Valin
2008-02-26Another 16-bit fix.Jean-Marc Valin
2008-02-20More C89 fixes, making sure to include config.h from all source files.Jean-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-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin