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-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
2011-01-24Fix off-by-one error in ec_laplace_encode.Timothy B. Terriberry
2010-11-09Add coarse energy entropy model tuning.Timothy B. Terriberry
2010-08-12Rework coarse energy coding.Timothy B. Terriberry
2009-10-24Added a SMALL_FOOTPRINT optionJean-Marc Valin
2009-10-18Updated copyright noticesJean-Marc Valin
2009-07-26Raw bits encoding/decoding functions renamed to *_raw() and re-introducingJean-Marc Valin
2009-07-05removed useless commentsJean-Marc Valin
2009-05-24Slightly increasing the range of value by making sure the "start fs" is evenJean-Marc Valin
2009-05-23Making use of previously unused range of the laplace encoder to have a slightlyJean-Marc Valin
2009-05-23Setting ft=32768 instead of 32767 so that implementations can use shifts andJean-Marc Valin
2008-05-27Preventing encoder-decoder mismatch when energy values are too large to beJean-Marc Valin
2008-04-23Optimisation: caching the divisions used in the Laplace encoder.Jean-Marc Valin
2008-03-03Laplace encoder now works with 16-bit frequenciesJean-Marc Valin
2008-03-01Making it easier to debug laplace testcaseJean-Marc Valin
2008-03-01oops. Another 16-bit fixJean-Marc Valin
2008-03-0116-bit fixJean-Marc Valin
2008-02-26Trying to be nice with 16-bit chips.Jean-Marc Valin
2008-02-20Testcase for laplace encoderJean-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-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin