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
path: root/tests
AgeCommit message (Expand)Author
2011-03-18Fixes tandem-test.cJean-Marc Valin
2011-02-10Oops, forgot COPYING and the tandem testJean-Marc Valin
2011-02-04Refactor the entropy coder.Timothy B. Terriberry
2011-01-30Merge branch 'exp_api_change'Jean-Marc Valin
2011-01-29celt_encoder_create() now defaults to Opus standard modeJean-Marc Valin
2011-01-11Minor fixes to testcasesJean-Marc Valin
2011-01-11MSVC build fixesDavid Schleef
2011-01-08Changes to ec_dec_cdf() to support 8-bit tables.Timothy B. Terriberry
2010-12-22Update ec_dec_cdf() to use an unsigned cdf[].Timothy B. Terriberry
2010-12-22Add test coverage for entropy coder compatibility.Timothy B. Terriberry
2010-12-21Entropy coder clean-up.Timothy B. Terriberry
2010-11-09Add coarse energy entropy model tuning.Timothy B. Terriberry
2010-09-30Updates tandem-test for more robust error reporting and additional frame size...Gregory Maxwell
2010-09-13Fixing tests on machines with no __builtin_clz()Jean-Marc Valin
2010-08-26Disabling mdct and fft init code with static modesJean-Marc Valin
2010-08-26Updating dump_modes to include the MDCT and FFT. More work needed.Jean-Marc Valin
2010-08-02Remove useless use of "long", remove useless prototypesJean-Marc Valin
2010-07-28updated cwrs test for previous commitJean-Marc Valin
2010-07-24Cleanup, de-inlining some math functionsJean-Marc Valin
2010-07-08Sharing twiddle factors across all MDCTsJean-Marc Valin
2010-07-07Some code cleanup in the FFT.Jean-Marc Valin
2010-06-21Fixed testcaseJean-Marc Valin
2010-06-21Removing old PCL, added plc.hJean-Marc Valin
2010-05-08API change: optional resynthesisJean-Marc Valin
2010-05-08Changing the encoder API to add the frame sizeJean-Marc Valin
2010-01-17Getting "make dist" to work again with the files that got removedv0.7.1Jean-Marc Valin
2010-01-16Change name of libcelt to libcelt0Thorvald Natvig
2009-11-22Renamed MDCT functions to avoid symbol clashes with VorbisJean-Marc Valin
2009-10-24Added a SMALL_FOOTPRINT optionJean-Marc Valin
2009-10-24Removing unused code in the entropy coderJean-Marc Valin
2009-10-22Enhancements the fixed-point approximations of non-linear functions.Timothy B. Terriberry
2009-10-18Removed the _t from all the celt*_t types to avoid clashing with POSIXJean-Marc Valin
2009-10-17Changed all the celt*int*_t types to remove the _t suffix, which is reservedJean-Marc Valin
2009-10-16The number of channels is now set when creating the states rather than whenJean-Marc Valin
2009-10-03Fix for some test program compat and an assertion that didn't make sense anymoreJean-Marc Valin
2009-07-23Implemented "raw bits"Jean-Marc Valin
2009-07-01Fix compilation of test cases with fixed-debug enabledGregory Maxwell
2009-06-29Additional mathops.h tests.Gregory Maxwell
2009-06-05Fixes for the tests in pseudo-stack mode.Gregory Maxwell
2009-05-27Make ectest use random random numbers. Add a new testGregory 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-12-21Fix ectest to not check a case which isn't guaranteed to work, and which we d...Timothy B. Terriberry
2008-11-11fixed test for cases where M_PI isn't definedJean-Marc Valin
2008-10-05Removing the 64-bit part of the range coder.Jean-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-19Merge branch 'cwrs_speedup' (derf's cwrs changes)Jean-Marc Valin
2008-09-19Change CWRS indexing to use Pyramid VQ's magnitude ordering.Timothy B.B Terriberry