aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2024-03-12Upgrade libopus to v1.5Sadaf Ebrahimi
2024-03-01Avoid warning about LPCNetPLCState being redefinedJean-Marc Valin
2024-03-01Fix overflow in CELT Deep PLCJean-Marc Valin
2024-03-01add arm rtcd for appleMichael Klingbeil
2024-02-27Remove NORM_ALIASING_HACK (with SMALL_FOOTPRINT)Jean-Marc Valin
2024-02-26Allow band boost in dynalloc_analysis() for 2.5 msJean-Marc Valin
2024-02-24_mm_loadu_si23() needs immintrin.h on MSVCJean-Marc Valin
2024-02-23Fixing Neon when vmlaq_lane_f32() is a macroJean-Marc Valin
2024-02-23Rework 32-bit SSE loads yet again.Timothy B. Terriberry
2024-02-20Add missing RESTORE_STACK in testsJean-Marc Valin
2024-02-20Silences gcc warningJean-Marc Valin
2024-02-16dump_modes: add missing file to buildGiovanni Bajo
2024-02-14More #ifdef around the dnn codeJean-Marc Valin
2024-02-11Fix check-asm for celt_fir_sse4_1()Jean-Marc Valin
2024-02-09Fix OOB read in fixed-point NEON intrinsics.Timothy B. Terriberry
2024-02-09Add check-asm for fixed-point xcorr_kernel().Timothy B. Terriberry
2023-12-22Prevent overshoots from CELT PLC with predictionJean-Marc Valin
2023-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsMichael Klingbeil
2023-12-05Fix RESYNTH bit rotJean-Marc Valin
2023-11-29Defining __SSEx__ macros when needed for MSVCJean-Marc Valin
2023-11-28Trying to fix/update meson buildJean-Marc Valin
2023-11-28Trying to use fma instructions when possibleJean-Marc Valin
2023-11-27Fixes for ARMv7/AArch32Jean-Marc Valin
2023-11-25Adding dotprod instruction to ARM rtcdJean-Marc Valin
2023-11-21Using the same condition for enabling rtcdJean-Marc Valin
2023-11-20Remove AVX pitch code for fixed-pointJean-Marc Valin
2023-11-20Speeding up transient_analysis()Jean-Marc Valin
2023-11-17Add rtcd support for celt_pitch_xcorr_avx2()Jean-Marc Valin
2023-11-17Fix non-RTCD case when SSE is not assumed presentJean-Marc Valin
2023-11-17Use celt_pitch_xcorr_avx2() when guaranteedJean-Marc Valin
2023-11-15Adding RTCD for DNN codeJean-Marc Valin
2023-11-03Fix silly bug in CELT Deep PLCJean-Marc Valin
2023-11-03Fix CELT PLC for single packet between lossesJean-Marc Valin
2023-10-30Don't try to use models that aren't loadedJean-Marc Valin
2023-10-29Don't use reserved identifiers for include guardsJean-Marc Valin
2023-10-27Fix CELT deep PLC bugsJean-Marc Valin
2023-10-18Support OPUS_SET_COMPLEXITY() on decoder sideJean-Marc Valin
2023-10-18Making the build possible without the modelsJean-Marc Valin
2023-10-15Rename ENABLE_NEURAL_FED to ENABLE_DREDJean-Marc Valin
2023-10-07Silencing alignment warnings on x86 intrinsicsJean-Marc Valin
2023-09-26Fixes stack overflow for some custom modesJean-Marc Valin
2023-07-12Fix a CELT encoder CBR corner caseJean-Marc Valin
2023-07-12Properly account for SILK bits in CELT CBR codeJean-Marc Valin
2023-06-30add undefs in mathops.h and remove OPUS_INLINE in vec_neon.hMichael Klingbeil
2023-06-22misc fixesJean-Marc Valin
2023-06-21Update 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