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
2021-04-28avcodec/adpcm_ima_apm: cosmeticsZane van Iperen
2021-04-28avcodec/adpcm_ima_apm: remove old extradata formatZane van Iperen
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-26avcodec/adpcm: Fixes output from Westwood ADPCM.Aidan Richmond
2021-04-25avcodec/adpcm: init from extradata before setting sample formatsZane van Iperen
2021-04-10avcodec/adpcm: refactor init/flush codeZane van Iperen
2021-03-25avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_ima_alp: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_argo: reset state on flushZane van Iperen
2021-03-25avcodec/adpcm_aica: reset state in flush callbackZane van Iperen
2021-03-25avcodec/adpcm_zork: reset state in flush callbackZane van Iperen
2021-03-25avcodec/adpcm: add comment to has_status fieldZane van Iperen
2021-03-19avcodec/adpcm_ima_cunning: reindentZane van Iperen
2021-03-19avcodec/adpcm_ima_cunning: support stereoZane van Iperen
2020-12-04avcodec/adpcm: Mark decoders as init-threadsafeAndreas Rheinhardt
2020-11-09avcodec/adpcm_ima_amv: document header formatZane van Iperen
2020-11-09avcodec/adpcm_ima_amv: use coded sample countZane van Iperen
2020-11-09avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen
2020-11-07Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen
2020-10-21avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at onceZane van Iperen
2020-10-20avcodec/adpcm: Check channels before use for ADPCM_PSXMichael Niedermayer
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-10-11avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSXMichael Niedermayer
2020-09-19avcodec/adpcm_{psx,argo}: add missing indentZane van Iperen
2020-09-19avcodec/adpcm_argo: support decoding multiple framesZane van Iperen
2020-09-12avcodec/adpcm: take into account block_align when decoding ADPCM_PSXPaul B Mahol
2020-09-03avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol
2020-08-07avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parametersZane van Iperen
2020-08-04avcodec/adpcm_argo: fix incorrect documentationZane van Iperen
2020-06-26avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen
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