summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* 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
* avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer2016-08-21
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec: add adpcm MTAF decoderPaul B Mahol2016-05-21
* | avcodec/adpcm: pick correct step_index for IMA AMVPaul B Mahol2016-05-19
* | avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAVPaul B Mahol2016-05-04
* | avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol2016-05-04
* | avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-05
* | avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-29
* | avcodec: extend long decription for adpcm psx codecPaul B Mahol2015-10-23
* | avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol2015-10-18
* | avcodec: add ADPCM PSX decoderPaul B Mahol2015-10-16
* | ADPCM: Bump THP channel limit to 14Rodger Combs2015-09-12