summaryrefslogtreecommitdiffstats
path: root/gst/goom
Commit message (Expand)AuthorAgeFilesLines
* docs: Quieten a couple more docs warningsJan Schmidt2009-06-111-1/+1
* goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey2009-04-181-1/+1
* goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.Edward Hervey2009-04-181-0/+2
* goom: the structure is not fully initialized, but the copied.Stefan Kost2009-03-311-1/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-7/+4
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost2008-10-2843-144/+838
* gst/: Ignore files.Stefan Kost2008-08-261-0/+11
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-235-12/+20
* Add goom2k1 into the docs.Jan Schmidt2008-05-111-1/+1
* gst/goom/: Fix build with mingw32: use rand() instead of random() and replace...Jesús Corrius2008-04-252-5/+5
* gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt2008-04-2213-10/+77
* gst/goom/convolve_fx.c: Don't ever draw the GOOM logo.Jan Schmidt2008-04-171-2/+10
* Strip out the config/script parsing stuff, we don't need it.Tim-Philipp Müller2008-04-1614-2358/+3
* gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well ...Tim-Philipp Müller2008-04-151-2/+3
* gst/goom/: Remove a bunch of font/text related code that we don't need.Tim-Philipp Müller2008-04-0910-3496/+4
* gst/goom/: Change license of these files to LGPL, as permitted by the author,...Tim-Philipp Müller2008-04-092-2/+28
* gst/goom/: As hinted in Bug #518213, revert one change and fix warnings prope...Stefan Kost2008-04-093-524/+517
* gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings.Tim-Philipp Müller2008-04-021-1/+3
* gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently...David Schleef2008-03-311-3/+3
* gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until...Tim-Philipp Müller2008-03-231-2/+6
* gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller2008-03-162-1/+5
* configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt2008-02-2610-22/+50
* gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n...Stefan Kost2008-02-251-5/+7
* gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no...Sebastian Dröge2008-02-251-1/+1
* gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi...Tim-Philipp Müller2008-02-232-15/+19
* gst/goom/: Compile fixes for x86-64.Tim-Philipp Müller2008-02-232-3/+5
* gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad...Bastien Nocera2008-02-234-3/+38
* gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera2008-02-237-8/+25
* configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera2008-02-2367-1119/+17885
* gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour.Wim Taymans2007-03-062-15/+25
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+1
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-122-11/+19
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-162-3/+3
* gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans2006-07-071-1/+1
* gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans2006-06-231-1/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* gst/goom/gstgoom.*: Handle QoS.Wim Taymans2006-05-312-109/+248
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+2
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-202-3/+11
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-6/+2
* gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt2006-02-0510-473/+556
* gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller2005-12-111-1/+1
* expand tabsThomas Vander Stichele2005-12-063-38/+38
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+2
* Fixes for API changesJan Schmidt2005-11-231-16/+5
* Fix for #321430: unresolved symbols due to incorrect linkage on inline functi...Michael Smith2005-11-222-5/+2