summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix C90-related warningsexp_warnings1Jean-Marc Valin2022-07-096-7/+10
* update doc on custom modeMarcus Asteborg2022-07-091-1/+2
* cmake - move warning C4244 to level 4Marcus Asteborg2022-07-071-0/+4
* cmake - fix rtcd detection on x86 non windowsMarcus Asteborg2022-07-075-10/+76
* cmake - fix lrintf, lrint detectionMarcus Asteborg2022-07-071-9/+20
* Fix uninitialized field on custom mode malloc failMark Harris2022-07-071-0/+3
* meson: Fix reporting of cpu family if intrinsics not supportedDoug Nazar2022-07-061-2/+2
* Update x86 CPU detection configure check.Timothy B. Terriberry2022-07-061-1/+1
* Fix warnings when compiling with FUZZING enabledJean-Marc Valin2022-07-062-0/+6
* cmake - Add OPUS_BUILD to test targetsMarcus Asteborg2022-07-051-0/+5
* doc: Use consistent alternative notationMark Harris2022-07-051-2/+2
* Fix opus.h for doxygen when referencing alternative valuesAlexander Traud2022-07-051-1/+1
* Remove unused variable in testsMarcus Asteborg2022-07-051-6/+3
* Replace assert with test_failed function in testMarcus Asteborg2022-07-053-20/+18
* Fix warning with --disable-rfc8251Jean-Marc Valin2022-07-051-0/+2
* Fix quoting and whitespace errors in build testMark Harris2022-07-052-35/+34
* Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris2022-07-051-4/+6
* Avoids incrementing uninitialized valuesJean-Marc Valin2022-07-051-4/+10
* Avoid undefined behaviour within the debug macrosJean-Marc Valin2022-07-051-2/+2
* Fix fixed-point overflow in pitch downsamplingJean-Marc Valin2022-07-051-6/+15
* Fix some 16-bit overflows (using 32-bit macros)Jean-Marc Valin2022-07-052-6/+6
* Avoid left shifts of negative values in debug macrosJean-Marc Valin2022-07-052-22/+16
* Work around UBSan unaligned access errors.Timothy B. Terriberry2022-07-051-1/+9
* Add asan/ubsan support in random testsJean-Marc Valin2022-07-051-3/+6
* Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin2022-06-303-8/+13
* Estimate the inner product accuracy to fix check-asmJean-Marc Valin2022-06-301-30/+21
* Adds fuzzing to CPU detectionJean-Marc Valin2022-06-302-2/+18
* Work around a valgrind false-positive in CPUID.Timothy B. Terriberry2022-06-281-4/+8
* Check the return value of __get_cpuid().Timothy B. Terriberry2022-06-281-2/+7
* Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin2022-06-282-2/+4
* Fixes --disable-rtcdJean-Marc Valin2022-06-283-7/+8
* Silence some warnings for fixed-point debug buildsJean-Marc Valin2022-06-281-12/+12
* Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin2022-06-271-1/+2
* Fix 8101b33 to decode ignored redundancyMark Harris2022-06-261-5/+9
* Improve background noise estimation for CELT DTXJean-Marc Valin2022-06-261-21/+19
* Correct redundancy handling with lost/DTX framesMark Harris2022-06-251-2/+7
* print rate used for testvectorsJean-Marc Valin2022-04-021-1/+2
* Fix lrint/lrintf detectionJean-Marc Valin2022-04-021-2/+2
* Cleanup testing directories to save spaceJean-Marc Valin2022-04-012-6/+11
* build test scriptsJean-Marc Valin2022-03-312-0/+147
* Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers2022-03-0717-639/+650
* Prevent int32 overflow when applying HARM FIR filter in NSQ.c by using a satu...Tom Denton2022-02-241-1/+1
* Initialize non-zero test arrays.Tom Denton2022-01-141-1/+4
* Disable dangerous SSE 4.1 intrinsic optimizationsJean-Marc Valin2021-12-181-32/+2
* Fix buffer overflow in xcorr_kernel_sse4_1Felicia Lim2021-12-141-3/+45
* Check channels/stream counts and mapping when creating the multistreamFelicia Lim2021-09-271-4/+5
* Remove an unused parameterFelicia Lim2021-07-071-4/+3
* meson: fix get-version script for git worktreesTim-Philipp Müller2021-06-151-1/+1
* Revert relaxing comparison to 0 for fixed point onlyFelicia Lim2021-06-101-1/+1
* Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim2021-06-071-3/+7