Baptiste Coudurier
|
635bbecfc3
|
v210enc: clip values according to specifications
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Baptiste Coudurier
|
d239b83e2e
|
v210enc: switch to PIX_FMT_422P10
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Anton Khirnov
|
ec6402b7c5
|
lavc: use designated initialisers for all codecs.
It's more readable and less prone to breakage.
|
13 years ago |
Diego Biurrun
|
dc25d79f49
|
Drop unnecessary directory prefixes from #include directives.
|
14 years ago |
Stefano Sabatini
|
975a1447f7
|
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Diego Elio Pettenò
|
d36beb3f69
|
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Stefano Sabatini
|
72415b2adb
|
Define AVMediaType enum, and use it instead of enum CodecType, which
is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Ramiro Polla
|
e20b196da1
|
Remove ; after while(0) in macros.
Originally committed as revision 19828 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Reimar Döffinger
|
2ba8301769
|
Mark all pix_fmts and supported_framerates compound literals as const.
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
|
15 years ago |
Diego Biurrun
|
d87d5025aa
|
prettyprinting cosmetics
Originally committed as revision 19767 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Carl Eugen Hoyos
|
a10de6dc4b
|
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:
enumerated type mixed with another type
Originally committed as revision 19283 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Baptiste Coudurier
|
520ca5032a
|
add casts to silence gcc warnings
Originally committed as revision 18806 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Baptiste Coudurier
|
ca0bb1c49c
|
V210 Uncompressed 4:2:2 10-bit encoder and decoder
Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |