summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* 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
* avcodec/adpcm: Clip predictor for IMA_APMMichael Niedermayer2020-05-11
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-24
* avcodec/adpcm: update get_nb_samples() docZane van Iperen2020-04-20
* avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()Zane van Iperen2020-04-20
* avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()Zane van Iperen2020-04-11
* avcodec: add ADPCM IMA MTF decoderPaul B Mahol2020-03-17
* avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-03-11
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-09
* avcodec/adpcm: Clip step index for ADPCM_IMA_APMMichael Niedermayer2020-03-02
* avcodec/adpcm: cosmetics; reindentPaul B Mahol2020-02-21
* avcodec: add decoder for Rayman 2's ADPCM variantZane van Iperen2020-02-21
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-16
* avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen2020-02-06
* avcodec/adpcm_argo: simplify and move duplicated logic into a functionZane van Iperen2020-02-02
* avcodec: add decoder for argonaut games' adpcm codecZane van Iperen2020-01-26
* avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-01-21
* avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer2020-01-11
* avcodec/adpcm: Clip predictor for APCMichael Niedermayer2019-12-15
* avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer2019-12-15
* avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer2019-11-09
* avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer2019-10-29
* avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACSMichael Niedermayer2019-10-16
* avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EAMichael Niedermayer2019-10-16
* avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer2019-09-24
* avcodec/adpcm: reindent after last commitPaul B Mahol2019-07-26
* avcodec/adpcm: add support for 5.1 ADPCM MSPaul B Mahol2019-07-26
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* avcodec: add ADPCM AGM decoderPaul B Mahol2019-04-11
* avcodec/adpcm: use assert for codec id instead or error returnMichael Niedermayer2019-01-01
* adpcm: consume remainder after consuming XA chunksMisty De Meo2018-01-06
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-15
* avcodec/adpcm: clip step for ADPCM MTAF decoderPaul B Mahol2016-09-15