summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/adpcm: Fix integer overflow in intermediate in ADPCM_XMDMichael Niedermayer2023-05-061-2/+2
* avcodec: add ADPCM XMD decoderPaul B Mahol2023-01-301-0/+44
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+3
* adpcm: convert to new channel layout APIAnton Khirnov2022-03-151-73/+78
* avcodec/adpcm_data: Move tables only used by adpcm.c to itAndreas Rheinhardt2021-07-221-7/+134
* avcodec/adpcm: Don't include disabled AVCodecsAndreas Rheinhardt2021-07-221-48/+56
* avcodec/adpcm: Disable dead codeAndreas Rheinhardt2021-07-221-104/+108
* avcodec/adpcm: Fix indentationAndreas Rheinhardt2021-07-221-38/+38
* avcodec/adpcm: Use smaller scope for some variablesAndreas Rheinhardt2021-07-221-123/+118
* Revert "avcodec/adpcm: Set vqa_version before use in init"Michael Niedermayer2021-05-131-2/+0
* avcodec/adpcm: Set vqa_version before use in initMichael Niedermayer2021-05-121-0/+2
* avcodec/adpcm_psx: ignore unknown flag bitsZane van Iperen2021-05-121-1/+1
* avcodec/adpcm_psx: always fetch next byte irregardless of flagZane van Iperen2021-05-121-7/+7
* avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley2021-05-091-0/+19
* avcodec/adpcm_ima_apm: cosmeticsZane van Iperen2021-04-281-7/+5
* avcodec/adpcm_ima_apm: remove old extradata formatZane van Iperen2021-04-281-5/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/adpcm: Fixes output from Westwood ADPCM.Aidan Richmond2021-04-261-3/+3
* avcodec/adpcm: init from extradata before setting sample formatsZane van Iperen2021-04-251-2/+2
* avcodec/adpcm: refactor init/flush codeZane van Iperen2021-04-101-42/+29
* avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_ima_alp: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_argo: reset state on flushZane van Iperen2021-03-251-0/+7
* avcodec/adpcm_aica: reset state in flush callbackZane van Iperen2021-03-251-5/+5
* avcodec/adpcm_zork: reset state in flush callbackZane van Iperen2021-03-251-8/+16
* avcodec/adpcm: add comment to has_status fieldZane van Iperen2021-03-251-1/+1
* avcodec/adpcm_ima_cunning: reindentZane van Iperen2021-03-191-5/+5
* avcodec/adpcm_ima_cunning: support stereoZane van Iperen2021-03-191-4/+7
* avcodec/adpcm: Mark decoders as init-threadsafeAndreas Rheinhardt2020-12-041-0/+1
* avcodec/adpcm_ima_amv: document header formatZane van Iperen2020-11-091-0/+10
* avcodec/adpcm_ima_amv: use coded sample countZane van Iperen2020-11-091-1/+18
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-091-1/+4
* Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen2020-11-071-13/+2
* avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at onceZane van Iperen2020-10-211-2/+13
* avcodec/adpcm: Check channels before use for ADPCM_PSXMichael Niedermayer2020-10-201-1/+1
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-1/+1
* avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-10-111-0/+3
* avcodec/adpcm_{psx,argo}: add missing indentZane van Iperen2020-09-191-43/+43
* avcodec/adpcm_argo: support decoding multiple framesZane van Iperen2020-09-191-8/+8
* avcodec/adpcm: take into account block_align when decoding ADPCM_PSXPaul B Mahol2020-09-121-2/+5
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-031-0/+26
* avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parametersZane van Iperen2020-08-071-5/+5