summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv10.c
Commit message (Expand)AuthorAgeFilesLines
* rv10: check that extradata is large enoughAnton Khirnov2013-04-171-0/+5
* rv10: return meaningful error codes.Anton Khirnov2013-04-171-26/+26
* rv10: cosmetics, reformatAnton Khirnov2013-04-171-265/+273
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+7
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-4/+4
* rv10: improve buffer size check.Anton Khirnov2013-02-061-2/+6
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-061-1/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-6/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* Remove lowres video decodingMans Rullgard2012-04-211-4/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-7/+7
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-15/+23
* rv10/20: Fix slice overflow with checked bitstream reader.Alex Converse2012-03-021-7/+21
* rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...Alex Converse2012-03-021-1/+5
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-2/+2
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-9/+9
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau2012-01-251-1/+2
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-241-1/+8
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-1/+1
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-1/+1
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-191-0/+5
* rv10/20: tell decoder to use edge emulationKostya Shishkov2011-08-171-0/+1
* Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-081-57/+45
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-18/+16
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-13/+13
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-17/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-5/+5
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-311-0/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-011-4/+4
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-011-4/+16
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-231-1/+1
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-231-2/+3
OpenPOWER on IntegriCloud