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
2024-01-22Cleanup previous commitsexp_multiframe_cleanup6-tuneJean-Marc Valin
2024-01-22divide max payload tooJean-Marc Valin
2024-01-22First shot at multi-frame CBR with DREDJean-Marc Valin
2024-01-22More activity handling to opus_encode_native_process()Jean-Marc Valin
2024-01-22Handle rangeFinal, delay_compensationJean-Marc Valin
2024-01-22Refactor multi-frame encoding to be non-recursiveJean-Marc Valin
2024-01-22Splitting opus_encode_native()Jean-Marc Valin
2024-01-22Fix Hybrid CBR with DRED and CELT->SILK redundancyJean-Marc Valin
2024-01-22Fix desync for CBR DREDJean-Marc Valin
2024-01-22Initial DRED tuningexp_dred_tuning1Jean-Marc Valin
2024-01-22switched to smaller NoLACE modelJan Buethe
2024-01-22bugfix in SilkFeatureNetPLJan Buethe
2024-01-22OSCE_MAX_RNN_UNITS now derived from osce model parametersJan Buethe
2024-01-21Remove run-time code for old TF2 modelsexp_plc_fix5Jean-Marc Valin
2024-01-21Using PyTorch model (same architecture for now)Jean-Marc Valin
2024-01-21Improving PLCJean-Marc Valin
2024-01-20Updated LACE and NoLACE models to version 2opus-ng-osce-models-v2Jan Buethe
2024-01-17PLC export scriptJean-Marc Valin
2024-01-16PyTorch code for training the PLC modelJean-Marc Valin
2023-12-23Prevent overshoots from CELT PLC with predictionexp_celt_plc_constraint1Jean-Marc Valin
2023-12-22Add simulated loss to opus_demoJean-Marc Valin
2023-12-22Make loss simulator standaloneJean-Marc Valin
2023-12-22C code for packet loss simulatorJean-Marc Valin
2023-12-22lossgen: better training, README.mdJean-Marc Valin
2023-12-22lossgen: can now dump weightsJean-Marc Valin
2023-12-21Packet loss generation modelJean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-12-17Initialize padding pointers to zeroJean-Marc Valin
2023-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsopus-ng-fix-allocMichael Klingbeil
2023-12-14handle extensions in opus_repacketizer_out_range_implMichael Klingbeil
2023-12-06add extensions of the first frame of a multiframe packetMichael Klingbeil
2023-12-06Fix RESYNTH bit rotJean-Marc Valin
2023-11-30use vec_avx.h for MSVC buildsMichael Klingbeil
2023-11-30don't redefine _mm_loadu_si32 on MSVCMichael Klingbeil
2023-11-30Defining __SSEx__ macros when needed for MSVCJean-Marc Valin
2023-11-29fix autogen.bat model downloadMichael Klingbeil
2023-11-29Add a script to shrink the DNN modelsJean-Marc Valin
2023-11-29Fix Windows pathJean-Marc Valin
2023-11-29Fix model download path for windowsJean-Marc Valin
2023-11-29Opus github ci filesJean-Marc Valin
2023-11-29Add dotprod support to mesonJean-Marc Valin
2023-11-29Trying to fix/update meson buildJean-Marc Valin
2023-11-28Oops, fix the fixed-point buildJean-Marc Valin
2023-11-28Trying to use fma instructions when possibleJean-Marc Valin
2023-11-28FARGAN model updateJean-Marc Valin
2023-11-28Fixes for ARMv7/AArch32Jean-Marc Valin
2023-11-28Enabling DNN optimizations for ARMv7Jean-Marc Valin
2023-11-28Only force auto-vectorization for GCC >= 5.1Jean-Marc Valin
2023-11-28Force vectorization for DNN primitivesJean-Marc Valin
2023-11-27Enable floating-point approximations by defaultJean-Marc Valin