summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer2019-09-241-0/+4
* avcodec/adpcm: reindent after last commitPaul B Mahol2019-07-261-30/+30
* avcodec/adpcm: add support for 5.1 ADPCM MSPaul B Mahol2019-07-261-1/+30
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-4/+4
* avcodec: add ADPCM AGM decoderPaul B Mahol2019-04-111-0/+58
* avcodec/adpcm: use assert for codec id instead or error returnMichael Niedermayer2019-01-011-1/+1
* adpcm: consume remainder after consuming XA chunksMisty De Meo2018-01-061-0/+7
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-151-1/+1
* avcodec/adpcm: clip step for ADPCM MTAF decoderPaul B Mahol2016-09-151-2/+2
* avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer2016-08-211-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec: add adpcm MTAF decoderPaul B Mahol2016-05-211-0/+41
* | avcodec/adpcm: pick correct step_index for IMA AMVPaul B Mahol2016-05-191-2/+2
* | avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAVPaul B Mahol2016-05-041-3/+11
* | avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol2016-05-041-12/+12
* | avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-051-0/+16
* | avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-291-0/+18
* | avcodec: extend long decription for adpcm psx codecPaul B Mahol2015-10-231-1/+1
* | avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol2015-10-181-0/+3
* | avcodec: add ADPCM PSX decoderPaul B Mahol2015-10-161-0/+40
* | ADPCM: Bump THP channel limit to 14Rodger Combs2015-09-121-3/+3
* | avcodec/adpcm: Check init_get_bits8() for failureMichael Niedermayer2015-09-041-1/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | lavc/adpcm: THP: set approx_nb_samples correctlyRodger Combs2015-06-281-4/+2
* | lavc+doc: adjust names to reflect ADPCM THP not being GameCube-onlyRodger Combs2015-06-251-2/+2
* | lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs2015-06-211-4/+17
* | lavc/adpcm: THP: fix indentationRodger Combs2015-06-211-8/+8
* | lavc/adpcm: THP: allow channel counts up to 10Rodger Combs2015-06-201-3/+5
* | lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs2015-06-201-4/+10
* | lavc: add little-endian ADPCM_THP decoderRodger Combs2015-06-201-6/+19