summaryrefslogtreecommitdiff
path: root/gst/goom
AgeCommit message (Expand)AuthorFilesLines
2009-06-11docs: Quieten a couple more docs warningsJan Schmidt1-1/+1
2009-04-18goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey1-1/+1
2009-04-18goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.Edward Hervey1-0/+2
2009-03-31goom: the structure is not fully initialized, but the copied.Stefan Kost1-1/+2
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-7/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-28gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost43-144/+838
2008-08-26gst/: Ignore files.Stefan Kost1-0/+11
2008-07-23gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith5-12/+20
2008-05-11Add goom2k1 into the docs.Jan Schmidt1-1/+1
2008-04-25gst/goom/: Fix build with mingw32: use rand() instead of random() and replace...Jesús Corrius2-5/+5
2008-04-22gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt13-10/+77
2008-04-17gst/goom/convolve_fx.c: Don't ever draw the GOOM logo.Jan Schmidt1-2/+10
2008-04-16Strip out the config/script parsing stuff, we don't need it.Tim-Philipp Müller14-2358/+3
2008-04-15gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well ...Tim-Philipp Müller1-2/+3
2008-04-09gst/goom/: Remove a bunch of font/text related code that we don't need.Tim-Philipp Müller10-3496/+4
2008-04-09gst/goom/: Change license of these files to LGPL, as permitted by the author,...Tim-Philipp Müller2-2/+28
2008-04-09gst/goom/: As hinted in Bug #518213, revert one change and fix warnings prope...Stefan Kost3-524/+517
2008-04-02gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings.Tim-Philipp Müller1-1/+3
2008-03-31gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently...David Schleef1-3/+3
2008-03-23gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until...Tim-Philipp Müller1-2/+6
2008-03-16gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller2-1/+5
2008-02-26configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt10-22/+50
2008-02-25gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n...Stefan Kost1-5/+7
2008-02-25gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no...Sebastian Dröge1-1/+1
2008-02-23gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi...Tim-Philipp Müller2-15/+19
2008-02-23gst/goom/: Compile fixes for x86-64.Tim-Philipp Müller2-3/+5
2008-02-23gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad...Bastien Nocera4-3/+38
2008-02-23gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera7-8/+25
2008-02-23configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera67-1119/+17885
2007-03-06gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour.Wim Taymans2-15/+25
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier1-1/+1
2007-02-12gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2-11/+19
2006-10-16Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2-3/+3
2006-07-07gst/goom/filters.c: Avoid goom coredumping by clearing memory.Wim Taymans1-1/+1
2006-06-23gst/goom/gstgoom.c: Fix double caps unref when negotiation fails.Wim Taymans1-1/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-31gst/goom/gstgoom.*: Handle QoS.Wim Taymans2-109/+248
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-1/+2
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-20gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2-3/+11
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-6/+2
2006-02-05gst/goom/: Make goom reentrant by moving all important static variables into ...Jan Schmidt10-473/+556
2005-12-11gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller1-1/+1
2005-12-06expand tabsThomas Vander Stichele3-38/+38
2005-12-05Update for alloc_buffer changes.Andy Wingo1-1/+2
2005-11-23Fixes for API changesJan Schmidt1-16/+5
2005-11-22Fix for #321430: unresolved symbols due to incorrect linkage on inline functi...Michael Smith2-5/+2