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/silk
AgeCommit message (Expand)Author
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Add resampling/downmix support to DRED encoderJean-Marc Valin
2023-06-16Fix DRED for 10-ms framesJean-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-16Move LPCNet PLC state to top-level decoderJean-Marc Valin
2023-06-16Cleanup (no change in behaviour)Jean-Marc Valin
2023-06-16Add offset and quantization to DRED bitstreamJean-Marc Valin
2023-06-16Add missing include guards and config.hJean-Marc Valin
2023-06-16Fix whitespace errorsJean-Marc Valin
2023-06-16A non-bit-exact C90 fixJean-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-16Don't run the DRED encoder unless DRED is enabledJean-Marc Valin
2023-06-16Avoid warnings when not compiling with DREDJean-Marc Valin
2023-06-16No longer include pointers in the SILK structsJean-Marc Valin
2023-06-16Directly include LPCNet state in SILK structsJean-Marc Valin
2023-06-16Cleanup, remove "old" DRED APIJean-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-16Fix DRED PVQ for case when K=0 on a splitJean-Marc Valin
2023-06-16Properly check to see if there's room for DREDJean-Marc Valin
2023-06-16DRED versioning in bitstreamJean-Marc Valin
2023-06-16Making sure we don't bust the DRED bufferJean-Marc Valin
2023-06-16Controlling DRED on the encode sideJean-Marc Valin
2023-06-16Splitting up DRED encodingJean-Marc Valin
2023-06-16Fix DRED segfaultJean-Marc Valin
2023-06-16Should handle mixes of PLC and DREDJean-Marc Valin
2023-06-16DRED: First version that (kinda) worksJean-Marc Valin
2023-06-16DRED: better namingJean-Marc Valin
2023-06-16removed debug codejbuethe
2023-06-16DRED: Decode variable number of framesJean-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-16Minor cleanupJean-Marc Valin
2023-06-16DRED: Fix infinite loop on "impossible" symbolsJean-Marc Valin
2023-06-16Add missing #include "config.h"Jean-Marc Valin
2023-06-16added missing header fileJan Buethe
2023-06-16clean-upJan Buethe
2023-06-16added --enable-neural-fec option to configureJan Buethe
2023-06-16implemented DRED packet decoderJan Buethe
2023-06-16changed data types for r, dead_zone, quant_scale and p0 to opus_uint16Jan Buethe
2023-06-16added copyright headers to new filesJan Buethe
2023-06-16reduced buffer size for neural FEC packet encodingJan Buethe
2023-06-16addressed compiler warningsJan Buethe
2023-06-16fixed debug codeJan Buethe
2023-06-16finished encoder implementationJan Buethe