gstreamer/gst/goom
Jan Schmidt 07c1dceae0 gst/goom/: Make goom reentrant by moving all important static variables into instance structures.
Original commit message from CVS:
* gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
(setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
(zoomFilterSetResolution), (zoomFilterDestroy),
(zoomFilterFastRGB), (pointFilter):
* gst/goom/filters.h:
* gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
(goom_update), (goom_close):
* gst/goom/goom_core.h:
* gst/goom/goom_tools.h:
* gst/goom/graphic.c:
* gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
(gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
* gst/goom/gstgoom.h:
* gst/goom/lines.c: (goom_lines):
* gst/goom/lines.h:
Make goom reentrant by moving all important static variables
into instance structures.
(Fixes #329181)
2006-02-05 20:43:49 +00:00
..
filters.c gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
filters.h gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
filters_mmx.s Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee sil... 2002-02-01 19:28:30 +00:00
goom.vcproj more working plugins 2004-07-27 21:41:30 +00:00
goom_core.c gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
goom_core.h gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
goom_tools.h gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
graphic.c gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
graphic.h Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. 2005-11-22 22:35:57 +00:00
gstgoom.c gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
gstgoom.h gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
lines.c gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
lines.h gst/goom/: Make goom reentrant by moving all important static variables into instance structures. 2006-02-05 20:43:49 +00:00
Makefile.am fix build of goom 2005-09-23 15:01:00 +00:00
README fix licensing terms for Goom, it is LGPL not GPL 2003-07-10 13:19:43 +00:00

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