gstreamer/gst/videofilter
Mark Nauwelaerts 18f3209f29 gst/videofilter/: Port gamma filter to 0.10. Fixes #412704.
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet be>
* gst/videofilter/Makefile.am:
* gst/videofilter/gstgamma.c: (gst_gamma_base_init),
(gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
(gst_gamma_get_property), (gst_gamma_calculate_tables),
(oil_tablelookup_u8), (gst_gamma_set_caps),
(gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
Port gamma filter to 0.10. Fixes #412704.
* tests/check/Makefile.am:
* tests/check/elements/videofilter.c: (setup_filter),
(cleanup_filter), (check_filter), (GST_START_TEST),
(videobalance_suite), (videoflip_suite), (gamma_suite), (main):
Add unit tests for videofilters.
2007-02-28 10:17:15 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gamma.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstgamma.c gst/videofilter/: Port gamma filter to 0.10. Fixes #412704. 2007-02-28 10:17:15 +00:00
gstvideobalance.c Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:39:46 +00:00
gstvideobalance.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gstvideoflip.c Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. 2006-06-22 19:31:04 +00:00
gstvideoflip.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gstvideotemplate.c More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am gst/videofilter/: Port gamma filter to 0.10. Fixes #412704. 2007-02-28 10:17:15 +00:00
videobalance.vcproj more working plugins 2004-07-27 21:41:30 +00:00
videofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
videoflip.vcproj more working plugins 2004-07-27 21:41:30 +00:00