aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-08libOpus: fix integer overflow in silk_resampler_down2_hpNeelkamal Semwal
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-21repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan
2020-06-13Silence clang silk_encoder alignment warningMark Harris
2020-06-11Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg
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
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-04-10API for checking whether the encoder is in DTXGustaf Ullberg
2019-04-08Correctly enable/disable SILK DTX with forced modeMark Harris
2019-03-01Fix mismatching arg names in function declaration and definitionFelicia Lim
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
2018-11-22Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin
2018-10-30Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin
2018-09-25Retrain RNN classifier weights to include reverberated speechJean-Marc Valin
2018-09-14Fixes packet parsing for 16-bit CPUsJean-Marc Valin
2018-09-10Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin
2018-09-10OpusMSDecoder does not have an arch fieldJean-Marc Valin
2018-08-31Apply equal bit allocation to ambisonic channelsMarcin Gorzel
2018-07-28Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()Jean-Marc Valin
2018-07-28Fix bitrate allocation for channel mapping 2Felicia Lim
2018-07-26Fixes C90 "mixed declarations and code" errorJean-Marc Valin
2018-07-26Remove ambisonics experimental flagJean-Marc Valin
2018-07-25Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin
2018-07-21Validate multistream/projection decoder frame_sizeMark Harris
2018-07-21Silence compiler warningsMark Harris
2018-06-14Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin
2018-05-29Avoiding arithmetic on NULL pointerJean-Marc Valin
2018-05-29Avoiding leaks when opus_demo exits with an errorJean-Marc Valin
2018-05-28Only call isqrt32() with a positive argumentMark Harris
2018-05-24Switch from narrowband to wideband at 9 kb/s, don't use mediumbandJean-Marc Valin
2018-05-24Fix decision thresholds for larger frame sizesJean-Marc Valin
2018-05-24Fixes a SILK bandwidth switching regressionJean-Marc Valin
2018-05-14Silk makes use of Opus VADGustaf Ullberg
2018-03-27Misc assertion cleanupJean-Marc Valin
2018-03-27Some missing checksJean-Marc Valin
2018-03-27Adding multistream decoder validationJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adds Opus decoder state validationJean-Marc Valin
2018-03-27Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin
2018-03-21Support for Ambisonics.Andrew Allen
2018-03-12Using a first-order filter for DC rejectionJean-Marc Valin