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
2023-05-12LPCNet updateexp_neural_fec3Jean-Marc Valin
2023-05-10merge LPCNet fixJean-Marc Valin
2023-05-09Fix DRED PVQ for case when K=0 on a splitJean-Marc Valin
2023-05-09Properly check to see if there's room for DREDJean-Marc Valin
2023-05-09Fix extensions padding for CBRJean-Marc Valin
2023-05-09Fixes corruption when using extensionsJean-Marc Valin
2023-04-14DRED versioning in bitstreamJean-Marc Valin
2023-01-31LPCNet updateneural_fec3exp_dred_icasspJean-Marc Valin
2023-01-27Fix encoder infinite loop when decay is too smallJean-Marc Valin
2023-01-26Fix padding overwriting the packet contentJean-Marc Valin
2023-01-20Only decode the DRED frames we needJean-Marc Valin
2023-01-14Reenable dot product instructionsJean-Marc Valin
2023-01-11Fixes build when ENABLE_NEURAL_FEC is offJean-Marc Valin
2022-12-22Making sure we don't bust the DRED bufferJean-Marc Valin
2022-12-22Don't encode empty DRED packetsJean-Marc Valin
2022-12-21Controlling DRED on the encode sideJean-Marc Valin
2022-12-21Splitting up DRED encodingJean-Marc Valin
2022-12-21Clear FEC buffer on new dred packetJean-Marc Valin
2022-12-21Fix DRED segfaultJean-Marc Valin
2022-12-20reenable DREDJean-Marc Valin
2022-12-20Should handle mixes of PLC and DREDJean-Marc Valin
2022-12-13Fix the normal PLC caseJean-Marc Valin
2022-12-13Adds -lossfile option to opus_demoJean-Marc Valin
2022-12-09DRED: First version that (kinda) worksJean-Marc Valin
2022-12-08Make FEC handling in opus_demo more generalJean-Marc Valin
2022-12-07DRED: better namingJean-Marc Valin
2022-12-07updated lpcnet: qframes decoded by dred_decoder are now in reverse orderjbuethe
2022-12-07removed debug codejbuethe
2022-12-07DRED: Decode variable number of framesJean-Marc Valin
2022-12-07DRED cleanup, support for variable number of framesJean-Marc Valin
2022-12-07DRED integration work in progressJean-Marc Valin
2022-12-03Minor cleanupJean-Marc Valin
2022-12-02DRED: Fix infinite loop on "impossible" symbolsJean-Marc Valin
2022-12-02Add missing #include "config.h"Jean-Marc Valin
2022-12-02Code for inserting/extracting DRED in/from packetsJean-Marc Valin
2022-12-02Experimentng with padding extensionsJean-Marc Valin
2022-12-01added missing header fileJan Buethe
2022-10-26lpcnet updateJan Buethe
2022-10-26clean-upJan Buethe
2022-10-26added --enable-neural-fec option to configureJan Buethe
2022-10-26implemented DRED packet decoderJan Buethe
2022-10-26changed data types for r, dead_zone, quant_scale and p0 to opus_uint16Jan Buethe
2022-10-26added copyright headers to new filesJan Buethe
2022-10-25reduced buffer size for neural FEC packet encodingJan Buethe
2022-10-25lpcnet updatesJan Buethe
2022-10-25addressed compiler warningsJan Buethe
2022-10-25fixed debug codeJan Buethe
2022-10-25updated lpcnet repoJan Buethe
2022-10-25new lpcnet versionJan Buethe
2022-10-25added some prototypes to header fileJan Buethe