aboutsummaryrefslogtreecommitdiff
path: root/src/opus_decoder.c
AgeCommit message (Expand)Author
2024-02-20opus_dred_parse() sets dred_end to 0 when no DREDJean-Marc Valin
2024-02-16fixed compiler warning when building without dredJan Buethe
2024-02-16Add dred_end return value to opus_dred_parse()Jean-Marc Valin
2024-02-16Support for extra offsetJean-Marc Valin
2024-01-31Handle the offset from the DRED frame idJean-Marc Valin
2024-01-31Fix frame separator parsingJean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkJan Buethe
2023-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsMichael Klingbeil
2023-11-15Adding RTCD for DNN codeJean-Marc Valin
2023-11-07DRED code cleanupJean-Marc Valin
2023-10-30Don't try to use models that aren't loadedJean-Marc Valin
2023-10-21Removing more useless codeJean-Marc Valin
2023-10-18Support OPUS_SET_COMPLEXITY() on decoder sideJean-Marc Valin
2023-10-18Simplifying the DRED/PLC codeJean-Marc Valin
2023-10-18Making the build possible without the modelsJean-Marc Valin
2023-10-15Rename ENABLE_NEURAL_FED to ENABLE_DREDJean-Marc Valin
2023-10-15Rename NEURAL_PLC to ENABLE_DEEP_PLCJean-Marc Valin
2023-08-09Making it easier to remove DRED experimental IDJean-Marc Valin
2023-07-28Switch RDO-VAE decoder to LinearLayerJean-Marc Valin
2023-07-03Properly compute and use the DRED offset fieldJean-Marc Valin
2023-06-28Adjusting offsets to synthesize 10 ms at a timeJean-Marc Valin
2023-06-22misc fixesJean-Marc Valin
2023-06-21Update build for LPCNet mergeJean-Marc Valin
2023-06-20Add support the DRED in CELTJean-Marc Valin
2023-06-20Always use at least one DRED feature vectorJean-Marc Valin
2023-06-16Fix non-DRED buildJean-Marc Valin
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