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-11-16Adding RTCD for DNN codeJean-Marc Valin
2023-11-15Using sparse GRUs in DRED decoderJean-Marc Valin
2023-11-07DRED code cleanupJean-Marc Valin
2023-10-02Using a DenseNet for DREDJean-Marc Valin
2023-07-28Switch RDO-VAE decoder to LinearLayerJean-Marc Valin
2023-06-28No longer need to #include "common.h"Jean-Marc Valin
2023-06-23Replacing RNN_ macros with existing OPUS_ onesJean-Marc Valin
2023-06-02Convert RDOVAE to blob formatJean-Marc Valin
2023-05-30Fix warnings about undeclared memcpy()Jean-Marc Valin
2023-01-12gru2 -> gruB and dotp included in dump_rdovaejbuethe
2022-12-07changed ordering of qframe to reverse in dred_rdovae_decode_qframejbuethe
2022-10-26clean-upJan Buethe
2022-10-26added copyright headers to new filesJan Buethe
2022-10-25added config include to all new C filesJan Buethe
2022-10-25added re-ordering to dred_rdovae_decode_qframe (frames now in correct order)Jan Buethe
2022-10-21removed compute_dense function (conflict with opus mlp)Jan Buethe
2022-10-21refactoringJan Buethe