Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15adpcm: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/adpcm_data: Move tables only used by adpcm.c to itAndreas Rheinhardt
2021-07-22avcodec/adpcm: Don't include disabled AVCodecsAndreas Rheinhardt
2021-07-22avcodec/adpcm: Disable dead codeAndreas Rheinhardt
2021-07-22avcodec/adpcm: Fix indentationAndreas Rheinhardt
2021-07-22avcodec/adpcm: Use smaller scope for some variablesAndreas Rheinhardt
2021-05-13Revert "avcodec/adpcm: Set vqa_version before use in init"Michael Niedermayer
2021-05-13avcodec/adpcm: Set vqa_version before use in initMichael Niedermayer
2021-05-12avcodec/adpcm_psx: ignore unknown flag bitsZane van Iperen
2021-05-12avcodec/adpcm_psx: always fetch next byte irregardless of flagZane van Iperen
2021-05-09avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley
2021-04-28avcodec/adpcm_ima_apm: cosmeticsZane van Iperen
2021-04-28avcodec/adpcm_ima_apm: remove old extradata formatZane van Iperen
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-26avcodec/adpcm: Fixes output from Westwood ADPCM.Aidan Richmond
2021-04-25avcodec/adpcm: init from extradata before setting sample formatsZane van Iperen
2021-04-10avcodec/adpcm: refactor init/flush codeZane van Iperen
2021-03-25avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_ima_alp: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_argo: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_aica: reset state in flush callbackZane van Iperen
2021-03-25avcodec/adpcm_zork: reset state in flush callbackZane van Iperen
2021-03-25avcodec/adpcm: add comment to has_status fieldZane van Iperen
2021-03-19avcodec/adpcm_ima_cunning: reindentZane van Iperen
2021-03-19avcodec/adpcm_ima_cunning: support stereoZane van Iperen
2020-12-04avcodec/adpcm: Mark decoders as init-threadsafeAndreas Rheinhardt
2020-11-09avcodec/adpcm_ima_amv: document header formatZane van Iperen
2020-11-09avcodec/adpcm_ima_amv: use coded sample countZane van Iperen
2020-11-09avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen
2020-11-07Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen
2020-10-21avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at onceZane van Iperen
2020-10-20avcodec/adpcm: Check channels before use for ADPCM_PSXMichael Niedermayer
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-10-11avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSXMichael Niedermayer
2020-09-19avcodec/adpcm_{psx,argo}: add missing indentZane van Iperen
2020-09-19avcodec/adpcm_argo: support decoding multiple framesZane van Iperen
2020-09-12avcodec/adpcm: take into account block_align when decoding ADPCM_PSXPaul B Mahol
2020-09-03avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol
2020-08-07avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parametersZane van Iperen
2020-08-04avcodec/adpcm_argo: fix incorrect documentationZane van Iperen
2020-06-26avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen