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-07-28oopsopus-ng-linear3Jean-Marc Valin
2023-07-28Make RDOVAE encoder use LinearLayer directlyJean-Marc Valin
2023-07-28Support for dumping LinearLayer in weight-exchangeJan Buethe
2023-07-28oops, fix linear_init()Jean-Marc Valin
2023-07-28Add compute_generic_dense()Jean-Marc Valin
2023-07-28New compute_generic_conv1d()Jean-Marc Valin
2023-07-28Add int8 typeJean-Marc Valin
2023-07-25added dataset for SILK to LPCNet feature conversionJan Buethe
2023-07-24Make float_weights optionalJean-Marc Valin
2023-07-24Make bias/subias/diag/scale optionalJean-Marc Valin
2023-07-23Add loading for LinearLayerJean-Marc Valin
2023-07-23clean-upJan Buethe
2023-07-23added copyright headersJan Buethe
2023-07-23added verbose option to run_test.pyJan Buethe
2023-07-23replaces multiprocessing module by multiprocess module in testsuiteJan Buethe
2023-07-23added matplotlib to testsuite requirements (needed by librosa)Jan Buethe
2023-07-22added ShapeNet and ShapeUp48 modelsJan Buethe
2023-07-22removed whitespaceJan Buethe
2023-07-22added testsuiteJan Buethe
2023-07-22added weight-exchange libraryJan Buethe
2023-07-22Always define USE_SU_BIAS in vec_avx.hJean-Marc Valin
2023-07-22Add SSE2 supportJean-Marc Valin
2023-07-22Refactoring to make VNNI and SSE2 easierJean-Marc Valin
2023-07-22neon related alignment requirement warning fixopus-ng-neonwarningfixJan Buethe
2023-07-20Merge branch 'dred_bitrate4' into opus-ngJean-Marc Valin
2023-07-20Transition to LinearLayer and remove unused codeJean-Marc Valin
2023-07-20Add generic linear layerJean-Marc Valin
2023-07-20Remove unused codeJean-Marc Valin
2023-07-13Implement allocation of the DRED bitsJean-Marc Valin
2023-07-13Fix a CELT encoder CBR corner caseJean-Marc Valin
2023-07-13Properly account for SILK bits in CELT CBR codeJean-Marc Valin
2023-07-13Refactoring: simplifying CELT encoder settingsJean-Marc Valin
2023-07-13Reserve some bits for DREDJean-Marc Valin
2023-07-13Fix DRED failureJean-Marc Valin
2023-07-13Make hybrid CBR use VBR SILKJean-Marc Valin
2023-07-13Make "VBR with cap" less aggressiveJean-Marc Valin
2023-07-13Some general SILK CBR tuningJean-Marc Valin
2023-07-12Fix DRED/neural PLC for SILK stereoJean-Marc Valin
2023-07-03Properly compute and use the DRED offset fieldJean-Marc Valin
2023-07-01add undefs in mathops.h and remove OPUS_INLINE in vec_neon.hMichael Klingbeil
2023-07-01Opus ng laceJan Buethe
2023-06-29Silencing some warningsJean-Marc Valin
2023-06-29Adjusting offsets to synthesize 10 ms at a timeJean-Marc Valin
2023-06-28No longer need to #include "common.h"Jean-Marc Valin
2023-06-27Handle the sign of the DRED offsetJean-Marc Valin
2023-06-27Move build and tests for x86 to avx2 machines.Marcus Asteborg
2023-06-23Replacing RNN_ macros with existing OPUS_ onesJean-Marc Valin
2023-06-23no longer need that hackJean-Marc Valin
2023-06-23Using opus_int16 instead of short in LPCNet codeJean-Marc Valin
2023-06-23Remove pcount that's no longer usefulJean-Marc Valin