27 Commits (20cacfe4936a8d5b643421b5ca93bb098f6b76dd)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Michael Niedermayer 95f0f84dae
avcodec/xpmdec: Check size before allocation to avoid truncation 2 years ago
Paul B Mahol 3e49c1e07a avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Michael Niedermayer e58692837c avcodec/xpmdec: Move allocations down after more error checks 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 5ea7f20500 avcodec/xpmdec: Do not use context dimensions as temporary variables 6 years ago
Paul B Mahol 03beac5b97 avcodec/xpmdec: define constants 6 years ago
Paul B Mahol 00502370f6 avcodec/xpmdec: fix small artifacts 6 years ago
Carl Eugen Hoyos fe300b2ab5 lavc/xpmdec: Allow more colours per character. 6 years ago
Michael Niedermayer cb243972b1 avcodec/xpmdec: Fix multiple pointer/memory issues 8 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
Paul B Mahol fbfbd97be2 avcodec/xpmdec: there are XPM files with dos line endings 8 years ago
Paul B Mahol 58f0bbc1ea avcodec/xpmdec: avoid "magic" numbers in function hex_char_to_number() 8 years ago
Paul B Mahol dd0090eb21 avcodec/xpmdec: fix colors values which are different for X11 8 years ago
Paul B Mahol 2b790b1c9e avcodec/xpmdec: do not allow number of colors to be higher than allocated 8 years ago
Paul B Mahol fbc1f323db avcodec/xpmdec: rename yet another function 8 years ago
Paul B Mahol 9d7e71a233 avcodec/xpmdec: rename convert to hex_char_to_number 8 years ago
Paul B Mahol 7133ab435a avcodec/xpmdec: improve comment for one function and also fix 2 identation issues 8 years ago
Paul B Mahol e73325b971 avcodec/xpmdec: skip everything before signature 8 years ago
Paul B Mahol eda78c8b7f avcodec/xpmdec: make convert function more picky about its input 8 years ago
Paras Chadha 5dab7b91ad avcodec: add XPM decoder and demuxer 8 years ago