summaryrefslogtreecommitdiff
path: root/libavcodec/xpmdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/xpmdec: Check size before allocation to avoid truncationMichael Niedermayer2023-04-151-0/+3
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-10-061-7/+7
* 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