summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* More ubsan fixes for the debug macros themselvesJean-Marc Valin2022-07-221-9/+9
* Only build platform RTCD sources when enabled.Timothy B. Terriberry2022-07-091-0/+10
* Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry2022-07-094-19/+27
* Make silk/x86 header indentation consistent.Timothy B. Terriberry2022-07-092-51/+51
* Fix C90-related warningsexp_warnings1Jean-Marc Valin2022-07-093-3/+4
* Silence GCC 11+ -Wmaybe-uninitialized warningsMark Harris2022-07-051-4/+6
* Avoid undefined behaviour within the debug macrosJean-Marc Valin2022-07-051-2/+2
* 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-051-19/+13
* Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin2022-06-282-2/+4
* Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin2022-06-271-1/+2
* 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
* celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim2021-03-022-2/+4
* Add support for Meson build systemTim-Philipp Müller2020-10-282-0/+61
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-211-2/+2
* silk: Fix incorrect ifdef in debug.cNirbheek Chauhan2020-08-211-2/+1
* Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg2020-06-113-13/+17
* Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg2020-06-111-0/+3
* Fix another signed integer overflow in silk_noise_shape_quantizer_del_decFelicia Lim2020-03-231-1/+1
* Fix signed integer overflows in silk_noise_shape_quantizer_del_decFelicia Lim2020-03-091-5/+5
* Revert "Attenuate SILK PLC gain only for unvoiced speech"Jesús de Vicente Peña2020-02-032-5/+2
* Fix NEON optimizations buffer read overrunFelicia Lim2019-09-031-2/+7
* Avoid processing LPC coeffs beyond the given order in NEON optimizationsFelicia Lim2019-07-081-7/+15
* Silk CNG adapts faster to received packets with lower gainsFelicia Lim2019-05-312-0/+5
* Fix build errors using Makefile.mipsMark Harris2019-04-082-4/+5
* Fixes misleading initialization with not enough zerosJean-Marc Valin2018-10-301-2/+2
* Prevent the SILK counter from overflowing after 2 years and 9 monthsJean-Marc Valin2018-09-261-3/+2
* Silence compiler warningsMark Harris2018-07-211-5/+5
* Fixes a SILK bandwidth switching regressionJean-Marc Valin2018-05-243-5/+22
* Improving rate control for low bitrateJean-Marc Valin2018-05-174-53/+70
* Silk makes use of Opus VADGustaf Ullberg2018-05-147-10/+33
* two more asserts I forgotJean-Marc Valin2018-03-271-1/+1
* Harden SILK x86 codeJean-Marc Valin2018-03-275-9/+9
* Hardening silk/fixedJean-Marc Valin2018-03-2712-38/+38
* Hardening asserts for SILK floatJean-Marc Valin2018-03-2711-32/+32
* Converting some silk_assert()s into hardening celt_assert()sJean-Marc Valin2018-03-2729-96/+96
* Fixed off-by-one issue in Silk DTXGustaf Ullberg2018-02-222-2/+2
* Fixes integer overflow in SILK VAD for 10-ms framesJean-Marc Valin2018-02-181-6/+5
* Better rate allocation for stereo SILK in hybrid modeJean-Marc Valin2017-09-281-1/+1
* Rename SSE 4.1 files to match their targets.Ralph Giles2017-09-116-0/+0
* Fix a duplicate symbol name.Ralph Giles2017-06-131-2/+2
* Don't use MAY_HAVE_NEON in arm_silk_map.c.Jonathan Lennox2017-06-021-16/+16