summaryrefslogtreecommitdiffstats
path: root/libavcodec/xpmdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud