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-14Implements 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
2010-12-22Fix a typo in ec_byte_write_done().Timothy B. Terriberry
2010-12-21Entropy coder clean-up.Timothy B. Terriberry
2010-11-04Squashed commit of the following:Jean-Marc Valin
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-06-22No need to memset() the byte bufferJean-Marc Valin
2010-05-30Provide direct implementations ec_{enc|dec}_bit_prob() that do not require a ...Timothy B. Terriberry
2010-05-28Adds a range coder call to encode a single bit with arbitrary probabilityJean-Marc Valin
2009-10-24removing more unused codeJean-Marc Valin
2009-10-24Removing unused code in the entropy coderJean-Marc Valin
2009-10-18Updated copyright noticesJean-Marc Valin
2009-08-02This fixes a VBR bug introduced by raw bits. We should not write any rawJean-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-12-21Fix ectest to not check a case which isn't guaranteed to work, and which we d...Timothy 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-05Removing the 64-bit part of the range coder.Jean-Marc Valin
2008-03-22Made a second version of ec_{en|de}code optimised for encoding bits (no divJean-Marc Valin
2008-03-22No longer trying to save bits when encoding integers near the upper limitJean-Marc Valin
2008-03-15Making sure not to use the C library calls directlyJean-Marc Valin
2008-03-14Removed unnecessary header inclusionsJean-Marc Valin
2008-02-27Just in case sizeof(char)!=1Jean-Marc Valin
2008-02-20More C89 fixes, making sure to include config.h from all source files.Jean-Marc Valin
2008-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin