summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.c
Commit message (Collapse)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| | | | It's more readable and less prone to breakage.
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
|
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
| | | | Originally committed as revision 19828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
| | | | | | Makes no difference for gcc but at least icc can put them in .rodata then. Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2009-09-05
| | | | Originally committed as revision 19767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
| | | | | | enumerated type mixed with another type Originally committed as revision 19283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk