summaryrefslogtreecommitdiff
path: root/libavcodec/xpmdec.c
Commit message (Expand)AuthorAge
* 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