aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-20cmake - intinsics fixes, only compile SSE source with SSE flags on non-window...Marcus Asteborg
2020-04-20cmake - add math library for test programs demo and compare when building dyn...willson-chen
2020-04-20cmake - Fix CMake install include directoryevpobr
2020-04-20cmake - Add support for detecting the presence of lrint and lrintf.Nathaniel R. Lewis
2020-04-20cmake - add CPack and default to TGZ packageMarcus Asteborg
2020-04-20cmake - make package version parsing more robustMarcus Asteborg
2020-04-13Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius
2020-03-23Fix another signed integer overflow in silk_noise_shape_quantizer_del_decFelicia Lim
2020-03-09Fix signed integer overflows in silk_noise_shape_quantizer_del_decFelicia Lim
2020-02-14Fix for an assertion when running the fixed point testsJesús de Vicente Peña
2020-02-14Reland "Fixes to the the activity flag that is passed to Silk so it represent...Jesús de Vicente Peña
2020-02-10Revert "Fixes to the the activity flag that is passed to Silk so it represent...Felicia Lim
2020-02-10Fixes to the the activity flag that is passed to Silk so it represents the fi...Jesús de Vicente Peña
2020-02-03Revert "Attenuate SILK PLC gain only for unvoiced speech"Jesús de Vicente Peña
2020-01-19CMake: use PACKAGE_VERSION for the pkg-config fileDeadSix27
2020-01-19CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pat...Nathaniel R. Lewis
2020-01-19CMake: Add shared library to featuresMarcus Asteborg
2020-01-19CMake: add option to set BUILD_SHARED_LIBS variableDavide Beatrici
2019-12-04OPUS_GET_IN_DTX handles Silk middle channel onlyGustaf Ullberg
2019-12-03Don't update null data pointer after each multistream decoderFelicia Lim
2019-09-03Fix NEON optimizations buffer read overrunFelicia Lim
2019-07-08Avoid processing LPC coeffs beyond the given order in NEON optimizationsFelicia Lim
2019-06-04Fix typo in _FORTIFY_SOURCE define.Marcus Asteborg
2019-05-31Silk CNG adapts faster to received packets with lower gainsFelicia Lim
2019-04-26Add mising cmake file from make distJean-Marc Valin
2019-04-14Update checksumsJean-Marc Valin
2019-04-12Bump LT versionJean-Marc Valin
2019-04-11CMake changesMarcus Asteborg
2019-04-10CMake changesMarcus Asteborg
2019-04-10API for checking whether the encoder is in DTXGustaf Ullberg
2019-04-08Correctly enable/disable SILK DTX with forced modeMark Harris
2019-04-08Fix build errors using Makefile.mipsMark Harris
2019-04-03Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobrMarcus Asteborg
2019-04-01Fix #elif OPUS_ARM_INLINE_EDSPJean-Marc Valin
2019-03-01Fix mismatching arg names in function declaration and definitionFelicia Lim
2019-02-25test_opus_encode: Use fprintf instead of snprintfMark Harris
2019-02-13Reset nb_no_activity_frames when analysis DTX isn't usedJean-Marc Valin
2019-02-13Improve silence handlingJean-Marc Valin
2019-02-13Fixing initialization issues on small frame sizesJean-Marc Valin
2019-02-13Fixes analysis buffering for silence and complexity changesJean-Marc Valin
2019-02-12Avoiding problems with x87Jean-Marc Valin
2019-01-23Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUESTJean-Marc Valin
2019-01-20Fix FIXED_POINT conditional checkevpobr
2018-12-29Clean up resources in projection testMark Harris
2018-11-22Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin
2018-11-03missing scriptJean-Marc Valin
2018-11-03Adding the scripts used to train the RNN classifierJean-Marc Valin
2018-10-31Trivial sprintf to snprintf conversion. Some linkers warn about unbounded spr...Janne Johansson
2018-10-31Make float2int() static with VSJean-Marc Valin
2018-10-30Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin