gstreamer/gst/goom
Tobias Mueller 6faeb75170 goom: Initialised variables to remove compiler warnings
goom_core.c: In function 'goom_update':
goom_core.c:685:5: error: 'param2' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline2, mode, param2, amplitude, couleur);
     ^
goom_core.c:684:5: error: 'param1' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, couleur);
     ^

https://bugzilla.gnome.org/show_bug.cgi?id=752053
2015-07-07 13:18:49 +03:00
..
.gitignore
config_param.c goom: Remove french comment saying to prefix functions 2014-04-27 21:57:38 -04:00
convolve_fx.c
drawmethods.c
drawmethods.h
filters.c goom: fix compilation on ios-arm7-10.9 and osx-x86_64 2014-04-28 00:24:16 +01:00
filters_mmx.s
flying_stars_fx.c
goom.h
goom.vcproj
goom_config.h
goom_config_param.h
goom_core.c goom: Initialised variables to remove compiler warnings 2015-07-07 13:18:49 +03:00
goom_filters.h
goom_fx.h
goom_graphic.h
goom_plugin_info.h
goom_tools.c
goom_tools.h
goom_typedefs.h
goom_visual_fx.h
goomsl_lex.l
goomsl_yacc.y
graphic.c
gstaudiovisualizer.c goom: clean dereferences of private structure 2015-06-07 19:24:20 +01:00
gstaudiovisualizer.h goom: rebase to use the audiovisualizer class 2015-06-02 17:47:57 +01:00
gstgoom.c goom: rebase to use the audiovisualizer class 2015-06-02 17:47:57 +01:00
gstgoom.h goom: rebase to use the audiovisualizer class 2015-06-02 17:47:57 +01:00
ifs.c goom: Clarified precedence between % and ? 2014-09-24 00:48:09 +01:00
ifs.h
lines.c
lines.h
Makefile.am goom: rebase to use the audiovisualizer class 2015-06-02 17:47:57 +01:00
mathtools.c
mathtools.h
mmx.c
mmx.h goom: Fix MMX assembly compilation with clang 2013-09-21 18:48:19 +02:00
motif_goom1.h
motif_goom2.h
plugin_info.c
ppc_drawings.h
ppc_drawings.s
ppc_zoom_ultimate.h
ppc_zoom_ultimate.s
README
sound_tester.c
sound_tester.h
surf3d.c
surf3d.h
surf3d.s
tentacle3d.c goom: Use fabs() instead of abs() to calculate the floating point absolute value 2014-05-19 11:24:06 +02: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 Orc for CPU
detection and GStreamer-specific ifdef's for architecture detection.

These files are not in use right now:
filters_mmx.s
goomsl*
surf3d.s