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
path: root/celt
AgeCommit message (Expand)Author
2023-08-11Fixes stack overflow for some custom modesJean-Marc Valin
2023-01-18Make CELT FFT twiddle complex type alignedZheng Lv
2022-07-22Using saturating round to fix some wrap-aroundsJean-Marc Valin
2022-07-22Relaxing checks for MULT16_32_QX()Jean-Marc Valin
2022-07-15Fix NORM_ALIASING_HACKJean-Marc Valin
2022-07-13Silence MSVC C4244 warningMarcus Asteborg
2022-07-11Silence Clang 13+ null-pointer-subtraction warningMark Harris
2022-07-10Only build platform RTCD sources when enabled.Timothy B. Terriberry
2022-07-10Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry
2022-07-09Fix C90-related warningsexp_warnings1Jean-Marc Valin
2022-07-08Fix uninitialized field on custom mode malloc failMark Harris
2022-07-06Fix warnings when compiling with FUZZING enabledJean-Marc Valin
2022-07-06Fix warning with --disable-rfc8251Jean-Marc Valin
2022-07-06Avoids incrementing uninitialized valuesJean-Marc Valin
2022-07-06Fix fixed-point overflow in pitch downsamplingJean-Marc Valin
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-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 --disable-rtcdJean-Marc Valin
2022-06-28Silence some warnings for fixed-point debug buildsJean-Marc Valin
2022-06-26Improve background noise estimation for CELT DTXJean-Marc Valin
2022-04-02Fix lrint/lrintf detectionJean-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-07-08Remove an unused parameterFelicia Lim
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-03-03celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim
2021-01-24Fix float-approx negative left shift UBMark Harris
2020-12-09docs: fix simple typo, neareast -> nearestTim Gates
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-22Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-22celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan
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
2020-06-12Fix intrin0.h include guard.Ralph Giles
2020-06-12Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg
2020-06-11Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg
2020-05-26fix equivalent bitrate calculation for <20ms frame sizesHector Martin
2020-04-13Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius
2019-04-09Fix build errors using Makefile.mipsMark Harris
2019-04-01Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin
2019-03-02Fix mismatching arg names in function declaration and definitionFelicia Lim
2019-01-20Fix FIXED_POINT conditional checkevpobr