| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More fractional framerate conversions | Jan Schmidt | 2005-11-22 | 2 | -8/+24 |
* | ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)... | Andy Wingo | 2005-11-22 | 1 | -1/+1 |
* | Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) | Jan Schmidt | 2005-11-21 | 1 | -3/+3 |
* | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 2005-11-14 | 1 | -1/+1 |
* | gst/goom/: Make inline functions either 'static inline' or 'extern inline', o... | Tim-Philipp Müller | 2005-10-19 | 3 | -8/+10 |
* | newsegment API update. | Wim Taymans | 2005-10-11 | 1 | -1/+2 |
* | fix build of goom | Thomas Vander Stichele | 2005-09-23 | 1 | -1/+1 |
* | fix build and use of GST_LIBS | Thomas Vander Stichele | 2005-09-23 | 1 | -4/+4 |
* | All plugins updated for element state changes. | Andy Wingo | 2005-09-02 | 1 | -11/+10 |
* | add docs to build | Thomas Vander Stichele | 2005-09-01 | 3 | -68/+110 |
* | Various event updates and cleanups. | Wim Taymans | 2005-07-27 | 1 | -2/+3 |
* | fix some CFLAGS | Thomas Vander Stichele | 2005-07-01 | 1 | -1/+1 |
* | configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!! | Andy Wingo | 2005-06-29 | 1 | -0/+2 |
* | gst/: Bufferalloc changes. | Wim Taymans | 2005-06-02 | 1 | -2/+5 |
* | No need to take the lock anymore, core already did that before calling us. | Wim Taymans | 2005-05-25 | 1 | -8/+2 |
* | Make my automake version shut up about undefined variables | Jan Schmidt | 2005-05-19 | 1 | -1/+1 |
* | Ported goom. | Wim Taymans | 2005-05-18 | 2 | -94/+137 |
* | as HAVE_LIBMMX went away from configure, don't use it in goom Makefile | Stéphane Loeuillet | 2004-12-16 | 1 | -6/+1 |
* | Use bytestream in goom for input samples | Jan Schmidt | 2004-11-11 | 1 | -45/+101 |