summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* 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
* | avcodec/adpcm: Check init_get_bits8() for failureMichael Niedermayer2015-09-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | lavc/adpcm: THP: set approx_nb_samples correctlyRodger Combs2015-06-28
* | lavc+doc: adjust names to reflect ADPCM THP not being GameCube-onlyRodger Combs2015-06-25
* | lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs2015-06-21
* | lavc/adpcm: THP: fix indentationRodger Combs2015-06-21
* | lavc/adpcm: THP: allow channel counts up to 10Rodger Combs2015-06-20
* | lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs2015-06-20
* | lavc: add little-endian ADPCM_THP decoderRodger Combs2015-06-20
* | avcodec/adpcm: Check for overreadsMichael Niedermayer2015-06-04
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-21
* | adpcm: use av_clip_intp2()James Almer2015-04-18
* | avcodec/adpcm: use av_clip_intp2()Michael Niedermayer2015-02-21
* | avcodec/adpcm: Check ideltaMichael Niedermayer2014-12-18
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16pJon Morley2014-08-19
* | avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C...Peter Ross2014-03-31
* | avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundaryPeter Ross2014-03-15
* | avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_...Peter Ross2014-03-14
* | avcodec/adpcm: fix sample count for stereo SBPRO3Michael Niedermayer2014-01-15
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * adpcm: Write the correct number of samples for ima-dk4Luca Barbato2013-07-09
* | ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol2013-07-05
* | ADPCM IMA Radical decoderJames Almer2013-05-10
* | adpcm_thp: Allow the use of extradata for the adpcm tableJames Almer2013-05-10
* | ADPCM DTK decoderJames Almer2013-05-10
* | lavc: remove unused put_bits.h headersPaul B Mahol2013-04-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13