From: Wim Taymans Date: Mon, 8 Nov 2004 16:16:10 +0000 (+0000) Subject: gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy... X-Git-Tag: 1.19.3~511^2~13518 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=231e629d5c7679469d4ab00c3f7420398661789b;p=platform%2Fupstream%2Fgstreamer.git gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy quite a bit. Original commit message from CVS: * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), (gst_alpha_set_property), (gst_alpha_sink_link), (gst_alpha_set_ayuv), (gst_alpha_set_i420), (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420), (gst_alpha_init_params), (gst_alpha_chain): Implement alpha functions for AYUV too, this increases accuracy quite a bit. --- diff --git a/ChangeLog b/ChangeLog index 5409de390b..7926d93236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-11-08 Wim Taymans + + * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), + (gst_alpha_set_property), (gst_alpha_sink_link), + (gst_alpha_set_ayuv), (gst_alpha_set_i420), + (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420), + (gst_alpha_init_params), (gst_alpha_chain): + Implement alpha functions for AYUV too, this increases + accuracy quite a bit. + 2004-11-08 Wim Taymans * gst/ffmpegcolorspace/avcodec.h: