diff options
author | Sebastian Keller <sebastian-keller@gmx.de> | 2008-05-29 11:30:16 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-29 11:30:16 +0000 |
commit | 4ffab084be68d64390a46829edc602ed8725635a (patch) | |
tree | 404a0e7a8570277d2f02ce19e7548684ef01fe1f /ChangeLog | |
parent | b47679bd95b6d45454b52c487521b0e71db481a5 (diff) |
gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too bright for us to do meaningfull color dete...
Original commit message from CVS:
Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
* gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
(gst_alpha_set_property), (gst_alpha_get_property),
(gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
Try to skip pixels or areas that are too dark or too bright for us to do
meaningfull color detection.
Added properties to control the sensitivity to light and darkness.
Added some small cleanups. Fixes #512345.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk> + + Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de> + + * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init), + (gst_alpha_set_property), (gst_alpha_get_property), + (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420): + Try to skip pixels or areas that are too dark or too bright for us to do + meaningfull color detection. + Added properties to control the sensitivity to light and darkness. + Added some small cleanups. Fixes #512345. + 2008-05-28 Jan Schmidt <jan.schmidt@sun.com> * docs/plugins/.cvsignore: |