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
2010-07-28updated cwrs test for previous commitJean-Marc Valin
2009-10-24Added a SMALL_FOOTPRINT optionJean-Marc Valin
2009-10-17Changed all the celt*int*_t types to remove the _t suffix, which is reservedJean-Marc Valin
2009-06-05Fixes for the tests in pseudo-stack mode.Gregory Maxwell
2009-05-27CWRS clean-ups and optimizations.Timothy B. Terriberry
2008-12-23Unit tests now #include the relevant source files to prevent symbol visibilityJean-Marc Valin
2008-09-22Merge branch 'cwrs_speedup'Jean-Marc Valin
2008-09-22Change cwrsi() to operate on rows of U instead of columns.Timothy B.B Terriberry
2008-09-19Fixing the manual stack handling codeJean-Marc Valin
2008-09-19Change CWRS indexing to use Pyramid VQ's magnitude ordering.Timothy B.B Terriberry
2008-04-21Further simplifications to comb2pulses() to remove all conditional branches.Jean-Marc Valin
2008-04-18optimisation: Removed a bunch of conditional branches from comb2pulse()Jean-Marc Valin
2008-04-16optimisation: Making it clear to the compiler that many of the loops in cwrsJean-Marc Valin
2008-04-11fixed a few warnings, no real changeJean-Marc Valin
2008-04-05Rework CWRS code.Timothy B. Terriberry
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-03-03cwrs32-test should be 16-bit clean now.Jean-Marc Valin
2008-02-20Everything should now compile with a C89 compiler.Jean-Marc Valin
2008-02-14Now no divisions required in the cwrs codeJean-Marc Valin
2008-01-31Moving everything to the same type abstraction (sort of).Jean-Marc Valin
2008-01-2864-bit test for cwrsJean-Marc Valin
2008-01-28testcase for 32-bit pulse encoding/decodingJean-Marc Valin