summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* better/unified long descriptionsWim Taymans2006-03-30100-449/+512
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-293-11/+98
* Small fix, now pwc driver can tell about its buffers.Edgard Lima2006-03-271-2/+4
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller2006-03-272-2/+9
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-273-41/+62
* ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2006-03-262-81/+154
* gst/id3demux/gstid3demux.c: Create source pad without leaking.Tim-Philipp Müller2006-03-263-3/+6
* ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou...Tim-Philipp Müller2006-03-251-10/+20
* sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ...Tim-Philipp Müller2006-03-251-2/+2
* Just make few things more robust and also some identation.Edgard Lima2006-03-2510-155/+223
* ext/flac/: Spifify a bit.Wim Taymans2006-03-244-44/+22
* gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...Wim Taymans2006-03-242-30/+48
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-245-4/+15
* ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller2006-03-242-9/+27
* More state change function fixes.Tim-Philipp Müller2006-03-233-8/+24
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-233-21/+85
* ext/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller2006-03-232-4/+16
* gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...Tim-Philipp Müller2006-03-233-4/+39
* gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...Tim-Philipp Müller2006-03-234-26/+90
* add videobalance plugnChristian Schaller2006-03-221-1/+1
* mention fixed bug number in the changelogJan Schmidt2006-03-221-1/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-224-4/+29
* ext/esd/esdsink.c: Some cleanups.Wim Taymans2006-03-212-39/+64
* gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans2006-03-212-6/+11
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-214-8/+30
* gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...Tommi Myöhänen2006-03-212-2/+10
* gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt2006-03-202-0/+8
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-203-3/+17
* ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.Tim-Philipp Müller2006-03-202-1/+1
* Have a show mouse pointer property and use it if we canZaheer Abbas Merali2006-03-171-2/+16
* configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other sy...Tim-Philipp Müller2006-03-172-0/+18
* Change bus reset handler so it reports useful information such as whether the...Zaheer Abbas Merali2006-03-163-2/+53
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-162-3/+11
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-162-8/+115
* configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_...Tim-Philipp Müller2006-03-152-1/+7
* Fixed one of the caps in the code from mulaw to alaw.Philippe Kalaf2006-03-152-1/+6
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-153-4/+26
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-1530-141/+140
* gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.Edward Hervey2006-03-151-0/+2
* gst/qtdemux/qtdemux.c: Series of memleak fixes:Edward Hervey2006-03-151-10/+22
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-144-3/+108
* sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as ...Edward Hervey2006-03-141-2/+2
* gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...Tim-Philipp Müller2006-03-142-22/+36
* gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...Tim-Philipp Müller2006-03-142-6/+22
* ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller2006-03-143-17/+40
* gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)Wim Taymans2006-03-132-2/+8
* ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match...Tim-Philipp Müller2006-03-131-1/+27
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-1323-24/+150
* Fix build of v4l2 (sigh)Julien Moutte2006-03-131-2/+3
* sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, us...Edward Hervey2006-03-121-4/+4