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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06Avoid left shifts of negative values in debug macrosJean-Marc Valin
2022-07-06Work around UBSan unaligned access errors.Timothy B. Terriberry
2022-07-06Add asan/ubsan support in random testsJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2022-06-30Estimate the inner product accuracy to fix check-asmJean-Marc Valin
2022-06-30Adds fuzzing to CPU detectionJean-Marc Valin
2022-06-29Work around a valgrind false-positive in CPUID.Timothy B. Terriberry
2022-06-29Check the return value of __get_cpuid().Timothy B. Terriberry
2022-06-28Fixes valgrind failure caused by silk_find_pred_coefs_*()Jean-Marc Valin
2022-06-28Fixes --disable-rtcdJean-Marc Valin
2022-06-28Silence some warnings for fixed-point debug buildsJean-Marc Valin
2022-06-28Fixes wrap-around in silk_inner_prod16_sse4_1()Jean-Marc Valin
2022-06-27Fix 8101b33 to decode ignored redundancyMark Harris
2022-06-26Improve background noise estimation for CELT DTXJean-Marc Valin
2022-06-26Correct redundancy handling with lost/DTX framesMark Harris
2022-04-02print rate used for testvectorsJean-Marc Valin
2022-04-02Fix lrint/lrintf detectionJean-Marc Valin
2022-04-01Cleanup testing directories to save spaceJean-Marc Valin
2022-04-01build test scriptsJean-Marc Valin
2022-03-08Update and re-enable SILK SSE4.1 optimisationsFrancis Quiers
2022-02-24Prevent int32 overflow when applying HARM FIR filter in NSQ.c by using a satu...Tom Denton
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