summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Make it possible for run_vectors.sh to fail on the mono tests.Gregory Maxwell2012-04-301-1/+0
* Merge commit '390c89225d'Jean-Marc Valin2012-04-245-10/+10
|\
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-204-8/+8
| * Misc changes to address Robert Sparks' commentsJean-Marc Valin2012-04-201-2/+2
* | Remove trailing whitespace.Ralph Giles2012-04-021-4/+4
* | CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the ...Gregory Maxwell2012-03-061-10/+10
|/
* Last updates for draft -11v0.9.9Jean-Marc Valin2012-02-171-20/+23
* Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell2012-01-252-5/+21
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-253-7/+32
* Test vectors updateJean-Marc Valin2011-10-311-2/+2
* Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell2011-10-302-28/+102
* Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell2011-10-301-72/+241
* Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell2011-10-291-9/+10
* Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell2011-10-282-2/+24
* test vector wip, nothing to see hereJean-Marc Valin2011-10-281-0/+5
* Remove relative paths to opus.h.Ralph Giles2011-10-283-3/+3
* Remove the define check for __GNUC_PREREQ.Ralph Giles2011-10-281-3/+2
* Fix the test for gcc version >= 4.6 to work for gcc 5 and up.Ralph Giles2011-10-281-2/+3
* Move opus_apps inside the MALLOC_FAIL block.Ralph Giles2011-10-281-2/+4
* Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.Ralph Giles2011-10-281-1/+1
* Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.Ralph Giles2011-10-281-0/+6
* Check for __malloc_hook and define MALLOC_FAIL appropriately.Ralph Giles2011-10-281-1/+1
* Disable the deprecated function warning on __malloc_hook.Ralph Giles2011-10-281-0/+12
* Moving the dash header inline to appease the apple gcc.Gregory Maxwell2011-10-281-8/+7
* Preparing for test vectorsJean-Marc Valin2011-10-281-0/+89
* Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell2011-10-271-4/+4
* Makes OPUS_SET_VOICE_RATIO privateJean-Marc Valin2011-10-271-1/+2
* Add a test for MAX_BANDWIDTH to test_opus_api.Gregory Maxwell2011-10-271-0/+30
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-263-3/+3
* Removes tests/.dirstampJean-Marc Valin2011-10-261-0/+0
* Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell2011-10-265-0/+2034