Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-07-22Ensuring we can see where crashes occurJean-Marc Valin
2022-07-06Remove unused variable in testsMarcus Asteborg
2022-07-06Replace assert with test_failed function in testMarcus Asteborg
2022-07-06Fix quoting and whitespace errors in build testMark Harris
2022-07-06Add asan/ubsan support in random testsJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2022-06-28Fixes --disable-rtcdJean-Marc Valin
2022-04-02print rate used for testvectorsJean-Marc Valin
2022-04-01Cleanup testing directories to save spaceJean-Marc Valin
2022-04-01build test scriptsJean-Marc Valin
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-10opus_decoder_fuzzer: limit the number of decodes to avoid timeoutFelicia Lim
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-26test_opus_encode: Use fprintf instead of snprintfMark Harris
2018-12-30Clean up resources in projection testMark Harris
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2018-07-27Remove ambisonics experimental flagJean-Marc Valin
2018-07-26oopsJean-Marc Valin
2018-07-22Validate multistream/projection decoder frame_sizeMark Harris
2018-07-22Silence compiler warningsMark Harris
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-12-08Ensure mapping matrix size is always valid.Andrew Allen
2017-12-07Fix memory issues in Projection API.Andrew Allen
2017-11-08Support 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-14tests/run_vectors.sh: Fix argument quotingMark Harris
2017-02-27Fix compiler warningsMark Harris
2017-02-19test_opus_decode: Fix build on GCC 3.4 to 4.5.xMark Harris
2017-02-11Add decoder fuzz target.Felicia Lim
2016-11-17Correct SILK encoder gain limitMark Harris
2016-11-06Fix 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-28Update bandwidth and opusCanSwitch before generating SILK DTX ToCFelicia Lim
2016-10-28Support 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 purposesexp_bitstream7Jean-Marc Valin
2016-07-22test_opus_decode: Check all soft clip samplesMark Harris
2016-07-22tests: 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-02Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox
2014-01-14Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles