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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2012-01-25Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell
2011-11-26Testing tools improvements (no impact on draft)Gregory Maxwell
2011-11-01Test vectors updateJean-Marc Valin
2011-10-31Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell
2011-10-30Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell
2011-10-29Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell
2011-10-29test vector wip, nothing to see hereJean-Marc Valin
2011-10-28Remove relative paths to opus.h.Ralph Giles
2011-10-28Remove the define check for __GNUC_PREREQ.Ralph Giles
2011-10-28Fix the test for gcc version >= 4.6 to work for gcc 5 and up.Ralph Giles
2011-10-28Move opus_apps inside the MALLOC_FAIL block.Ralph Giles
2011-10-28Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.Ralph Giles
2011-10-28Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.Ralph Giles
2011-10-28Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles
2011-10-28Disable the deprecated function warning on __malloc_hook.Ralph Giles
2011-10-28Moving the dash header inline to appease the apple gcc.Gregory Maxwell
2011-10-28Preparing for test vectorsJean-Marc Valin
2011-10-28Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell
2011-10-27Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin
2011-10-27Add a test for MAX_BANDWIDTH to test_opus_api.Gregory Maxwell
2011-10-27Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-27Removes tests/.dirstampJean-Marc Valin
2011-10-27Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell