summaryrefslogtreecommitdiffstats
path: root/gst/goom/filters.c
Commit message (Expand)AuthorAgeFilesLines
* goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey2009-04-181-1/+1
* gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost2008-10-281-0/+18
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-231-0/+7
* gst/goom/: Fix build with mingw32: use rand() instead of random() and replace...Jesús Corrius2008-04-251-2/+2
* gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt2008-04-221-0/+13
* gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera2008-02-231-0/+2
* configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera2008-02-231-527/+757
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-071-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+2
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-201-1/+6
* gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt2006-02-051-209/+258
* expand tabsThomas Vander Stichele2005-12-061-8/+8
* Fix for #321430: unresolved symbols due to incorrect linkage on inline functi...Michael Smith2005-11-221-2/+2
* gst/goom/: Make inline functions either 'static inline' or 'extern inline', o...Tim-Philipp Müller2005-10-191-5/+5
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-123/+123
* gst-indentThomas Vander Stichele2004-03-141-377/+387
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+4
* Corrected the configure.ac so it actually works. Updated some c files so tha...Brian Cameron2003-05-211-1/+1
* fixed first bunch of compiler warningsBenjamin Otte2002-04-061-14/+23
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-16/+16
* Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc loca...Wim Taymans2002-02-011-0/+528