aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-06-18Fix and clean up opus_decode_fuzzerFelicia Lim
2020-06-11Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg
2019-02-25test_opus_encode: Use fprintf instead of snprintfMark Harris
2018-12-29Clean up resources in projection testMark Harris
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2018-07-26Remove ambisonics experimental flagJean-Marc Valin
2018-07-26oopsJean-Marc Valin
2018-07-21Validate multistream/projection decoder frame_sizeMark Harris
2018-07-21Silence compiler warningsMark Harris
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-12-07Ensure mapping matrix size is always valid.Andrew Allen
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-07Support for Channel Mapping 253Andrew Allen
2017-07-13Add missing #include for gccFelicia Lim
2017-07-12Avoid -Wsometimes-uninitialized error for valid test codeFelicia Lim
2017-06-13tests/run_vectors.sh: Fix argument quotingMark Harris
2017-02-26Fix compiler warningsMark Harris
2017-02-18test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris
2017-02-10Add decoder fuzz target.Felicia Lim
2016-11-16Correct SILK encoder gain limitMark Harris
2016-11-05Fix crash on bad encoder frame_size argumentMark Harris
2016-11-02Eliminate trailing spacesMark Harris
2016-11-02Reduce redundancy when SILK uses too many bitsMark Harris
2016-11-01Temporarily disable -Wnonnull around an opus_decode() call in test_opus_decode.cJean-Marc Valin
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-09-01Make it possible to ignore inverted phase stereo for downmix purposesJean-Marc Valin
2016-07-21test_opus_decode: Check all soft clip samplesMark Harris
2016-07-21tests: Avoid shift into sign undefined behaviorMark Harris
2016-07-04Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKETJean-Marc Valin
2015-09-01Make it possible to pass in paths to opus_demo and opus_compare.Jonathan Lennox
2014-01-14Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles
2013-11-24Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests.Gregory Maxwell
2013-11-22Minor opus_pcm_soft_clip API hardening and tests.Gregory Maxwell
2013-11-22Add some multistream resets to the tests.Gregory Maxwell
2013-11-21Add copyright header to test_opus_padding.c.Ralph Giles
2013-11-19Additional opus_multistream_packet_(un)pad 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-11-08Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually worksJean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-10-11Correct opus_packet_parse code 0 packet tests.Mark Harris
2013-06-29Add a couple minor additional decoder tests.Gregory Maxwell
2013-06-29Fixes some return without va_end in the api, adds tests.Gregory Maxwell