| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec/xpmdec: Check size before allocation to avoid truncation | Michael Niedermayer | 2023-02-23 | 1 | -0/+3 |
* | avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM | Paul B Mahol | 2022-09-24 | 1 | -0/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+7 |
* | avcodec/xpmdec: Move allocations down after more error checks | Michael Niedermayer | 2021-09-05 | 1 | -7/+7 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | 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 |