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
path: root/silk
AgeCommit message (Expand)Author
2023-11-04Match silenced overflow checks in the sse4.1 versionHEADmasterFelicia Lim
2023-10-24Silence some overflow checksFelicia Lim
2023-04-19oops, avoid using a reserved identifierv1.4Jean-Marc Valin
2023-04-18Avoid "ISO C forbids an empty translation unit"Jean-Marc Valin
2022-09-06Fix typo in MacroDebug.h comment.Nathan E. Egge
2022-08-05Change pitch scaling behavior wrt nFramesPerPacketJean-Marc Valin
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-22More ubsan fixes for the debug macros themselvesJean-Marc Valin
2022-07-10Only build platform RTCD sources when enabled.Timothy B. Terriberry
2022-07-10Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry
2022-07-10Make silk/x86 header indentation consistent.Timothy B. Terriberry
2022-07-09Fix C90-related warningsexp_warnings1Jean-Marc Valin
2022-07-06Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris
2022-07-06Avoid undefined behaviour within the debug macrosJean-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-06-28Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin
2022-06-28Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-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
2021-03-03celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-22silk: Fix incorrect ifdef in debug.cNirbheek Chauhan
2020-06-12Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg
2020-06-11Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg
2020-03-24Fix another signed integer overflow in silk_noise_shape_quantizer_del_decFelicia Lim
2020-03-09Fix signed integer overflows in silk_noise_shape_quantizer_del_decFelicia Lim
2020-02-03Revert "Attenuate SILK PLC gain only for unvoiced speech"Jesús de Vicente Peña
2019-09-03Fix NEON optimizations buffer read overrunFelicia Lim
2019-07-08Avoid processing LPC coeffs beyond the given order in NEON optimizationsFelicia Lim
2019-06-01Silk CNG adapts faster to received packets with lower gainsFelicia Lim
2019-04-09Fix build errors using Makefile.mipsMark Harris
2018-10-30Fixes misleading initialization with not enough zerosJean-Marc Valin
2018-09-27Prevent the SILK counter from overflowing after 2 years and 9 monthsJean-Marc Valin
2018-07-22Silence compiler warningsMark Harris
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-18Improving rate control for low bitrateJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Harden SILK x86 codeJean-Marc Valin
2018-03-27Hardening silk/fixedJean-Marc Valin
2018-03-27Hardening asserts for SILK floatJean-Marc Valin
2018-03-27Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin
2018-02-23Fixed off-by-one issue in Silk DTXGustaf Ullberg
2018-02-18Fixes integer overflow in SILK VAD for 10-ms framesJean-Marc Valin
2017-09-28Better rate allocation for stereo SILK in hybrid modeJean-Marc Valin
2017-09-11Rename SSE 4.1 files to match their targets.Ralph Giles