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-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
2023-06-19Add missing depedency wgetMarcus Asteborg
2023-06-19Add Meson build documentationMarcus Asteborg
2023-06-17Add dependencies for model download in Gitlab CIMarcus Asteborg
2023-06-16Making DRED encoder run for CELT tooJean-Marc Valin
2023-06-16Github actions for neural fecMarcus Asteborg
2023-06-16Autogen.bat for windows to download modelsMarcus Asteborg
2023-06-16CMake - change avx to avx2 and fmaMarcus Asteborg
2023-06-16Make AVX2 test actually include AVX2 and FMAJean-Marc Valin
2023-06-16fix AVX2 compile optionJean-Marc Valin
2023-06-16lpcnet update (optimizations)Jean-Marc Valin
2023-06-16Detect AVX/AVX2/FMA instead of just AVXJean-Marc Valin
2023-06-16AVX version of celt_pitch_xcorr()Jean-Marc Valin
2023-06-16Fix non-DRED buildJean-Marc Valin
2023-06-16LPCNet update (symbols)Jean-Marc Valin
2023-06-16Remove LPCNet VQ codebooks from buildJean-Marc Valin
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Add resampling/downmix support to DRED encoderJean-Marc Valin
2023-06-16Fix DRED for 10-ms framesJean-Marc Valin
2023-06-16Fix units for dred_offset in APIJean-Marc Valin
2023-06-16Handle DRED frames != 20 msJean-Marc Valin