summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Adds fuzzing to CPU detectionJean-Marc Valin2022-06-302-2/+18
* Work around a valgrind false-positive in CPUID.Timothy B. Terriberry2022-06-281-4/+8
* Check the return value of __get_cpuid().Timothy B. Terriberry2022-06-281-2/+7
* Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin2022-06-282-2/+4
* Fixes --disable-rtcdJean-Marc Valin2022-06-283-7/+8
* Silence some warnings for fixed-point debug buildsJean-Marc Valin2022-06-281-12/+12
* Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin2022-06-271-1/+2
* Fix 8101b33 to decode ignored redundancyMark Harris2022-06-261-5/+9
* Improve background noise estimation for CELT DTXJean-Marc Valin2022-06-261-21/+19
* Correct redundancy handling with lost/DTX framesMark Harris2022-06-251-2/+7
* print rate used for testvectorsJean-Marc Valin2022-04-021-1/+2
* Fix lrint/lrintf detectionJean-Marc Valin2022-04-021-2/+2
* Cleanup testing directories to save spaceJean-Marc Valin2022-04-012-6/+11
* build test scriptsJean-Marc Valin2022-03-312-0/+147
* 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
* Initialize non-zero test arrays.Tom Denton2022-01-141-1/+4
* Disable dangerous SSE 4.1 intrinsic optimizationsJean-Marc Valin2021-12-181-32/+2
* Fix buffer overflow in xcorr_kernel_sse4_1Felicia Lim2021-12-141-3/+45
* Check channels/stream counts and mapping when creating the multistreamFelicia Lim2021-09-271-4/+5
* Remove an unused parameterFelicia Lim2021-07-071-4/+3
* meson: fix get-version script for git worktreesTim-Philipp Müller2021-06-151-1/+1
* Revert relaxing comparison to 0 for fixed point onlyFelicia Lim2021-06-101-1/+1
* Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim2021-06-071-3/+7
* cmake - add support to run ctest on android #2347Marcus Asteborg2021-05-123-20/+91
* Fix trailing whitespace.Ralph Giles2021-05-121-4/+4
* celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim2021-03-025-7/+108
* Sending refresh DTX packets every 400 ms independently of the encoded frame s...Jesús de Vicente Peña2021-02-191-11/+15
* Fix float-approx negative left shift UBMark Harris2021-01-231-2/+2
* ci: fix pipeline run for merge requestsTim-Philipp Müller2020-12-231-2/+3
* docs: fix simple typo, neareast -> nearestTim Gates2020-12-081-2/+2
* Meson: Fix doc build when opus is a subprojectXavier Claessens2020-11-262-3/+2
* cmake - add option for fixed point debugMarcus Asteborg2020-11-211-0/+12
* cmake - add option for check asmMarcus Asteborg2020-11-211-0/+8
* cmake - add option for fuzzingMarcus Asteborg2020-11-211-0/+8
* cmake - add option for hardeningMarcus Asteborg2020-11-211-1/+9
* cmake - add option for assertionsMarcus Asteborg2020-11-211-0/+8
* CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici2020-11-211-4/+4
* CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici2020-11-211-4/+4
* cmake - change logging of api version to debugMarcus Asteborg2020-11-211-1/+1
* Add support for Meson build systemTim-Philipp Müller2020-10-2815-1/+1114
* Fix MSVC warning about trunction from double to floatNirbheek Chauhan2020-08-211-3/+3
* repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan2020-08-211-7/+37
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-215-7/+7
* celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan2020-08-211-1/+1
* silk: Fix incorrect ifdef in debug.cNirbheek Chauhan2020-08-211-2/+1
* opus_decoder_fuzzer: limit the number of decodes to avoid timeoutFelicia Lim2020-08-101-1/+4
* cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg2020-08-082-6/+28
* CMake: Make _FORTIFY_SOURCE optionalZeno Endemann2020-08-081-1/+7
* cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg2020-08-085-68/+80