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
AgeCommit message (Expand)Author
2022-07-09Fix C90-related warningsexp_warnings1Jean-Marc Valin
2022-07-09update doc on custom modeMarcus Asteborg
2022-07-08cmake - move warning C4244 to level 4Marcus Asteborg
2022-07-08cmake - fix rtcd detection on x86 non windowsMarcus Asteborg
2022-07-08cmake - fix lrintf, lrint detectionMarcus Asteborg
2022-07-08Fix uninitialized field on custom mode malloc failMark Harris
2022-07-06meson: Fix reporting of cpu family if intrinsics not supportedDoug Nazar
2022-07-06Update x86 CPU detection configure check.Timothy B. Terriberry
2022-07-06Fix warnings when compiling with FUZZING enabledJean-Marc Valin
2022-07-06cmake - Add OPUS_BUILD to test targetsMarcus Asteborg
2022-07-06doc: Use consistent alternative notationMark Harris
2022-07-06Fix opus.h for doxygen when referencing alternative valuesAlexander Traud
2022-07-06Remove unused variable in testsMarcus Asteborg
2022-07-06Replace assert with test_failed function in testMarcus Asteborg
2022-07-06Fix warning with --disable-rfc8251Jean-Marc Valin
2022-07-06Fix quoting and whitespace errors in build testMark Harris
2022-07-06Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris
2022-07-06Avoids incrementing uninitialized valuesJean-Marc Valin
2022-07-06Avoid undefined behaviour within the debug macrosJean-Marc Valin
2022-07-06Fix fixed-point overflow in pitch downsamplingJean-Marc Valin
2022-07-06Fix some 16-bit overflows (using 32-bit macros)Jean-Marc Valin
2022-07-06Avoid left shifts of negative values in debug macrosJean-Marc Valin
2022-07-06Work around UBSan unaligned access errors.Timothy B. Terriberry
2022-07-06Add asan/ubsan support in random testsJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2022-06-30Estimate the inner product accuracy to fix check-asmJean-Marc Valin
2022-06-30Adds fuzzing to CPU detectionJean-Marc Valin
2022-06-29Work around a valgrind false-positive in CPUID.Timothy B. Terriberry
2022-06-29Check the return value of __get_cpuid().Timothy B. Terriberry
2022-06-28Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin
2022-06-28Fixes --disable-rtcdJean-Marc Valin
2022-06-28Silence some warnings for fixed-point debug buildsJean-Marc Valin
2022-06-28Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin
2022-06-27Fix 8101b33 to decode ignored redundancyMark Harris
2022-06-26Improve background noise estimation for CELT DTXJean-Marc Valin
2022-06-26Correct redundancy handling with lost/DTX framesMark Harris
2022-04-02print rate used for testvectorsJean-Marc Valin
2022-04-02Fix lrint/lrintf detectionJean-Marc Valin
2022-04-01Cleanup testing directories to save spaceJean-Marc Valin
2022-04-01build test scriptsJean-Marc Valin
2022-03-08Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers
2022-02-24Prevent int32 overflow when applying HARM FIR filter in NSQ.c by using a satu...Tom Denton
2022-01-15Initialize non-zero test arrays.Tom Denton
2021-12-19Disable dangerous SSE 4.1 intrinsic optimizationsJean-Marc Valin
2021-12-15Fix buffer overflow in xcorr_kernel_sse4_1Felicia Lim
2021-09-28Check channels/stream counts and mapping when creating the multistreamFelicia Lim
2021-07-08Remove an unused parameterFelicia Lim
2021-06-16meson: fix get-version script for git worktreesTim-Philipp Müller
2021-06-10Revert relaxing comparison to 0 for fixed point onlyFelicia Lim
2021-06-08Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim