Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-22Cleanup previous commitsexp_multiframe_cleanup6-tuneJean-Marc Valin
2024-01-22divide max payload tooJean-Marc Valin
2024-01-22First shot at multi-frame CBR with DREDJean-Marc Valin
2024-01-22More activity handling to opus_encode_native_process()Jean-Marc Valin
2024-01-22Handle rangeFinal, delay_compensationJean-Marc Valin
2024-01-22Refactor multi-frame encoding to be non-recursiveJean-Marc Valin
2024-01-22Splitting opus_encode_native()Jean-Marc Valin
2024-01-22Fix Hybrid CBR with DRED and CELT->SILK redundancyJean-Marc Valin
2024-01-22Fix desync for CBR DREDJean-Marc Valin
2024-01-22Initial DRED tuningexp_dred_tuning1Jean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-12-14handle extensions in opus_repacketizer_out_range_implMichael Klingbeil
2023-12-06add extensions of the first frame of a multiframe packetMichael Klingbeil
2023-11-21Use SILK VBR when using CBR with DREDJean-Marc Valin
2023-11-16Adding RTCD for compute_activation()exp_dnn_rtcd6Jean-Marc Valin
2023-11-16Adding RTCD for DNN codeJean-Marc Valin
2023-10-30Don't try to use models that aren't loadedJean-Marc Valin
2023-10-15Rename ENABLE_NEURAL_FED to ENABLE_DREDJean-Marc Valin
2023-09-21Handle the case where the initial state didn't fitJean-Marc Valin
2023-08-10Don't allocate DRED bits if we don't have enoughJean-Marc Valin
2023-08-10Making it easier to remove DRED experimental IDJean-Marc Valin
2023-07-13Implement allocation of the DRED bitsJean-Marc Valin
2023-07-13Fix a CELT encoder CBR corner caseJean-Marc Valin
2023-07-13Refactoring: simplifying CELT encoder settingsJean-Marc Valin
2023-07-13Reserve some bits for DREDJean-Marc Valin
2023-07-13Fix DRED failureJean-Marc Valin
2023-07-13Make hybrid CBR use VBR SILKJean-Marc Valin
2023-07-03Properly compute and use the DRED offset fieldJean-Marc Valin
2023-06-29Adjusting offsets to synthesize 10 ms at a timeJean-Marc Valin
2023-06-16Making DRED encoder run for CELT tooJean-Marc Valin
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Handle DRED frames != 20 msJean-Marc Valin
2023-06-16Pull DRED encoding up to Opus layerJean-Marc Valin
2023-06-16Don't run the DRED encoder unless DRED is enabledJean-Marc Valin
2023-06-16Properly check to see if there's room for DREDJean-Marc Valin
2023-06-16Fix extensions padding for CBRJean-Marc Valin
2023-06-16DRED versioning in bitstreamJean-Marc Valin
2023-06-16Fixes build when ENABLE_NEURAL_FEC is offJean-Marc Valin
2023-06-16Don't encode empty DRED packetsJean-Marc Valin
2023-06-16Controlling DRED on the encode sideJean-Marc Valin
2023-06-16Splitting up DRED encodingJean-Marc Valin
2023-06-16DRED cleanup, support for variable number of framesJean-Marc Valin
2023-06-16DRED integration work in progressJean-Marc Valin
2023-06-16Code for inserting/extracting DRED in/from packetsJean-Marc Valin
2023-06-16Experimentng with padding extensionsJean-Marc Valin
2022-07-06Fix warnings when compiling with FUZZING enabledJean-Marc Valin
2022-07-01Adds OPUS_SET_INBAND_FEC(2) optionJean-Marc Valin
2021-05-12Fix trailing whitespace.Ralph Giles
2021-02-20Sending refresh DTX packets every 400 ms independently of the encoded frame s...Jesús de Vicente Peña
2020-06-14Silence clang silk_encoder alignment warningMark Harris