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-11Properly account for SILK bits in CELT CBR codedred_bitrate2Jean-Marc Valin
2023-07-10Refactoring: simplifying CELT encoder settingsJean-Marc Valin
2023-07-09Reserve some bits for DREDJean-Marc Valin
2023-07-09Fix DRED failureJean-Marc Valin
2023-07-09Make hybrid CBR use VBR SILKJean-Marc Valin
2023-07-09Make "VBR with cap" less aggressiveJean-Marc Valin
2023-07-09Some general SILK CBR tuningJean-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
2023-06-22Remove trailing whitespace in dnnMarcus Asteborg
2023-06-22Remove submodule initMarcus Asteborg
2023-06-22Remove the duplicated pitch.hJean-Marc Valin
2023-06-22misc fixesJean-Marc Valin
2023-06-22oops, forgot to update thatJean-Marc Valin
2023-06-22remove LPCNET_EXPORTJean-Marc Valin
2023-06-22Move LPCNet headersJean-Marc Valin
2023-06-22Remove more useless codeJean-Marc Valin
2023-06-22Should fix some missing #include problemsJean-Marc Valin
2023-06-22Remove more LPCNet useless files (e.g. build)Jean-Marc Valin
2023-06-22Remove LPCNet's copy of arch.hJean-Marc Valin
2023-06-22Remove useless LPCNet filesJean-Marc Valin
2023-06-22cleanup: get rid of non-causal PLC and DC handlingJean-Marc Valin
2023-06-22Remove support for LPCNet quantizationJean-Marc Valin
2023-06-22Update build for LPCNet mergeJean-Marc Valin
2023-06-21Merge LPCNet repo into OpusJean-Marc Valin
2023-06-21Add missing include paths for lpcnet for test binariesMarcus Asteborg
2023-06-21Retire Visual Studio solutiom, use CMake or Meson as replacementMarcus Asteborg
2023-06-21Remove Appveyor CI, replaced with Github actionsMarcus Asteborg
2023-06-21Remove Travis CI, replaced with Github actionsMarcus Asteborg
2023-06-21Add note about other build systems in READMEMarcus Asteborg
2023-06-21Repo CI for Github actionsMarcus Asteborg
2023-06-21Autotools CI for Github actionsMarcus Asteborg
2023-06-21CMake CI for Github actionsMarcus Asteborg
2023-06-21Rename DRED CIMarcus Asteborg
2023-06-20Fix segfaultJean-Marc Valin
2023-06-20Add support the DRED in CELTJean-Marc Valin
2023-06-20Move PLC prefilter compensationJean-Marc Valin
2023-06-20Always use at least one DRED feature vectorJean-Marc Valin
2023-06-19Rename LPC_ORDER to CELT_LPC_ORDER to avoid clashJean-Marc Valin
2023-06-19No longer need to force custom modesJean-Marc Valin