summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-042-11/+11
* Remove MSVC incremental linking directives.Ralph Giles2012-12-033-18/+0
* Add a regression test for the padding issue.Ralph Giles2012-11-301-0/+67
* Fix line endings on MSVC project files.Ralph Giles2012-11-093-261/+261
* Adds missing license headers on some scripts and test filesJean-Marc Valin2012-10-301-0/+33
* Fix several issues with multistream argument validation.Gregory Maxwell2012-10-272-94/+138
* Fix MSVC linker warningsJoshua Bowman2012-10-233-0/+3
* Include process.h for _getpid on windows.Ralph Giles2012-10-232-0/+6
* Fix minor issues reported by scan-buildPhilip Jägenstedt2012-10-111-1/+1
* Fix common misspellingsPhilip Jägenstedt2012-09-271-1/+1
* Add some more multistream encoder API tests.Gregory Maxwell2012-09-261-0/+10
* Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell2012-08-212-11/+106
* Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell2012-08-091-0/+7
* Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell2012-08-081-0/+4
* Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-163-9/+6
* Fix headers by mingw broken by recent win32 changes.Gregory Maxwell2012-07-142-2/+2
* Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto2012-07-133-3/+9
* Make tests work on MSVC.Gian-Carlo Pascutto2012-07-128-0/+309
* test_opus_api: Fix valgrind expectations broken by last commit.Gregory Maxwell2012-07-111-1/+2
* Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell2012-07-111-5/+67
* Update headers to cause warnings on unused returns and null args.Gregory Maxwell2012-06-011-1/+1
* Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell2012-06-011-0/+1
* Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell2012-06-011-0/+1
* int vs opus_int32 consistencyJean-Marc Valin2012-05-181-1/+1
* 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