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