aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-08Merge commit 'c9d5bea13e3cb7381bfa897a45d8bab4e7b767a7' into HEAD am: 170fd0b529Harish Mahendrakar
2022-08-04Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin
2022-08-04Add libopus to Bluetooth mainline module Apex am: 3c94f3a55d am: 975ff1d044Omer Osman
2022-08-04Add libopus to Bluetooth mainline module Apex am: 3c94f3a55dOmer Osman
2022-07-25Merge commit 'c9d5bea13e3cb7381bfa897a45d8bab4e7b767a7' into HEADHarish Mahendrakar
2022-07-24Smooth out the LBRR rate estimateJean-Marc Valin
2022-07-24More FEC tuning: lowering the LBRR bitrate a bitJean-Marc Valin
2022-07-24Re-tuning the use of LTP scalingJean-Marc Valin
2022-07-22Ensuring we can see where crashes occurJean-Marc Valin
2022-07-22More ubsan fixes for the debug macros themselvesJean-Marc Valin
2022-07-22Using saturating round to fix some wrap-aroundsJean-Marc Valin
2022-07-22Relaxing checks for MULT16_32_QX()Jean-Marc Valin
2022-07-15Fix NORM_ALIASING_HACKJean-Marc Valin
2022-07-12Silence MSVC C4244 warningMarcus Asteborg
2022-07-10Silence Clang 13+ null-pointer-subtraction warningMark Harris
2022-07-09Only build platform RTCD sources when enabled.Timothy B. Terriberry
2022-07-09Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry
2022-07-09Make silk/x86 header indentation consistent.Timothy B. Terriberry
2022-07-09Fix C90-related warningsJean-Marc Valin
2022-07-09update doc on custom modeMarcus Asteborg
2022-07-07cmake - move warning C4244 to level 4Marcus Asteborg
2022-07-07cmake - fix rtcd detection on x86 non windowsMarcus Asteborg
2022-07-07cmake - fix lrintf, lrint detectionMarcus Asteborg
2022-07-07Fix 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-05cmake - Add OPUS_BUILD to test targetsMarcus Asteborg
2022-07-05doc: Use consistent alternative notationMark Harris
2022-07-05Fix opus.h for doxygen when referencing alternative valuesAlexander Traud
2022-07-05Remove unused variable in testsMarcus Asteborg
2022-07-05Replace assert with test_failed function in testMarcus Asteborg
2022-07-05Fix warning with --disable-rfc8251Jean-Marc Valin
2022-07-05Fix quoting and whitespace errors in build testMark Harris
2022-07-05Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris
2022-07-05Avoids incrementing uninitialized valuesJean-Marc Valin
2022-07-05Avoid undefined behaviour within the debug macrosJean-Marc Valin
2022-07-05Fix fixed-point overflow in pitch downsamplingJean-Marc Valin
2022-07-05Fix some 16-bit overflows (using 32-bit macros)Jean-Marc Valin
2022-07-05Avoid left shifts of negative values in debug macrosJean-Marc Valin
2022-07-05Work around UBSan unaligned access errors.Timothy B. Terriberry
2022-07-05Add asan/ubsan support in random testsJean-Marc Valin
2022-06-30Adds 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-28Work around a valgrind false-positive in CPUID.Timothy B. Terriberry
2022-06-28Check 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