66 Commits (08909fb56b4f50ed82534a9e56c56ad02d72a45e)

Author SHA1 Message Date
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
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Baptiste Coudurier 0cf0c5bfa8 dxa decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 2cc7c6555a const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago