gstreamer/gst/goom
Josep Torra Valles c4e7ebfe35 Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe...
Original commit message from CVS:
Patch by: Josep Torra Valles  <josep at fluendo com>
* ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
* ext/esd/esdsink.c: (gst_esdsink_write):
* ext/flac/gstflacdec.c: (gst_flac_dec_length),
(gst_flac_dec_read_seekable), (gst_flac_dec_chain),
(gst_flac_dec_send_newsegment):
* ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
(gst_flac_enc_tell_callback):
* ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
(smokecodec_parse_header), (smokecodec_decode):
* gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
* gst/debug/efence.c: (gst_fenced_buffer_alloc):
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c:
* gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
* gst/rtsp/gstrtspsrc.c:
* gst/rtsp/rtspconnection.c: (rtsp_connection_read):
* gst/udp/gstudpsink.c:
* gst/udp/gstudpsrc.c:
* gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
* sys/sunaudio/gstsunaudiomixertrack.h:
Fix a bunch of problems discovered by the Forte compiler, mostly type
mixups and pointer arithmetics with void pointers. Fixes #362603.
2006-10-16 18:22:47 +00:00
..
filters.c gst/goom/filters.c: Avoid goom coredumping by clearing memory. 2006-07-07 15:04:29 +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 Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
gstgoom.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +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 a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +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