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
2023-12-13Increase decoder state size limit for OSCEJean-Marc Valin
2023-11-29Trying to fix/update meson buildJean-Marc Valin
2023-06-16change comment to dredMarcus Asteborg
2023-06-16Actually fix timeout for extension testMarcus Asteborg
2023-06-16increase timeout for extension testxnorpx
2023-06-16Adding DRED garbage decoding testJean-Marc Valin
2023-06-16Making the extension test a bit shorterJean-Marc Valin
2023-06-16Test parsing of random extensionsJean-Marc Valin
2023-06-16fix bug in extensions testMichael Klingbeil
2023-06-16Add missing include guards and config.hJean-Marc Valin
2023-06-16Fix test_opus_extensions.cJean-Marc Valin
2023-06-16Fixup extensions implementation and add unit testsMichael Klingbeil
2023-06-16Increase state size limit for API testJean-Marc Valin
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