summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Properly check to see if there's room for DREDJean-Marc Valin2023-05-081-4/+6
* Fix extensions padding for CBRJean-Marc Valin2023-05-082-5/+7
* Fixes corruption when using extensionsJean-Marc Valin2023-05-082-19/+35
* DRED versioning in bitstreamJean-Marc Valin2023-04-142-5/+18
* Fix padding overwriting the packet contentJean-Marc Valin2023-01-251-2/+5
* Only decode the DRED frames we needJean-Marc Valin2023-01-201-1/+6
* Fixes build when ENABLE_NEURAL_FEC is offJean-Marc Valin2023-01-112-1/+4
* Don't encode empty DRED packetsJean-Marc Valin2022-12-211-6/+16
* Controlling DRED on the encode sideJean-Marc Valin2022-12-213-2/+40
* Splitting up DRED encodingJean-Marc Valin2022-12-201-1/+9
* Clear FEC buffer on new dred packetJean-Marc Valin2022-12-201-1/+4
* Fix DRED segfaultJean-Marc Valin2022-12-201-7/+14
* reenable DREDJean-Marc Valin2022-12-201-1/+1
* Should handle mixes of PLC and DREDJean-Marc Valin2022-12-192-8/+7
* Fix the normal PLC caseJean-Marc Valin2022-12-131-1/+1
* Adds -lossfile option to opus_demoJean-Marc Valin2022-12-131-2/+18
* DRED: First version that (kinda) worksJean-Marc Valin2022-12-092-3/+24
* Make FEC handling in opus_demo more generalJean-Marc Valin2022-12-081-55/+56
* DRED: better namingJean-Marc Valin2022-12-071-3/+3
* DRED: Decode variable number of framesJean-Marc Valin2022-12-071-2/+4
* DRED cleanup, support for variable number of framesJean-Marc Valin2022-12-062-1/+5
* DRED integration work in progressJean-Marc Valin2022-12-062-3/+12
* Code for inserting/extracting DRED in/from packetsJean-Marc Valin2022-12-027-12/+89
* Experimentng with padding extensionsJean-Marc Valin2022-12-025-11/+325
* 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