Age | Commit message (Expand) | Author |
2013-09-19 | rv10: Validate the dimensions set from the container | Martin Storsjö |
2013-05-16 | Remove commented-out debug #define cruft | Diego Biurrun |
2013-04-17 | rv10: check that extradata is large enough | Anton Khirnov |
2013-04-17 | rv10: return meaningful error codes. | Anton Khirnov |
2013-04-17 | rv10: cosmetics, reformat | Anton Khirnov |
2013-03-13 | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-03-07 | Add missing error_resilience includes to files that use ER | Diego Biurrun |
2013-02-26 | Remove unnecessary dsputil.h #includes | Diego Biurrun |
2013-02-15 | error_resilience: decouple ER from MpegEncContext | Anton Khirnov |
2013-02-06 | rv10: improve buffer size check. | Anton Khirnov |
2013-02-06 | h263: remove an unused parameter from ff_h263_decode_init_vlc | Anton Khirnov |
2012-12-21 | miscellaneous typo fixes | Diego Biurrun |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-10-01 | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-21 | Remove lowres video decoding | Mans Rullgard |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-04 | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov |
2012-03-02 | rv10/20: Fix slice overflow with checked bitstream reader. | Alex Converse |
2012-03-02 | rv10/20: Fix a buffer overread caused by losing track of the remaining buffer... | Alex Converse |
2012-03-01 | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun |
2012-02-15 | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö |
2012-02-15 | rv: Add ff_ prefix to nonstatic symbols | Martin Storsjö |
2012-02-15 | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö |
2012-01-25 | rv20: prevent calling ff_h263_decode_mba() with unset height/width | Janne Grunau |
2012-01-24 | rv10: verify slice offsets against buffer size | Janne Grunau |
2011-12-13 | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato |
2011-12-13 | error_resilience: use the ER_ namespace | Luca Barbato |
2011-09-19 | rv10: Reject slices that does not have the same type as the first one | Laurent Aimar |
2011-08-17 | rv10/20: tell decoder to use edge emulation | Kostya Shishkov |
2011-08-08 | Saner RV1/2 initialisation and RV2 header parsing. | Kostya Shishkov |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-29 | Remove some disabled printf debug cruft. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-07-07 | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-31 | Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and | Reimar Döffinger |
2010-01-09 | Split H263 encoder and decoder from common code. | Michael Niedermayer |
2009-12-01 | Store original width/height so that rv20 does not get stuck with some | Michael Niedermayer |
2009-12-01 | Make rv1/2 decoder use the next slice if needed. | Michael Niedermayer |