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
2022-09-24avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2021-09-05avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-06-25avcodec/xpmdec: Do not use context dimensions as temporary variablesMichael Niedermayer
2018-12-10avcodec/xpmdec: define constantsPaul B Mahol
2018-12-10avcodec/xpmdec: fix small artifactsPaul B Mahol
2018-12-10lavc/xpmdec: Allow more colours per character.Carl Eugen Hoyos
2017-05-13avcodec/xpmdec: Fix multiple pointer/memory issuesMichael Niedermayer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-03-13avcodec/xpmdec: there are XPM files with dos line endingsPaul B Mahol
2017-03-13avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number()Paul B Mahol
2017-03-13avcodec/xpmdec: fix colors values which are different for X11Paul B Mahol
2017-03-13avcodec/xpmdec: do not allow number of colors to be higher than allocatedPaul B Mahol
2017-03-13avcodec/xpmdec: rename yet another functionPaul B Mahol
2017-03-13avcodec/xpmdec: rename convert to hex_char_to_numberPaul B Mahol
2017-03-13avcodec/xpmdec: improve comment for one function and also fix 2 identation is...Paul B Mahol
2017-03-12avcodec/xpmdec: skip everything before signaturePaul B Mahol
2017-03-12avcodec/xpmdec: make convert function more picky about its inputPaul B Mahol
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha