summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensuring we can see where crashes occurexp_ubsan1Jean-Marc Valin2022-07-221-0/+4
* More ubsan fixes for the debug macros themselvesJean-Marc Valin2022-07-221-9/+9
* Using saturating round to fix some wrap-aroundsJean-Marc Valin2022-07-222-9/+9
* Relaxing checks for MULT16_32_QX()Jean-Marc Valin2022-07-221-2/+2
* Fix NORM_ALIASING_HACKJean-Marc Valin2022-07-151-5/+4
* Silence MSVC C4244 warningMarcus Asteborg2022-07-121-1/+1
* Silence Clang 13+ null-pointer-subtraction warningMark Harris2022-07-101-1/+1
* Only build platform RTCD sources when enabled.Timothy B. Terriberry2022-07-098-14/+52
* Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry2022-07-096-24/+36
* Make silk/x86 header indentation consistent.Timothy B. Terriberry2022-07-092-51/+51
* 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