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-16Add blob loading for DRED encoder and decoderJean-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-16Update RDOVAE model to blob formatJean-Marc Valin
2023-06-16Add blob loading support to decoderJean-Marc Valin
2023-06-16Reset PLC instead of reinitializingJean-Marc Valin
2023-06-16Move LPCNet PLC state to top-level decoderJean-Marc Valin
2023-06-16Cleanup (no change in behaviour)Jean-Marc Valin
2023-06-16Adding DRED garbage decoding testJean-Marc Valin
2023-06-16C90 fixesJean-Marc Valin
2023-06-16DRED API updateJean-Marc Valin
2023-06-16Fix copy-paste errorJean-Marc Valin
2023-06-16Oops, fixed build with DRED disabledJean-Marc Valin
2023-06-16Update the API to add an OpusDREDDecoderJean-Marc Valin
2023-06-16Avoid warnings when not compiling with DREDJean-Marc Valin
2023-06-16Directly include LPCNet state in SILK structsJean-Marc Valin
2023-06-16More cleanupJean-Marc Valin
2023-06-16Add API doc, change DRED offsets to be samplesJean-Marc Valin
2023-06-16Cleanup, remove "old" DRED APIJean-Marc Valin
2023-06-16Complete switching to DRED objectJean-Marc Valin
2023-06-16Remove opus_dred_init()Jean-Marc Valin
2023-06-16More DRED refactoringJean-Marc Valin
2023-06-16DRED refactoring/renamingJean-Marc Valin
2023-06-16DRED versioning in bitstreamJean-Marc Valin
2023-06-16Fixes build when ENABLE_NEURAL_FEC is offJean-Marc Valin
2023-06-16Controlling DRED on the encode sideJean-Marc Valin
2023-06-16Clear FEC buffer on new dred packetJean-Marc Valin
2023-06-16Fix DRED segfaultJean-Marc Valin
2023-06-16Should handle mixes of PLC and DREDJean-Marc Valin
2023-06-16Fix the normal PLC caseJean-Marc Valin
2023-06-16DRED: First version that (kinda) worksJean-Marc Valin
2023-06-16DRED: better namingJean-Marc Valin
2023-06-16DRED: Decode variable number of framesJean-Marc Valin
2023-06-16DRED cleanup, support for variable number of framesJean-Marc Valin
2023-06-16DRED integration work in progressJean-Marc Valin
2023-06-16Code for inserting/extracting DRED in/from packetsJean-Marc Valin
2022-06-27Fix 8101b33 to decode ignored redundancyMark Harris
2022-06-26Correct redundancy handling with lost/DTX framesMark Harris
2018-03-27Some missing checksJean-Marc Valin
2018-03-27Asserting on some ctl() calls that should never failJean-Marc Valin
2018-03-27Adds Opus decoder state validationJean-Marc Valin
2018-03-27Fixing no-redundancy CELT->SILK and CELT->hybrid transitionsJean-Marc Valin
2017-08-29Fix typo in a comment in opus_decoder.cMatt Brubeck
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesexp_bitstream7Jean-Marc Valin
2015-12-30Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-09-30-DOPUS_WILL_BE_SLOW to disable the no-optimization warningJean-Marc Valin
2014-01-30Moves opus_packet_get_samples_per_frame() to opus.cJean-Marc Valin
2014-01-08Fixes the decode_fec case for b76888dMark Harris