summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979.Sebastian Dröge2008-02-121-2/+11
* gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes,...Jan Schmidt2008-02-111-13/+3
* Close some memory leaks spotted by the unit test. Fixes bug #515697.Sebastian Dröge2008-02-111-6/+12
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-108-10/+10
* Add a simple example application for the spectrum element, include it in the ...Jan Schmidt2008-02-091-8/+14
* gst/: Fix includes orderJan Schmidt2008-02-092-3/+8
* add missing header files for distingChristian Schaller2008-02-081-1/+3
* gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d...Julien Moutte2008-02-081-0/+6
* gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller2008-02-081-1/+1
* gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2008-02-082-60/+31
* Move spectrum plugin from -bad.Jan Schmidt2008-02-081-12/+0
* Move the equalizer plugin across from -badJan Schmidt2008-02-081-8/+0
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-076-187/+202
* Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller2008-02-071-2/+12
* gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+2
* gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren2008-02-071-0/+3
* gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2008-02-071-0/+1
* gst/spectrum/gstspectrum.c: Improve the docs.Stefan Kost2008-02-071-7/+7
* gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge2008-02-071-1/+1
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-0610-2070/+158
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-051-1/+4
* gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey2008-02-041-0/+4
* Add documentation for avisubtitle and change class toThijs Vermeir2008-02-011-3/+20
* gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2008-01-312-385/+292
* gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans2008-01-291-3/+13
* gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller2008-01-281-3/+3
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-262-42/+0
* gst/rtp/: Add MPEG2 video payloaderThijs Vermeir2008-01-254-1/+307
* gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge2008-01-231-1/+1
* docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost2008-01-211-2/+8
* docs/plugins/Makefile.am: Update include list.Stefan Kost2008-01-211-1/+1
* gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge2008-01-191-2/+2
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-181-1/+2
* gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge2008-01-181-0/+1
* gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir2008-01-181-1/+2
* gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge2008-01-181-0/+8
* gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2008-01-172-4/+21
* gst/videomixer/Makefile.am: Add controller flags.Stefan Kost2008-01-161-2/+2
* gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().Stefan Kost2008-01-161-3/+3
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-155-121/+189
* docs/plugins/: Update plugin docs.Stefan Kost2008-01-154-128/+188
* As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>Wim Taymans2008-01-141-1/+1
* gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller2008-01-142-3/+5
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-8/+15
* gst/rtp/: Fix the clock rate to 90000 as required by the RFC.Olivier Crete2008-01-112-15/+5
* gst/videomixer/videomixer.c: Fix error from my last commit.Edward Hervey2008-01-091-1/+1
* gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen2008-01-091-5/+9
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-091-27/+68
* gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2008-01-092-11/+80
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-0923-886/+68