173 Commits (ace87c19ed4c4882d7b9b3ce512c4c195e39a203)

Author SHA1 Message Date
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Anton Khirnov 01d376f598 rv10: check that extradata is large enough 12 years ago
Anton Khirnov bac8d38c0a rv10: return meaningful error codes. 12 years ago
Anton Khirnov 69f6f03cd1 rv10: cosmetics, reformat 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Anton Khirnov 605b047bcc rv10: improve buffer size check. 12 years ago
Anton Khirnov ca1fe6c0e6 h263: remove an unused parameter from ff_h263_decode_init_vlc 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Alex Converse 9243ec4a50 rv10/20: Fix slice overflow with checked bitstream reader. 13 years ago
Alex Converse 2f6528537f rv10/20: Fix a buffer overread caused by losing track of the remaining buffer size. 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 6c28d65754 rv: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Janne Grunau c3e10ae412 rv20: prevent calling ff_h263_decode_mba() with unset height/width 13 years ago
Janne Grunau 1d3a9e63e0 rv10: verify slice offsets against buffer size 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Laurent Aimar 4a29b47186 rv10: Reject slices that does not have the same type as the first one 13 years ago
Kostya Shishkov 331971116d rv10/20: tell decoder to use edge emulation 13 years ago
Kostya Shishkov 9791c02733 Saner RV1/2 initialisation and RV2 header parsing. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 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 688621d76b Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and 15 years ago
Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 15 years ago
Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
Michael Niedermayer e026902a62 Correct order of arguments for avcodec_check_dimensions(). 15 years ago