summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller2008-01-081-1/+5
* gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2008-01-082-16/+48
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-089-21/+39
* gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2008-01-022-2/+21
* gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2007-12-312-6/+57
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-262-2/+4
* gst/: Ignore more.Tim-Philipp Müller2007-12-201-0/+1
* Add seeking support for avi subtitleThijs Vermeir2007-12-181-1/+24
* gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller2007-12-181-16/+73
* gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2007-12-182-94/+147
* Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir2007-12-184-3/+252
* gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2007-12-172-1/+10
* gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller2007-12-141-0/+5
* gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts2007-12-111-1/+7
* gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2007-12-112-15/+280
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-1/+4
* gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge2007-12-061-1/+1
* gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge2007-12-061-0/+3
* gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2007-12-062-8/+0
* gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2007-12-062-9/+8