diff options
author | Gabriel Bouvigne <bouvigne@mp3-tech.org> | 2008-01-21 12:19:13 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-01-21 12:19:13 +0000 |
commit | 6b773560f630dadfc266a817eee984ba0838f6d0 (patch) | |
tree | ee92388421ec7cc6dfa065317c900e2aea147acf /ChangeLog | |
parent | 48d5d5e6ee8ba3931b81aaa0e00475ac039d1e08 (diff) | |
download | gst-plugins-bad-6b773560f630dadfc266a817eee984ba0838f6d0.tar.gz gst-plugins-bad-6b773560f630dadfc266a817eee984ba0838f6d0.tar.bz2 gst-plugins-bad-6b773560f630dadfc266a817eee984ba0838f6d0.zip |
gst/deinterlace/gstdeinterlace.*: Provide 4:2:2 support
Original commit message from CVS:
Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
(gst_deinterlace_init), (gst_deinterlace_set_caps),
(gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
(gst_deinterlace_get_property):
* gst/deinterlace/gstdeinterlace.h:
Provide 4:2:2 support
Also deinterlace chroma planes
Allow to turn on/off deinterlacing
Change of default thresholds, in order to provide acceptable results
with default params. Fixes #511001.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2008-01-21 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org> + + * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init), + (gst_deinterlace_init), (gst_deinterlace_set_caps), + (gst_deinterlace_transform_ip), (gst_deinterlace_set_property), + (gst_deinterlace_get_property): + * gst/deinterlace/gstdeinterlace.h: + Provide 4:2:2 support + Also deinterlace chroma planes + Allow to turn on/off deinterlacing + Change of default thresholds, in order to provide acceptable results + with default params. Fixes #511001. + 2008-01-21 Tim-Philipp Müller <tim at centricular dot net> * docs/plugins/gst-plugins-bad-plugins-sections.txt: |