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-12-19added missing copyright headeropus-ng-lace-integration2Jan Buethe
2023-12-19fix in export_model_weights.pyJan Buethe
2023-12-19fixJan Buethe
2023-12-19fixed lengths issue for LACE and NoLACE weight namesJan Buethe
2023-12-18added missing ENABLE_DRED under USE_WEIGHTS_FILEJan Buethe
2023-12-18moved OSCEModel struct one level upJan Buethe
2023-12-18fixed sample float to int conversionJan Buethe
2023-12-18removed pow callsJan Buethe
2023-12-18clean-up in osce_features.cJan Buethe
2023-12-18removed unused variablesJan Buethe
2023-12-18removed on-the-fly window initializationJan Buethe
2023-12-18compile bugfixJan Buethe
2023-12-18removed deprecated commentJan Buethe
2023-12-18added missing f in export_model_weights.pyJan Buethe
2023-12-18added copyright headers to OSCE filesJan Buethe
2023-12-17fixed LinearAdaptiveConv1d.flop_countJan Buethe
2023-12-14new complexity settings (LACE@6, NoLACE@6)Jan Buethe
2023-12-14added hangover to recovery from PLCJan Buethe
2023-12-13moved enhancement before PLC updateJan Buethe
2023-12-13minor fixesJan Buethe
2023-12-13added 10ms-cross-fade after osce resetJan Buethe
2023-12-13More missing constantsJean-Marc Valin
2023-12-13Fix OSCE build (missing M_PI on Windows)Jean-Marc Valin
2023-12-13Enable DRED and OSCE for gitlab/github CIJean-Marc Valin
2023-12-13CMake fix for DEEP_PLCJean-Marc Valin
2023-12-13CMake: only build PLC code when neededJean-Marc Valin
2023-12-13Add DRED/OSCE only conditionallyJean-Marc Valin
2023-12-13Add OSCE to mesonJean-Marc Valin
2023-12-13Increase decoder state size limit for OSCEJean-Marc Valin
2023-12-13Add OPUS_OSCE option to cmakeJean-Marc Valin
2023-12-13Add lace/nolace model filesJean-Marc Valin
2023-12-11bugfixJan Buethe
2023-12-11weight_blob for OSCE (still buggy)Jan Buethe
2023-12-11bugfix in wexchangeJan Buethe
2023-12-11bugfixJan Buethe
2023-12-11added osce training data dumping optionJan Buethe
2023-12-08osce method selection now tied to decoder complexityJan Buethe
2023-12-07removed debug printsJan Buethe
2023-12-07added option for maximal quantization to osce/export_model_weigts.pyJan Buethe
2023-12-07bugfix in kernel paddingJan Buethe
2023-12-07OSCE_DEFAULT_METHOD now put to best method availableJan Buethe
2023-12-07added padding option to adaconv and adacomb dumping routinesJan Buethe
2023-12-07some fixesJan Buethe
2023-12-07refactoring of osce codeJan Buethe
2023-12-07fix gcc warningJan Buethe
2023-12-05USE_XCORR acceptedJan Buethe
2023-12-05bufgix, USE_XCORR now activeJan Buethe
2023-12-05added xcorr option for adaconvJan Buethe
2023-12-05removed strides and offsets option from adashapeJan Buethe
2023-12-05switched to channels first layoutJan Buethe