summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cmake - Fix typo bug in enable_float_api optionMarcus Asteborg2020-08-081-1/+1
* cmake - add warning flags for clang, gcc etc.Marcus Asteborg2020-08-081-0/+12
* gitlab-ci: Run jobs on the gcc:9 image.Ralph Giles2020-08-081-1/+1
* configure: adjust x86 get cpu info inline assembly method for PIC casesezero2020-07-071-0/+13
* Fix and clean up opus_decode_fuzzerFelicia Lim2020-06-181-19/+14
* Remove trailing whitespaces in vla.c that was missed previouslyMarcus Asteborg2020-06-151-4/+4
* Add CI to check for trailing whitespaces in merge requestsMarcus Asteborg2020-06-151-0/+7
* Fix arm build with rtcd enabled.Ralph Giles2020-06-141-0/+2
* Fix trailing whitspace in previous commitMarcus Asteborg2020-06-131-3/+3
* Prefer SSE and ASM implementation of float2int before lrintf for MSVCMarcus Asteborg2020-06-141-26/+32
* Silence clang silk_encoder alignment warningMark Harris2020-06-131-1/+1
* fix doc/build_draft.sh run errorwillson-chen2020-06-131-0/+9
* opus draft: fix run failed under dashwillson-chen2020-06-131-1/+1
* cmake - refactor and cleanup optionsMarcus Asteborg2020-06-131-111/+113