Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13Update build instructionsneural_plcJean-Marc Valin
2022-03-21enable neural PLC by defaultexp_plc_hack4Jean-Marc Valin
2022-03-21Add LPCNet submoduleJean-Marc Valin
2022-03-03updateJean-Marc Valin
2022-02-17Add new PLC filesJean-Marc Valin
2022-01-28WIP: Using LPCNet for PLCJean-Marc Valin
2022-01-15Initialize non-zero test arrays.Tom Denton
2021-12-19Disable dangerous SSE 4.1 intrinsic optimizationsJean-Marc Valin
2021-12-15Fix buffer overflow in xcorr_kernel_sse4_1Felicia Lim
2021-09-28Check channels/stream counts and mapping when creating the multistreamFelicia Lim
2021-07-08Remove an unused parameterFelicia Lim
2021-06-16meson: fix get-version script for git worktreesTim-Philipp Müller
2021-06-10Revert relaxing comparison to 0 for fixed point onlyFelicia Lim
2021-06-08Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim
2021-05-12cmake - add support to run ctest on android #2347Marcus Asteborg
2021-05-12Fix trailing whitespace.Ralph Giles
2021-03-03celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim
2021-02-20Sending refresh DTX packets every 400 ms independently of the encoded frame s...Jesús de Vicente Peña
2021-01-24Fix float-approx negative left shift UBMark Harris
2020-12-23ci: fix pipeline run for merge requestsTim-Philipp Müller
2020-12-09docs: fix simple typo, neareast -> nearestTim Gates
2020-11-26Meson: Fix doc build when opus is a subprojectXavier Claessens
2020-11-21cmake - add option for fixed point debugMarcus Asteborg
2020-11-21cmake - add option for check asmMarcus Asteborg
2020-11-21cmake - add option for fuzzingMarcus Asteborg
2020-11-21cmake - add option for hardeningMarcus Asteborg
2020-11-21cmake - add option for assertionsMarcus Asteborg
2020-11-21CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici
2020-11-21CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici
2020-11-21cmake - change logging of api version to debugMarcus Asteborg
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Fix MSVC warning about trunction from double to floatNirbheek Chauhan
2020-08-22repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan
2020-08-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-22celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan
2020-08-22silk: Fix incorrect ifdef in debug.cNirbheek Chauhan
2020-08-10opus_decoder_fuzzer: limit the number of decodes to avoid timeoutFelicia Lim
2020-08-08cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg
2020-08-08CMake: Make _FORTIFY_SOURCE optionalZeno Endemann
2020-08-08cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg
2020-08-08cmake - Fix typo bug in enable_float_api optionMarcus Asteborg
2020-08-08cmake - add warning flags for clang, gcc etc.Marcus Asteborg
2020-08-08gitlab-ci: Run jobs on the gcc:9 image.Ralph Giles
2020-07-08configure: adjust x86 get cpu info inline assembly method for PIC casesezero
2020-06-18Fix and clean up opus_decode_fuzzerFelicia Lim
2020-06-16Remove trailing whitespaces in vla.c that was missed previouslyMarcus Asteborg
2020-06-16Add CI to check for trailing whitespaces in merge requestsMarcus Asteborg
2020-06-14Fix arm build with rtcd enabled.Ralph Giles
2020-06-14Fix trailing whitspace in previous commitMarcus Asteborg
2020-06-14Prefer SSE and ASM implementation of float2int before lrintf for MSVCMarcus Asteborg