| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/xpmdec: Do not use context dimensions as temporary variables | Michael Niedermayer | 2019-06-25 | 1 | -2/+3 |
* | avcodec/xpmdec: define constants | Paul B Mahol | 2018-12-10 | 1 | -4/+8 |
* | avcodec/xpmdec: fix small artifacts | Paul B Mahol | 2018-12-10 | 1 | -2/+2 |
* | lavc/xpmdec: Allow more colours per character. | Carl Eugen Hoyos | 2018-12-10 | 1 | -3/+3 |
* | avcodec/xpmdec: Fix multiple pointer/memory issues | Michael Niedermayer | 2017-05-12 | 1 | -7/+30 |
* | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -1/+1 |
* | avcodec/xpmdec: there are XPM files with dos line endings | Paul B Mahol | 2017-03-13 | 1 | -1/+1 |
* | avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number() | Paul B Mahol | 2017-03-12 | 1 | -2/+2 |
* | avcodec/xpmdec: fix colors values which are different for X11 | Paul B Mahol | 2017-03-12 | 1 | -4/+4 |
* | avcodec/xpmdec: do not allow number of colors to be higher than allocated | Paul B Mahol | 2017-03-12 | 1 | -15/+8 |
* | avcodec/xpmdec: rename yet another function | Paul B Mahol | 2017-03-12 | 1 | -2/+2 |
* | avcodec/xpmdec: rename convert to hex_char_to_number | Paul B Mahol | 2017-03-12 | 1 | -22/+22 |
* | avcodec/xpmdec: improve comment for one function and also fix 2 identation is... | Paul B Mahol | 2017-03-12 | 1 | -6/+4 |
* | avcodec/xpmdec: skip everything before signature | Paul B Mahol | 2017-03-12 | 1 | -1/+4 |
* | avcodec/xpmdec: make convert function more picky about its input | Paul B Mahol | 2017-03-12 | 1 | -5/+6 |
* | avcodec: add XPM decoder and demuxer | Paras Chadha | 2017-03-12 | 1 | -0/+425 |