Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v210enc: clip values according to specifications | Baptiste Coudurier | 2011-09-07 | 1 | -6/+8 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | v210enc: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -11/+9 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+6 |
| | | | | It's more readable and less prone to breakage. | ||||
* | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | 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 | 1 | -1/+1 |
| | | | | | | | 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, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
| | | | | | | 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 Polla | 2009-09-12 | 1 | -1/+1 |
| | | | | 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öffinger | 2009-09-06 | 1 | -1/+1 |
| | | | | | | 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 cosmetics | Diego Biurrun | 2009-09-05 | 1 | -4/+5 |
| | | | | 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 Hoyos | 2009-06-27 | 1 | -1/+1 |
| | | | | | | enumerated type mixed with another type Originally committed as revision 19283 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -3/+3 |
| | | | | Originally committed as revision 18806 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | V210 Uncompressed 4:2:2 10-bit encoder and decoder | Baptiste Coudurier | 2009-05-12 | 1 | -0/+129 |
Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk |