summaryrefslogtreecommitdiff
path: root/celt
Commit message (Expand)AuthorAgeFilesLines
* Make CELT FFT twiddle complex type alignedZheng Lv2023-01-171-1/+11
* Using saturating round to fix some wrap-aroundsJean-Marc Valin2022-07-222-9/+9
* Relaxing checks for MULT16_32_QX()Jean-Marc Valin2022-07-221-2/+2
* Fix NORM_ALIASING_HACKJean-Marc Valin2022-07-151-5/+4
* Silence MSVC C4244 warningMarcus Asteborg2022-07-121-1/+1
* Silence Clang 13+ null-pointer-subtraction warningMark Harris2022-07-101-1/+1
* Only build platform RTCD sources when enabled.Timothy B. Terriberry2022-07-091-1/+7
* Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry2022-07-092-5/+9
* Fix C90-related warningsexp_warnings1Jean-Marc Valin2022-07-093-4/+6
* Fix uninitialized field on custom mode malloc failMark Harris2022-07-071-0/+3
* Fix warnings when compiling with FUZZING enabledJean-Marc Valin2022-07-061-0/+2
* Fix warning with --disable-rfc8251Jean-Marc Valin2022-07-051-0/+2
* Avoids incrementing uninitialized valuesJean-Marc Valin2022-07-051-4/+10
* Fix fixed-point overflow in pitch downsamplingJean-Marc Valin2022-07-051-6/+15
* Avoid left shifts of negative values in debug macrosJean-Marc Valin2022-07-051-3/+3
* Work around UBSan unaligned access errors.Timothy B. Terriberry2022-07-051-1/+9
* Estimate the inner product accuracy to fix check-asmJean-Marc Valin2022-06-301-30/+21
* Adds fuzzing to CPU detectionJean-Marc Valin2022-06-302-2/+18
* Work around a valgrind false-positive in CPUID.Timothy B. Terriberry2022-06-281-4/+8
* Check the return value of __get_cpuid().Timothy B. Terriberry2022-06-281-2/+7
* Fixes --disable-rtcdJean-Marc Valin2022-06-282-5/+6
* Silence some warnings for fixed-point debug buildsJean-Marc Valin2022-06-281-12/+12
* Improve background noise estimation for CELT DTXJean-Marc Valin2022-06-261-21/+19
* Fix lrint/lrintf detectionJean-Marc Valin2022-04-021-2/+2
* 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
* Remove an unused parameterFelicia Lim2021-07-071-4/+3
* 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
* celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim2021-03-023-5/+104
* Fix float-approx negative left shift UBMark Harris2021-01-231-2/+2
* docs: fix simple typo, neareast -> nearestTim Gates2020-12-081-2/+2
* Add support for Meson build systemTim-Philipp Müller2020-10-282-0/+82
* Fix MSVC warning about trunction from double to floatNirbheek Chauhan2020-08-211-3/+3
* Replace WIN32 with _WIN32 everywhereNirbheek Chauhan2020-08-211-2/+2
* celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan2020-08-211-1/+1
* 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
* Fix intrin0.h include guard.Ralph Giles2020-06-111-1/+1
* Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg2020-06-112-1/+4
* Disable message box when calling abort(). The message box is causing hangs in...Marcus Asteborg2020-06-111-0/+3
* fix equivalent bitrate calculation for <20ms frame sizesHector Martin2020-05-251-1/+1
* Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius2020-04-131-1/+7
* Fix build errors using Makefile.mipsMark Harris2019-04-084-11/+6
* Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin2019-04-011-1/+1
* Fix mismatching arg names in function declaration and definitionFelicia Lim2019-03-011-1/+1
* Fix FIXED_POINT conditional checkevpobr2019-01-201-2/+2
* Make float2int() static with VSJean-Marc Valin2018-10-311-2/+2