mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
4e11c34300
Original commit message from CVS: * gst/goom/config_param.c: (goom_plugin_parameters_free): * gst/goom/convolve_fx.c: (convolve_init), (convolve_free): * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free): * gst/goom/flying_stars_fx.c: (fs_free): * gst/goom/goom_config_param.h: * gst/goom/goom_core.c: (goom_init), (goom_close): * gst/goom/goom_plugin_info.h: * gst/goom/gstgoom.c: (gst_goom_finalize): * gst/goom/lines.c: (goom_lines_free): * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free): * gst/goom/surf3d.c: (grid3d_free): * gst/goom/surf3d.h: * gst/goom/tentacle3d.c: (tentacle_free): Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. Fixes: #529268 |
||
---|---|---|
.. | ||
config_param.c | ||
convolve_fx.c | ||
drawmethods.c | ||
drawmethods.h | ||
filters.c | ||
filters_mmx.s | ||
flying_stars_fx.c | ||
goom.h | ||
goom.vcproj | ||
goom_config.h | ||
goom_config_param.h | ||
goom_core.c | ||
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 | ||
gstgoom.c | ||
gstgoom.h | ||
ifs.c | ||
ifs.h | ||
lines.c | ||
lines.h | ||
Makefile.am | ||
mathtools.c | ||
mathtools.h | ||
mmx.c | ||
mmx.h | ||
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 | ||
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.