aboutsummaryrefslogtreecommitdiff
path: root/tests/test_opus_encode.c
AgeCommit message (Expand)Author
2019-02-25test_opus_encode: Use fprintf instead of snprintfMark Harris
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2017-02-26Fix compiler warningsMark Harris
2016-11-05Fix crash on bad encoder frame_size argumentMark Harris
2016-10-29New regression test from Mark's fuzzing test casesJean-Marc Valin
2016-10-27Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-27Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-16Remove float ops from encoder settings fuzzer testFelicia Lim
2016-09-15Fix mixed declarations and codeJean-Marc Valin
2016-09-15Fuzzer test for changing encoder settings onlineFelicia Lim
2016-07-21tests: Avoid shift into sign undefined behaviorMark Harris
2013-11-22Add some multistream resets to the tests.Gregory Maxwell
2013-11-18Add opus_packet_(un)pad tests.Gregory Maxwell
2013-11-17Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin
2013-11-17Add some basic testing for OPUS_{GET|SET}_PREDICTION_DISABLED.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-04-05Random complexity in the encoder tests.Gregory Maxwell
2012-12-04Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-23Include process.h for _getpid on windows.Ralph Giles
2012-09-26Add some more multistream encoder API tests.Gregory Maxwell
2012-08-21Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell
2012-07-14Fix headers by mingw broken by recent win32 changes.Gregory Maxwell
2012-07-12Make tests work on MSVC.Gian-Carlo Pascutto
2012-06-01Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-01-25Improvements to the tests, add a TEST_OPUS_NOFUZZ to disable testing corrupte...Gregory Maxwell
2011-11-25Testing tools improvements (no impact on draft)Gregory Maxwell
2011-10-30Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell
2011-10-29Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell
2011-10-28Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell
2011-10-28Remove relative paths to opus.h.Ralph Giles
2011-10-27Improve test_opus_encode's coverage of some high rate cases.Gregory Maxwell
2011-10-26Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-26Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell