gstreamer/gst/goom
Michael Smith 90fdf92640 gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed.
Original commit message from CVS:
* gst/goom/convolve_fx.c:
* gst/goom/filters.c:
* gst/goom/goom_config.h:
* gst/goom/goom_core.c:
* gst/goom/goom_tools.h:
Fix build with MSVC: include glib.h to define inline appropriately,
use header guards where needed.
* gst/udp/gstudpnetutils.c:
* gst/udp/gstudpsrc.c:
Fix build with MSVC: use WSA* constants/functions where appropriate, use
g_snprintf rather than snprintf.
Fixes #544433.
2008-07-23 22:01:20 +00:00
..
config_param.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
convolve_fx.c gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. 2008-07-23 22:01:20 +00:00
drawmethods.c
drawmethods.h
filters.c gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. 2008-07-23 22:01:20 +00:00
filters_mmx.s
flying_stars_fx.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
goom.h
goom.vcproj
goom_config.h gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. 2008-07-23 22:01:20 +00:00
goom_config_param.h gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
goom_core.c gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. 2008-07-23 22:01:20 +00:00
goom_filters.h
goom_fx.h
goom_graphic.h
goom_plugin_info.h gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
goom_tools.c
goom_tools.h gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. 2008-07-23 22:01:20 +00:00
goom_typedefs.h
goom_visual_fx.h
goomsl_lex.l
goomsl_yacc.y
graphic.c
gstgoom.c Add goom2k1 into the docs. 2008-05-11 14:43:26 +00:00
gstgoom.h
ifs.c
ifs.h
lines.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
lines.h
Makefile.am
mathtools.c
mathtools.h
mmx.c
mmx.h
motif_goom1.h
motif_goom2.h
plugin_info.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
ppc_drawings.h
ppc_drawings.s
ppc_zoom_ultimate.h
ppc_zoom_ultimate.s
README
sound_tester.c
sound_tester.h
surf3d.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
surf3d.h gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
surf3d.s
tentacle3d.c gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. 2008-04-22 00:18:52 +00:00
tentacle3d.h
v3d.c
v3d.h
xmmx.c
xmmx.h

The Goom plugin is based on the Goom visualization code from
the Goom homepage found at: 
http://ios.free.fr/?page=projet&quoi=1 

Like the original library so is the Goom plugin available under the LGPL license

This is based on goom2k4 with changes to plugin_info.c and mmx.h to use liboil for CPU
detection and GStreamer-specific ifdef's for architecture detection.