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