summaryrefslogtreecommitdiff
path: root/libavcodec/rv10enc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: Expand macroVittorio Giovara2015-06-12
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-12
* rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-05
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03