summaryrefslogtreecommitdiff
path: root/libavcodec/xpmdec.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-09-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/xpmdec: Do not use context dimensions as temporary variablesMichael Niedermayer2019-06-25
* avcodec/xpmdec: define constantsPaul B Mahol2018-12-10
* avcodec/xpmdec: fix small artifactsPaul B Mahol2018-12-10
* lavc/xpmdec: Allow more colours per character.Carl Eugen Hoyos2018-12-10
* avcodec/xpmdec: Fix multiple pointer/memory issuesMichael Niedermayer2017-05-12
* avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* avcodec/xpmdec: there are XPM files with dos line endingsPaul B Mahol2017-03-13
* avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number()Paul B Mahol2017-03-12
* avcodec/xpmdec: fix colors values which are different for X11Paul B Mahol2017-03-12
* avcodec/xpmdec: do not allow number of colors to be higher than allocatedPaul B Mahol2017-03-12
* avcodec/xpmdec: rename yet another functionPaul B Mahol2017-03-12
* avcodec/xpmdec: rename convert to hex_char_to_numberPaul B Mahol2017-03-12
* avcodec/xpmdec: improve comment for one function and also fix 2 identation is...Paul B Mahol2017-03-12
* avcodec/xpmdec: skip everything before signaturePaul B Mahol2017-03-12
* avcodec/xpmdec: make convert function more picky about its inputPaul B Mahol2017-03-12
* avcodec: add XPM decoder and demuxerParas Chadha2017-03-12