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