summaryrefslogtreecommitdiff
path: root/libavcodec/xpmdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-02-231-0/+3
* avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-241-0/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+7
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-09-051-7/+7
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/xpmdec: Do not use context dimensions as temporary variablesMichael Niedermayer2019-06-251-2/+3
* avcodec/xpmdec: define constantsPaul B Mahol2018-12-101-4/+8
* avcodec/xpmdec: fix small artifactsPaul B Mahol2018-12-101-2/+2
* lavc/xpmdec: Allow more colours per character.Carl Eugen Hoyos2018-12-101-3/+3
* avcodec/xpmdec: Fix multiple pointer/memory issuesMichael Niedermayer2017-05-121-7/+30
* avcodec: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* avcodec/xpmdec: there are XPM files with dos line endingsPaul B Mahol2017-03-131-1/+1
* avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number()Paul B Mahol2017-03-121-2/+2
* avcodec/xpmdec: fix colors values which are different for X11Paul B Mahol2017-03-121-4/+4
* avcodec/xpmdec: do not allow number of colors to be higher than allocatedPaul B Mahol2017-03-121-15/+8
* avcodec/xpmdec: rename yet another functionPaul B Mahol2017-03-121-2/+2
* avcodec/xpmdec: rename convert to hex_char_to_numberPaul B Mahol2017-03-121-22/+22
* avcodec/xpmdec: improve comment for one function and also fix 2 identation is...Paul B Mahol2017-03-121-6/+4
* avcodec/xpmdec: skip everything before signaturePaul B Mahol2017-03-121-1/+4
* avcodec/xpmdec: make convert function more picky about its inputPaul B Mahol2017-03-121-5/+6
* avcodec: add XPM decoder and demuxerParas Chadha2017-03-121-0/+425