aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2021-09-23libOpus: fix OOB read in ssse4 correlation kernelNeelkamal Semwal
2021-02-05Upgrade libopus to d633f523e36e3b6d01cc6d57386458d770d618beHaibo Huang
2021-01-23Fix float-approx negative left shift UBMark Harris
2021-01-05Upgrade libopus to 794392ecd77e6fc6aafa62c3f6002780abcc2c7cHaibo Huang
2020-12-08docs: fix simple typo, neareast -> nearestTim Gates
2020-11-30Upgrade libopus to d2f6805c3f36718a742c33c56eb945c2e10646efHaibo Huang
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-10-01Merge branch 'upstream-master'Harish Mahendrakar
2020-09-11Merge tag 'v1.3' into masterHarish Mahendrakar
2020-08-21Fix MSVC warning about trunction from double to floatNirbheek Chauhan
2020-08-21Replace WIN32 with _WIN32 everywhereNirbheek Chauhan
2020-08-21celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan
2020-06-14Fix arm build with rtcd enabled.Ralph Giles
2020-06-13Fix trailing whitspace in previous commitMarcus Asteborg
2020-06-14Prefer SSE and ASM implementation of float2int before lrintf for MSVCMarcus Asteborg
2020-06-11Fix intrin0.h include guard.Ralph Giles
2020-06-11Build 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-25fix equivalent bitrate calculation for <20ms frame sizesHector Martin
2020-04-13Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius
2019-04-08Fix build errors using Makefile.mipsMark Harris
2019-04-01Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin
2019-03-01Fix mismatching arg names in function declaration and definitionFelicia Lim
2019-01-20Fix FIXED_POINT conditional checkevpobr
2018-11-14Upgrade Opus to v1.3android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-n-iot-release-ihome-igv1nougat-iot-releaseFelicia Lim
2018-10-31Make float2int() static with VSJean-Marc Valin
2018-10-16Proper detection of _mm_cvtss_si32 for MS compilerPavel P
2018-10-16Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashesJean-Marc Valin
2018-07-28Work around VS2015 internal compiler errorMark Harris
2018-07-26Fix comma that should have been a semicolonJean-Marc Valin
2018-07-21Silence compiler warningsMark Harris
2018-05-28Fix DISABLE_FLOAT_API unused parameter warningMark Harris
2018-05-28Only call isqrt32() with a positive argumentMark Harris
2018-05-17Oops, fix NaN testJean-Marc Valin
2018-05-15Aborting on NaN in CELTJean-Marc Valin
2018-03-27two more asserts I forgotJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adding decoder state validationJean-Marc Valin
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2018-02-18Forgot one RFC8251 behaviour to disable with --disable-rfc8251Jean-Marc Valin
2018-02-15Disabling weak transients and 5ms resolution on voiced framesJean-Marc Valin
2018-02-13Add a simple masking model to the spreading decisionJean-Marc Valin
2018-02-13Making sure importance[] is initialized even when we don't use dynallocJean-Marc Valin
2018-02-13oopsJean-Marc Valin
2018-02-13Improve TF analysis RDO to take into account how important each band isJean-Marc Valin
2018-01-26Scaling back the pitch filter when most of the energy is above 3.2 kHzJean-Marc Valin
2017-10-30Fix unnecessary assignment.Roman Kalashnikov
2017-10-29Enable RFC 8251 changes by defaultJean-Marc Valin
2017-10-08Fix entropy coder docJean-Marc Valin
2017-10-08Simplifying celt_fir5() since x==y and mem[]={0}Jean-Marc Valin