Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20libavcodec: Reduce the size of some arraysAndreas Rheinhardt
2019-04-11avcodec: add ADPCM AGM decoderPaul B Mahol
2019-01-01avcodec/adpcm: use assert for codec id instead or error returnMichael Niedermayer
2018-01-06adpcm: consume remainder after consuming XA chunksMisty De Meo
2017-02-15adpcm: fix clipping for yamahaPaul B Mahol
2016-09-15avcodec/adpcm: clip step for ADPCM MTAF decoderPaul B Mahol
2016-08-21avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-21avcodec: add adpcm MTAF decoderPaul B Mahol
2016-05-20avcodec/adpcm: pick correct step_index for IMA AMVPaul B Mahol
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-04avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAVPaul B Mahol
2016-05-04avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol
2016-04-05avcodec: add adpcm dat4 decoderPaul B Mahol
2015-10-29avcodec: add ADPCM AICA decoderPaul B Mahol
2015-10-23avcodec: extend long decription for adpcm psx codecPaul B Mahol
2015-10-18avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
2015-09-12ADPCM: Bump THP channel limit to 14Rodger Combs
2015-09-04avcodec/adpcm: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-28lavc/adpcm: THP: set approx_nb_samples correctlyRodger Combs
2015-06-25lavc+doc: adjust names to reflect ADPCM THP not being GameCube-onlyRodger Combs
2015-06-21lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs
2015-06-21lavc/adpcm: THP: fix indentationRodger Combs
2015-06-20lavc/adpcm: THP: allow channel counts up to 10Rodger Combs
2015-06-20lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs
2015-06-20lavc: add little-endian ADPCM_THP decoderRodger Combs
2015-06-04avcodec/adpcm: Check for overreadsMichael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-18adpcm: use av_clip_intp2()James Almer
2015-02-21avcodec/adpcm: use av_clip_intp2()Michael Niedermayer
2014-12-18avcodec/adpcm: Check ideltaMichael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-20avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16pJon Morley
2014-03-31avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C...Peter Ross
2014-03-15avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundaryPeter Ross
2014-03-14avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_...Peter Ross
2014-01-15avcodec/adpcm: fix sample count for stereo SBPRO3Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-09adpcm: Write the correct number of samples for ima-dk4Luca Barbato
2013-07-05ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol
2013-05-10ADPCM IMA Radical decoderJames Almer
2013-05-10adpcm_thp: Allow the use of extradata for the adpcm tableJames Almer
2013-05-10ADPCM DTK decoderJames Almer
2013-04-25lavc: remove unused put_bits.h headersPaul B Mahol
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun