summaryrefslogtreecommitdiff
path: root/silk
Commit message (Expand)AuthorAgeFilesLines
* DRED: First version that (kinda) worksJean-Marc Valin2022-12-091-0/+1
* DRED: better namingJean-Marc Valin2022-12-072-3/+3
* removed debug codejbuethe2022-12-071-24/+0
* DRED: Decode variable number of framesJean-Marc Valin2022-12-073-4/+6
* DRED cleanup, support for variable number of framesJean-Marc Valin2022-12-064-24/+29
* DRED integration work in progressJean-Marc Valin2022-12-063-4/+11
* Minor cleanupJean-Marc Valin2022-12-025-208/+14
* DRED: Fix infinite loop on "impossible" symbolsJean-Marc Valin2022-12-021-1/+3
* Add missing #include "config.h"Jean-Marc Valin2022-12-021-1/+5
* added missing header fileJan Buethe2022-12-011-0/+42
* clean-upJan Buethe2022-10-261-43/+0
* added --enable-neural-fec option to configureJan Buethe2022-10-264-2/+10
* implemented DRED packet decoderJan Buethe2022-10-265-4/+90
* changed data types for r, dead_zone, quant_scale and p0 to opus_uint16Jan Buethe2022-10-266-19/+151
* added copyright headers to new filesJan Buethe2022-10-262-0/+35
* reduced buffer size for neural FEC packet encodingJan Buethe2022-10-251-1/+1
* addressed compiler warningsJan Buethe2022-10-252-9/+6
* fixed debug codeJan Buethe2022-10-251-0/+2
* finished encoder implementationJan Buethe2022-10-253-5/+298
* added dred encoder to silk encoderJan Buethe2022-10-217-0/+269
* updateJean-Marc Valin2022-09-151-8/+12
* WIP: Using LPCNet for PLCJean-Marc Valin2022-09-152-0/+39
* 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