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
path: root/src
AgeCommit message (Expand)Author
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Fix DRED for 10-ms framesJean-Marc Valin
2023-06-16Fix units for dred_offset in APIJean-Marc Valin
2023-06-16Handle DRED frames != 20 msJean-Marc Valin
2023-06-16Pull DRED encoding up to Opus layerJean-Marc Valin
2023-06-16Update RDOVAE model to blob formatJean-Marc Valin
2023-06-16Add blob loading support to decoderJean-Marc Valin
2023-06-16Reset PLC instead of reinitializingJean-Marc Valin
2023-06-16Move LPCNet PLC state to top-level decoderJean-Marc Valin
2023-06-16Cleanup (no change in behaviour)Jean-Marc Valin
2023-06-16Adding DRED garbage decoding testJean-Marc Valin
2023-06-16Fix whitespace errorsJean-Marc Valin
2023-06-16C90 fixesJean-Marc Valin
2023-06-16DRED API updateJean-Marc Valin
2023-06-16meson: fix build for lpcnet additionsTim-Philipp Müller
2023-06-16Fix copy-paste errorJean-Marc Valin
2023-06-16Oops, fixed build with DRED disabledJean-Marc Valin
2023-06-16Don't run the DRED encoder unless DRED is enabledJean-Marc Valin
2023-06-16Update the API to add an OpusDREDDecoderJean-Marc Valin
2023-06-16Remove assert in opus_packet_extensions_generate()Jean-Marc Valin
2023-06-16Fixup extensions implementation and add unit testsMichael Klingbeil
2023-06-16Avoid warnings when not compiling with DREDJean-Marc Valin
2023-06-16Fix dred object leak in opus_demo.cJean-Marc Valin
2023-06-16Directly include LPCNet state in SILK structsJean-Marc Valin
2023-06-16Rename Opus DNN functionsJean-Marc Valin
2023-06-16More cleanupJean-Marc Valin
2023-06-16Add API doc, change DRED offsets to be samplesJean-Marc Valin
2023-06-16Cleanup, remove "old" DRED APIJean-Marc Valin
2023-06-16Complete switching to DRED objectJean-Marc Valin
2023-06-16Remove opus_dred_init()Jean-Marc Valin
2023-06-16More DRED refactoringJean-Marc Valin
2023-06-16DRED refactoring/renamingJean-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-16Fixes corruption when using extensionsJean-Marc Valin
2023-06-16DRED versioning in bitstreamJean-Marc Valin
2023-06-16Fix padding overwriting the packet contentJean-Marc Valin
2023-06-16Only decode the DRED frames we needJean-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-16Clear FEC buffer on new dred packetJean-Marc Valin
2023-06-16Fix DRED segfaultJean-Marc Valin
2023-06-16reenable DREDJean-Marc Valin
2023-06-16Should handle mixes of PLC and DREDJean-Marc Valin
2023-06-16Fix the normal PLC caseJean-Marc Valin
2023-06-16Adds -lossfile option to opus_demoJean-Marc Valin
2023-06-16DRED: First version that (kinda) worksJean-Marc Valin
2023-06-16Make FEC handling in opus_demo more generalJean-Marc Valin