gst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respectful.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 8 Nov 2004 15:18:14 +0000 (15:18 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 8 Nov 2004 15:18:14 +0000 (15:18 +0000)
commit71fbda134d843958c33fb926eea1bb25ce4bb36f
treed1b0db528471fe40fd737f7e3ed8ad7f9613d1f5
parent6326cea3742bc2913e1b986c97415753d2f698d1
gst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respectful.

Original commit message from CVS:
* gst/ffmpegcolorspace/avcodec.h:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
(gst_ffmpegcsp_avpicture_fill):
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_caps_remove_format_info):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
(shrink12), (img_get_alpha_info), (deinterlace_line),
(deinterlace_line_inplace):
* gst/ffmpegcolorspace/imgconvert_template.h:
Added AYUV colorspace and handle RGBA a bit more respectful.
ChangeLog