98 Commits (5e8b05345243cdec3ca01116ce130da812ffed3d)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 1f5c7781e6 avcodec/zmbv: Check len before reading in decode_frame() 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 0d61f26001 zmbvdec: Check the buffer size for uncompressed data 11 years ago
Paul B Mahol 2786ac777d zmbv: use av_image_copy_plane() 11 years ago
Paul B Mahol 0909f3edbd zmbv: return meaningful error code 11 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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
Carl Eugen Hoyos b45e85ab7e Make 32bit zmbv colour-space opaque. 12 years ago
Paul B Mahol d7f9f34dc6 zmbv: stop doing colorspace conversion 12 years ago
Luca Barbato c1d1ef4ecd zmbv: Reset the decoder on keyframe errors 12 years ago
Anton Khirnov aaf208329f zmbv: return more meaningful error codes. 12 years ago
Anton Khirnov 8adfacff5c zmbv: remove some pointless comments and empty lines 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 e31b1938ac zmbv: avoid use of uninitialized data 12 years ago
Michael Niedermayer 44c23aa1b8 zmbvdec: check decompression buffer size. 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
Michael Niedermayer a2cd13f04f zmbv: Fix warning about discarded qualifier 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Kostya Shishkov bb39bd195a zmbv: check decompress result 13 years ago
Kostya Shishkov afc2263bcc zmbv: correct indentation 13 years ago
Michael Niedermayer f57ab7ed37 zmbv: remove unused variable 13 years ago
Paul B Mahol 8ca8e4a846 zmbv: Employ more meaningful return values. 13 years ago
Janne Grunau cb0b284381 zmbv: check av_realloc() return values and avoid memleaks on ENOMEM 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Nathan Adil Maxson 8f8c785ffc zmbv.c: coding style clean-up. 13 years ago
Michael Niedermayer 8bd2b27f6b zmbv: fix 2 memleaks 13 years ago
Michael Niedermayer 3eb6e14618 zmbv: Fix keyframe fault protextion. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Mans Rullgard 282847ba80 zmbv: remove memcpy() of decoded frame 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
Eli Friedman e0b855f621 Remove a useless variable in zmbv decoder. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Reinhard Tartler 2819760b5c Avoid division by zero 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 6d3530ce2b zmbv decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago