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-06-07avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer
2020-05-13avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer
2020-05-11avcodec/adpcm: Clip predictor for IMA_APMMichael Niedermayer
2020-04-24avcodec: add support for Cunning Developments' ADPCMZane van Iperen
2020-04-20avcodec/adpcm: update get_nb_samples() docZane van Iperen
2020-04-20avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()Zane van Iperen
2020-04-11avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()Zane van Iperen
2020-03-17avcodec: add ADPCM IMA MTF decoderPaul B Mahol
2020-03-12avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer
2020-03-09avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen
2020-03-03avcodec/adpcm: Clip step index for ADPCM_IMA_APMMichael Niedermayer
2020-02-21avcodec/adpcm: cosmetics; reindentPaul B Mahol
2020-02-21avcodec: add decoder for Rayman 2's ADPCM variantZane van Iperen
2020-02-16avcodec: fix pcm zork decoderPaul B Mahol
2020-02-06avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen
2020-02-02avcodec/adpcm_argo: simplify and move duplicated logic into a functionZane van Iperen
2020-01-26avcodec: add decoder for argonaut games' adpcm codecZane van Iperen
2020-01-21avcodec/adpcm: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-01-12avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer
2019-12-15avcodec/adpcm: Clip predictor for APCMichael Niedermayer
2019-12-15avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer
2019-11-09avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer
2019-10-29avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer
2019-10-16avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACSMichael Niedermayer
2019-10-16avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EAMichael Niedermayer
2019-09-24avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer
2019-07-26avcodec/adpcm: reindent after last commitPaul B Mahol
2019-07-26avcodec/adpcm: add support for 5.1 ADPCM MSPaul B Mahol
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