gstreamer/gst/videofilter
David Schleef ff90d39556 Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!).
Original commit message from CVS:
Convert a few inner loops to use liboil.  This is currently
optional, and is only enabled if liboil is present (duh!).
* configure.ac: Check for liboil-0.1
* gst/intfloat/Makefile.am:
* gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
(gst_int2float_chain_gint16):
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
(tablelookup_u8), (gst_videobalance_planar411):
* gst/videotestsrc/Makefile.am:
* gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
* gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
(paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
(paint_hline_RGB565), (paint_hline_xRGB1555):
2004-02-12 07:37:50 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:02 +00:00
gstgamma.c New gamma filter 2004-01-11 21:52:10 +00:00
gstvideobalance.c Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!). 2004-02-12 07:37:50 +00:00
gstvideobalance.h gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster. 2004-01-25 11:17:11 +00:00
gstvideofilter.c Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). 2004-01-12 03:40:18 +00:00
gstvideofilter.h Negotiation fixes. 2003-12-31 08:02:04 +00:00
gstvideoflip.c remove copyright field from plugins 2003-12-04 10:37:38 +00:00
gstvideoflip.h much cleanup hacking made possible by plugin changes 2003-11-08 02:52:41 +00:00
gstvideotemplate.c Convert make_filter to sh. Add make_filter's id to the output 2004-01-07 21:07:12 +00:00
make_filter Fix the regular expressions and quote properly 2004-01-07 21:33:01 +00:00
Makefile.am Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!). 2004-02-12 07:37:50 +00:00