gstreamer/gst/goom
Sébastien Moutte 0debb1e9fc ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Original commit message from CVS:
* ext\jpeg\smokecodec.c:
use of GST_DEBUG instead of DEBUG(a...) for WIN32
* ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
move first instruction after all variables declarations
* gst\alpha\gstalpha.c:
* gst\effectv\gstshagadelic.c:
* gst\smpte\paint.c:
* gst\videofilter\gstvideobalance.c:
define M_PI if it's not defined (it's not defined on WIN32)
* gst\cutter\gstcutter.c: (gst_cutter_chain):
* gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
* gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
* gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
(gst_matroska_demux_video_caps):
* gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
* gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
use gst_guint64_to_gdouble for conversions
* gst\goom\filters.c: (setPixelRGB_):
fix a debug which was using undefined variable
* gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
* gst\matroska\ebml-read.c: (gst_ebml_read_sint):
replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
* win32/vs6:
add vs6 projects files for most of plugins-good
2006-03-30 23:37:16 +00:00
..
filters.c ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 2006-03-30 23:37:16 +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/: Free filter data when cleaning up. (Fixes: #334995) 2006-03-20 17:38:48 +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 better/unified long descriptions 2006-03-30 15:37:05 +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