summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: add ci-fairy linter to make sure commits are GPG signedHEADmasterTim-Philipp Müller2023-04-271-0/+29
* ci: add arm64 CITim-Philipp Müller2023-04-261-10/+33
* meson: fix build on arm64Tim-Philipp Müller2023-04-261-1/+1
* docs: replace fgrep with grep -FClaudio Saavedra2023-04-201-1/+1
* oops, avoid using a reserved identifierv1.4Jean-Marc Valin2023-04-191-1/+1
* Avoid "ISO C forbids an empty translation unit"Jean-Marc Valin2023-04-171-0/+2
* Bump LT versionJean-Marc Valin2023-04-171-2/+2
* Make CELT FFT twiddle complex type alignedZheng Lv2023-01-171-1/+11
* opus.m4: fix -Wstrict-prototypesSam James2022-11-241-1/+1
* Fix typo in MacroDebug.h comment.Nathan E. Egge2022-09-051-2/+2
* Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin2022-08-042-2/+2
* Smooth out the LBRR rate estimateJean-Marc Valin2022-07-241-2/+13
* More FEC tuning: lowering the LBRR bitrate a bitJean-Marc Valin2022-07-241-1/+1
* Re-tuning the use of LTP scalingJean-Marc Valin2022-07-242-3/+14
* Ensuring we can see where crashes occurJean-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