summaryrefslogtreecommitdiff
path: root/tests/test_opus_encode.c
Commit message (Expand)AuthorAgeFilesLines
* Random complexity in the encoder tests.Gregory Maxwell2013-04-051-2/+6
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-041-3/+3
* Fix several issues with multistream argument validation.Gregory Maxwell2012-10-271-0/+23
* Include process.h for _getpid on windows.Ralph Giles2012-10-231-0/+3
* 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-211-3/+6
* Fix headers by mingw broken by recent win32 changes.Gregory Maxwell2012-07-141-1/+1
* Make tests work on MSVC.Gian-Carlo Pascutto2012-07-121-0/+2
* Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell2012-06-011-0/+1
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell2012-01-251-3/+6
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-251-0/+11
* Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell2011-10-301-26/+36
* 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-281-1/+11
* Remove relative paths to opus.h.Ralph Giles2011-10-281-1/+1
* Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell2011-10-271-4/+4
* Moves the main headers from src/ to include/Jean-Marc Valin2011-10-261-1/+1
* Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell2011-10-261-0/+367