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-03-03Eliminate the ec_int32 and ec_uint32 typedefs.Timothy B. Terriberry
2011-02-15Refactor ec_enc_patch_initial_bits().Timothy B. Terriberry
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
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-19Error checking on the decoder sideJean-Marc Valin
2010-07-18Encoder now has a way to check whether an error has occurredJean-Marc Valin
2010-07-05Fix misleading comments about ec_{enc|dec}_tell()Jean-Marc Valin
2010-05-30Change ec_{enc|dec}_bit_prob to take probabilities in units of 1/65536 instea...Timothy B. Terriberry
2010-05-28Adds a range coder call to encode a single bit with arbitrary probabilityJean-Marc Valin
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-07-26Raw bits encoding/decoding functions renamed to *_raw() and re-introducingJean-Marc Valin
2009-07-23Implemented "raw bits"Jean-Marc Valin
2009-02-04Include missing copyright information in various files, for signoff.Gregory Maxwell
2008-03-22Made a second version of ec_{en|de}code optimised for encoding bits (no divJean-Marc Valin
2008-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin