summaryrefslogtreecommitdiff
path: root/libavcodec/rv20enc.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\
| * lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-20
|\|
| * mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
| * rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-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
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-31
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03