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-10-08Silencing alignment warnings on x86 intrinsicsJean-Marc Valin
2023-09-26Fixes stack overflow for some custom modesJean-Marc Valin
2023-07-13Fix a CELT encoder CBR corner caseJean-Marc Valin
2023-07-13Properly account for SILK bits in CELT CBR codeJean-Marc Valin
2023-07-01add undefs in mathops.h and remove OPUS_INLINE in vec_neon.hMichael Klingbeil
2023-06-22misc fixesJean-Marc Valin
2023-06-22Update build for LPCNet mergeJean-Marc Valin
2023-06-20Fix segfaultJean-Marc Valin
2023-06-20Add support the DRED in CELTJean-Marc Valin
2023-06-20Move PLC prefilter compensationJean-Marc Valin
2023-06-19Rename LPC_ORDER to CELT_LPC_ORDER to avoid clashJean-Marc Valin
2023-06-16Detect AVX/AVX2/FMA instead of just AVXJean-Marc Valin
2023-06-16AVX version of celt_pitch_xcorr()Jean-Marc Valin
2023-06-16Add missing include guards and config.hJean-Marc Valin
2023-06-16Fix encoder infinite loop when decay is too smallJean-Marc Valin
2023-06-16added some prototypes to header fileJan Buethe
2023-06-16More general Laplace encoderJean-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