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
2020-07-02avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-01avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer
2020-07-01avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer
2020-07-01avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer
2020-07-01avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer
2020-07-01avcodec/adpcm: Clip predictor for APCMichael Niedermayer
2020-07-01avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer
2019-11-11avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer
2019-11-11avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer
2019-11-11avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACSMichael Niedermayer
2019-11-11avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EAMichael Niedermayer
2019-11-11avcodec/adpcm: Check number of channels for MTAFMichael 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