| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/goom2k1/: Rename the installed library, and don't register the same | Jan Schmidt | 2008-02-23 | 2 | -7/+7 |
* | 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 | 79 | -970/+20078 |
* | gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst... | Wim Taymans | 2008-02-22 | 1 | -2/+10 |
* | gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. | Sebastian Dröge | 2008-02-19 | 1 | -1/+1 |
* | gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value. | Wim Taymans | 2008-02-18 | 1 | -0/+2 |
* | fixes: #514889 | Wim Taymans | 2008-02-12 | 6 | -6/+136 |
* | gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979. | Sebastian Dröge | 2008-02-12 | 1 | -2/+11 |
* | gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes,... | Jan Schmidt | 2008-02-11 | 1 | -13/+3 |
* | Close some memory leaks spotted by the unit test. Fixes bug #515697. | Sebastian Dröge | 2008-02-11 | 1 | -6/+12 |
* | gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. | Sebastian Dröge | 2008-02-10 | 8 | -10/+10 |
* | Add a simple example application for the spectrum element, include it in the ... | Jan Schmidt | 2008-02-09 | 1 | -8/+14 |
* | gst/: Fix includes order | Jan Schmidt | 2008-02-09 | 2 | -3/+8 |
* | add missing header files for disting | Christian Schaller | 2008-02-08 | 1 | -1/+3 |
* | gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d... | Julien Moutte | 2008-02-08 | 1 | -0/+6 |
* | gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c... | Tim-Philipp Müller | 2008-02-08 | 1 | -1/+1 |
* | gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions. | David Schleef | 2008-02-08 | 2 | -60/+31 |
* | Move spectrum plugin from -bad. | Jan Schmidt | 2008-02-08 | 1 | -12/+0 |
* | Move the equalizer plugin across from -bad | Jan Schmidt | 2008-02-08 | 1 | -8/+0 |
* | Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p... | Jan Schmidt | 2008-02-07 | 6 | -187/+202 |
* | Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som... | Tim-Philipp Müller | 2008-02-07 | 1 | -2/+12 |
* | gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined | Sébastien Moutte | 2008-02-07 | 1 | -0/+2 |
* | gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr... | Bjarne Rosengren | 2008-02-07 | 1 | -0/+3 |
* | gst/multifile/gstmultifilesink.c: Add a fixme comment. | Stefan Kost | 2008-02-07 | 1 | -0/+1 |
* | gst/spectrum/gstspectrum.c: Improve the docs. | Stefan Kost | 2008-02-07 | 1 | -7/+7 |
* | gst/filter/gstlpwsinc.c: Fix typo in the long description of the element. | Sebastian Dröge | 2008-02-07 | 1 | -1/+1 |
* | Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->... | Jan Schmidt | 2008-02-06 | 10 | -2070/+158 |
* | gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573. | orjan | 2008-02-05 | 1 | -1/+4 |
* | gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do... | Edward Hervey | 2008-02-04 | 1 | -0/+4 |
* | Add documentation for avisubtitle and change class to | Thijs Vermeir | 2008-02-01 | 1 | -3/+20 |
* | gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin... | Jan Schmidt | 2008-01-31 | 2 | -385/+292 |
* | gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno... | Wim Taymans | 2008-01-29 | 1 | -3/+13 |
* | gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ... | Tim-Philipp Müller | 2008-01-28 | 1 | -3/+3 |
* | gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba... | Sebastian Dröge | 2008-01-26 | 2 | -42/+0 |
* | gst/rtp/: Add MPEG2 video payloader | Thijs Vermeir | 2008-01-25 | 4 | -1/+307 |
* | gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h". | Sebastian Dröge | 2008-01-23 | 1 | -1/+1 |
* | docs/plugins/: Add symbols from -unused.txt to the right place. | Stefan Kost | 2008-01-21 | 1 | -2/+8 |
* | docs/plugins/Makefile.am: Update include list. | Stefan Kost | 2008-01-21 | 1 | -1/+1 |
* | gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ... | Sebastian Dröge | 2008-01-19 | 1 | -2/+2 |
* | gst/udp/gstmultiudpsink.c: use GST_WARNING for logging | Thijs Vermeir | 2008-01-18 | 1 | -1/+2 |
* | gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test. | Sebastian Dröge | 2008-01-18 | 1 | -0/+1 |
* | gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval... | Thijs Vermeir | 2008-01-18 | 1 | -1/+2 |
* | gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f... | Sebastian Dröge | 2008-01-18 | 1 | -0/+8 |
* | gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro... | Olivier Crete | 2008-01-17 | 2 | -4/+21 |
* | gst/videomixer/Makefile.am: Add controller flags. | Stefan Kost | 2008-01-16 | 1 | -2/+2 |