summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/adpcm_argo: fix incorrect documentationZane van Iperen2020-08-041-1/+1
* avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen2020-06-261-5/+12
* avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer2020-06-071-1/+9
* avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer2020-05-131-2/+2
* avcodec/adpcm: Clip predictor for IMA_APMMichael Niedermayer2020-05-111-2/+2
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-241-0/+33
* avcodec/adpcm: update get_nb_samples() docZane van Iperen2020-04-201-1/+1
* avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()Zane van Iperen2020-04-201-3/+3
* avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()Zane van Iperen2020-04-111-9/+9
* avcodec: add ADPCM IMA MTF decoderPaul B Mahol2020-03-171-0/+33
* avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-03-111-1/+1
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-091-0/+36
* avcodec/adpcm: Clip step index for ADPCM_IMA_APMMichael Niedermayer2020-03-021-2/+2
* avcodec/adpcm: cosmetics; reindentPaul B Mahol2020-02-211-30/+30
* avcodec: add decoder for Rayman 2's ADPCM variantZane van Iperen2020-02-211-0/+21
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-161-0/+60
* avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen2020-02-061-0/+10
* avcodec/adpcm_argo: simplify and move duplicated logic into a functionZane van Iperen2020-02-021-22/+18
* avcodec: add decoder for argonaut games' adpcm codecZane van Iperen2020-01-261-0/+67
* avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-01-211-8/+8
* avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer2020-01-111-1/+1
* avcodec/adpcm: Clip predictor for APCMichael Niedermayer2019-12-151-2/+2
* avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer2019-12-151-2/+2
* avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer2019-11-091-1/+1
* avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer2019-10-291-1/+1
* avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACSMichael Niedermayer2019-10-161-1/+4
* avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EAMichael Niedermayer2019-10-161-2/+2