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 (Collapse)Author
2011-03-03Eliminate the ec_int32 and ec_uint32 typedefs.Timothy B. Terriberry
These were used because the entropy coder originally came from outside libcelt, and thus did not have a common type system. It's now undergone enough modification that it's not ever likely to be used as-is in another codec without some porting effort, so there's no real reason to maintain the typedefs separately. Hopefully we'll replace these all again somedate with a common set of Opus typedefs, but for now this will do. This fixes an issue caused by commit 6c8acbf1, which moved the ec_ilog() prototype from entcode.h to ecintrin.h, where the ec_uint32 typedef was not yet available. Thanks to John Ridges for the report.
2011-02-10Relicensing under the simplified (2-clause) BSD licenseJean-Marc Valin
Got authorization from all copyright holders
2009-10-18Updated copyright noticesJean-Marc Valin
2009-07-03ietf doc: fixing up references, removed misleading comments in rangedec.cJean-Marc Valin
2009-02-04Include missing copyright information in various files, for signoff.Gregory Maxwell
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
2008-02-26Trying to be nice with 16-bit chips.Jean-Marc Valin
2008-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin
especially now that we have a custom version of that code anyway. Moved the test code to tests/