83 Commits (3fe98db7bbe7132a5d0893597ed5d68923902965)

Author SHA1 Message Date
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 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
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 1dab5699ca avcodec/dxa: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6d80189486 avcodec/dxa: Cleanup generically after init failure 4 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e70312dfc2 avcodec/dxa: check dimensions 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 5a5c1b2442 avcodec/dxa: check for overread in decode_13() 11 years ago
Michael Niedermayer f6c95f4f8c avcodec/dxa: add padding to decomp_buf 11 years ago
Anton Khirnov 2d2a92f721 dxa: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 0a141b0e49 avcodec/dxa: Support printing picture debug info 11 years ago
Janne Grunau c34a96a5dd dxa: fix decoding of first I-frame by separating I/P-frame decoding 11 years ago
Michael Niedermayer 9640ea1da4 dxa: fix support of decoding all frames even in the absence of references 11 years ago
Michael Niedermayer 186e47ef6d dxa: only fail with an error about reference frames if the reference frame would be used 11 years ago
Luca Barbato 5ef7c84a93 dxa: Make sure the reference frame exists 11 years ago
Paul B Mahol 19436308b4 dxa: make code independent of sizeof(AVFrame) 12 years ago
Michael Niedermayer ead590c256 dxa: check vectors of 2x2 motion blocks 12 years ago
Michael Niedermayer f96e0eb238 dxa: check vectors of 4x4 motion blocks 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov edb2426b75 dxa: return meaningful error codes. 12 years ago
Paul B Mahol 586c2528a0 dxa: port to bytestream2 API 12 years ago
Paul B Mahol 9f66531d46 lavc/dxa: return meaningful error codes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 7205e896a1 dxa: check reference frame availability before use. 12 years ago
Michael Niedermayer 12eb2fd539 dxa: dont try to use the previous frame if there is none. 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol 702985b8b7 dxa: remove useless code 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Carl Eugen Hoyos 1567243e8f Set ScummVM DXA palette opaque. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago