summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings when compiling with FUZZING enabledJean-Marc Valin2022-07-061-0/+4
* Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin2022-06-301-5/+8
* Fix 8101b33 to decode ignored redundancyMark Harris2022-06-261-5/+9
* Correct redundancy handling with lost/DTX framesMark Harris2022-06-251-2/+7
* Check channels/stream counts and mapping when creating the multistreamFelicia Lim2021-09-271-4/+5
* Fix trailing whitespace.Ralph Giles2021-05-121-4/+4
* Sending refresh DTX packets every 400 ms independently of the encoded frame s...Jesús de Vicente Peña2021-02-191-11/+15
* Add support for Meson build systemTim-Philipp Müller2020-10-281-0/+45
* repacketizer_demo: check for read errors to fix compiler warningsNirbheek Chauhan2020-08-211-7/+37
* Silence clang silk_encoder alignment warningMark Harris2020-06-131-1/+1
* Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove...Marcus Asteborg2020-06-111-0/+2
* Fix for an assertion when running the fixed point testsJesús de Vicente Peña2020-02-141-9/+11
* Reland "Fixes to the the activity flag that is passed to Silk so it represent...Jesús de Vicente Peña2020-02-141-35/+20
* Revert "Fixes to the the activity flag that is passed to Silk so it represent...Felicia Lim2020-02-101-19/+35
* Fixes to the the activity flag that is passed to Silk so it represents the fi...Jesús de Vicente Peña2020-02-101-35/+19
* OPUS_GET_IN_DTX handles Silk middle channel onlyGustaf Ullberg2019-12-041-6/+5
* Don't update null data pointer after each multistream decoderFelicia Lim2019-12-031-2/+5
* API for checking whether the encoder is in DTXGustaf Ullberg2019-04-101-0/+27
* Correctly enable/disable SILK DTX with forced modeMark Harris2019-04-081-7/+9
* Fix mismatching arg names in function declaration and definitionFelicia Lim2019-03-011-1/+1
* Reset nb_no_activity_frames when analysis DTX isn't usedanalysis_fix2Jean-Marc Valin2019-02-131-0/+2
* Improve silence handlingJean-Marc Valin2019-02-131-1/+5
* Fixing initialization issues on small frame sizesJean-Marc Valin2019-02-131-3/+5
* Fixes analysis buffering for silence and complexity changesJean-Marc Valin2019-02-134-20/+50
* Avoiding problems with x87Jean-Marc Valin2019-02-121-1/+1
* Properly handle a bad stream_id in OPUS_MULTISTREAM_GET_*_STATE_REQUESTJean-Marc Valin2019-01-232-2/+2
* Refactoring: Isolating the matrix-vector product in gemm_accum()Jean-Marc Valin2018-11-221-36/+39
* Remove useless OPUS_SET_EXPERT_FRAME_DURATION() on CELTJean-Marc Valin2018-10-301-1/+0
* Retrain RNN classifier weights to include reverberated speechJean-Marc Valin2018-09-252-627/+625
* Fixes packet parsing for 16-bit CPUsv1.3-rc2Jean-Marc Valin2018-09-141-1/+1
* Avoiding get_demixing_matrix() symbol clash on unified buildJean-Marc Valin2018-09-102-8/+8
* OpusMSDecoder does not have an arch fieldJean-Marc Valin2018-09-101-4/+0
* Apply equal bit allocation to ambisonic channelsMarcin Gorzel2018-08-311-51/+6
* Fixing arithmetic problems for 16-bit CPUs in ambisonics_rate_allocation()Jean-Marc Valin2018-07-281-5/+5
* Fix bitrate allocation for channel mapping 2Felicia Lim2018-07-281-1/+3
* Fixes C90 "mixed declarations and code" errorJean-Marc Valin2018-07-261-1/+1
* Remove ambisonics experimental flagJean-Marc Valin2018-07-266-223/+1
* Use ambisonics families 2 and 3 instead of 254 and 253Jean-Marc Valin2018-07-252-5/+5
* Validate multistream/projection decoder frame_sizeMark Harris2018-07-211-0/+5
* Silence compiler warningsMark Harris2018-07-213-7/+19
* Make bandwidth detection more conservative to avoid low-passing framesJean-Marc Valin2018-06-141-0/+16
* Avoiding arithmetic on NULL pointerv1.3-rcJean-Marc Valin2018-05-291-2/+0
* Avoiding leaks when opus_demo exits with an errorJean-Marc Valin2018-05-291-46/+36
* Only call isqrt32() with a positive argumentMark Harris2018-05-282-6/+10
* Switch from narrowband to wideband at 9 kb/s, don't use mediumbandexp_bandwidth_fix4Jean-Marc Valin2018-05-241-8/+12
* Fix decision thresholds for larger frame sizesexp_bandwidth_fix3Jean-Marc Valin2018-05-241-1/+2
* Fixes a SILK bandwidth switching regressionJean-Marc Valin2018-05-241-2/+5
* Silk makes use of Opus VADGustaf Ullberg2018-05-141-2/+11
* Misc assertion cleanupJean-Marc Valin2018-03-272-3/+4
* Some missing checksJean-Marc Valin2018-03-272-1/+3