summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-0/+1
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-081-0/+1
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+5
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-2/+2
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-9/+9
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-0/+1
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-201-6/+7
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-3/+3
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-2/+8
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+3
* rv10: K&R formatting cosmeticsKeiji Costantini2014-03-081-44/+63
* rv10: Forward error from rv10_decode_packetKeiji Costantini2014-03-081-1/+4
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-1/+0
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-0/+1
* rv10: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+6
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* rv10: Validate the dimensions set from the containerMartin Storsjö2013-09-191-0/+3
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* 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