summaryrefslogtreecommitdiff
path: root/tests/test_opus_decode.c
Commit message (Expand)AuthorAgeFilesLines
* test_opus_decode: Check all soft clip samplesMark Harris2016-07-211-6/+6
* tests: Avoid shift into sign undefined behaviorMark Harris2016-07-211-1/+1
* Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell2013-11-241-2/+2
* Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell2013-11-221-1/+47
* Add a couple minor additional decoder tests.Gregory Maxwell2013-06-291-0/+4
* test_opus_decode: force integer constants unsignedJames Zern2013-03-051-2/+2
* Add tests for GET_LAST_PACKET_DURATION.Gregory Maxwell2012-12-051-1/+15
* Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin2012-12-041-8/+8
* Include process.h for _getpid on windows.Ralph Giles2012-10-231-0/+3
* Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell2012-08-091-0/+7
* 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_decode.cGregory Maxwell2012-06-011-0/+1
* Merge commit '390c89225d'Jean-Marc Valin2012-04-241-2/+2
|\
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* | CLANG IOC no longer likes the 'deterministic random' bitstreams, so move the ...Gregory Maxwell2012-03-061-10/+10
|/
* Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell2012-01-251-2/+15
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-251-1/+12
* Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell2011-10-281-1/+13
* Remove relative paths to opus.h.Ralph Giles2011-10-281-1/+1
* 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/+343