Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-01-17Getting "make dist" to work again with the files that got removedJean-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
2008-09-13Converted everything to 32-bit CWRS (using split after that)Jean-Marc Valin
2008-05-27Making the Laplace test case pass againJean-Marc Valin
2008-05-05Disabled pulse spreading until I can show it actually helpsJean-Marc Valin
2008-04-25Brought the mdct test-case with the recent changes to the mdct semanticJean-Marc Valin
2008-04-22Moved the windowing from compute_inv_mdcts() to mdct_backward()Jean-Marc Valin
2008-04-21Moved the windowing operation from compute_mdcts() to mdct_forward() in anJean-Marc Valin
2008-04-21Further simplifications to comb2pulses() to remove all conditional branches.Jean-Marc Valin
2008-04-18pseudo-stack no longer checks on every function entry whether it has beenJean-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-05Fixed rsqrt testcase for floatJean-Marc Valin
2008-04-05Rework CWRS code.Timothy B. Terriberry
2008-03-26optimisation: defined a reciprocal square root (celt_rsqrt) for use inJean-Marc Valin
2008-03-26Fixed the rcp() testcase for new assumptions (x is positive)Jean-Marc Valin
2008-03-19Random numbers should work on 16-bit archs.Jean-Marc Valin
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-03-13Added mathops-testJean-Marc Valin
2008-03-12Testcases should now work even when symbols aren't visible in the dsoJean-Marc Valin
2008-03-07Changed the pulse spreading rotations so that the number of iterations isJean-Marc Valin
2008-03-05Defining RADIX_TWO_ONLY removes all butterflies, except for radix 2 and 4.Jean-Marc Valin
2008-03-04fixed-point: exp_rotation() now fully converted, using an approximation of theJean-Marc Valin
2008-03-03cwrs32-test should be 16-bit clean now.Jean-Marc Valin
2008-03-03Laplace encoder now works with 16-bit frequenciesJean-Marc Valin
2008-03-02oops, fixed the Laplace testcaseJean-Marc Valin