summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it does...Edward Hervey2006-03-121-2/+2
* ext/taglib/: Add support for writing MusicBrainz IDs.Tim-Philipp Müller2006-03-123-5/+86
* sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make theTim-Philipp Müller2006-03-121-0/+2
* V4L2 ported to 0.10.Edgard Lima2006-03-1115-1374/+1365
* ext/taglib/gsttaglib.cc: and add support for TCOP (copyright)Alex Lancaster2006-03-111-2/+17
* gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).Tim-Philipp Müller2006-03-092-2/+1
* new id3v2 muxer based on TagLibChristophe Fergeau2006-03-093-0/+518
* ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushi...Wim Taymans2006-03-092-8/+48
* gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'dis...Tim-Philipp Müller2006-03-082-0/+8
* gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.Wim Taymans2006-03-072-11/+5
* ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte2006-03-062-5/+30
* ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele2006-03-062-8/+20
* gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403).Tim-Philipp Müller2006-03-051-0/+4
* gst/id3demux/: Use new typefind helper functions here as well, and do typefin...Tim-Philipp Müller2006-03-043-95/+29
* sys/sunaudio/: Remove unused variables, breaks build from CVSBenjamin Pineau2006-03-043-3/+10
* sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte2006-03-0311-17/+756
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-036-21/+146
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-033-8/+60
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-0314-122/+197
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-0310-311/+512
* gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too s...Edward Hervey2006-03-031-14/+14
* configure.ac: Bump requirements to current core and -base CVS (core for new t...Tim-Philipp Müller2006-03-024-89/+35
* gst/qtdemux/qtdemux.c: Can't divide through zero (suppress warning in case of...Tim-Philipp Müller2006-02-281-2/+5
* remove conflict indicatorChristian Schaller2006-02-281-1/+0
* add missing entryChristian Schaller2006-02-281-0/+15
* gst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more.Wim Taymans2006-02-282-22/+36
* docs/plugins/: Added dvdec and dvdemux to docs.Wim Taymans2006-02-287-212/+846
* ext/annodex/: Add a little extra debug. Make the decoder not return NOT_LINKE...Jan Schmidt2006-02-283-6/+24
* add annodex pluginChristian Schaller2006-02-271-0/+1
* ext/annodex/gstskeltag.*: Deleted; these files aren't used any more either.Michael Smith2006-02-273-472/+6
* ext/Makefile.am: Fix dist-check.Julien Moutte2006-02-252-0/+5
* ext/annodex/gstcmmlenc.c: Fix another memleak.Julien Moutte2006-02-252-1/+8
* Fix a memleak in gst_cmml_track_list_add_clip.Julien Moutte2006-02-2524-128/+195
* ext/annodex/: Fix possible memleaks.Julien Moutte2006-02-254-0/+45
* tests/check/: Fix tests so that they use the plugins-base tags.Julien Moutte2006-02-244-0/+14
* ext/Makefile.am: Re-enable module.Julien Moutte2006-02-242-5/+9
* tests/check/Makefile.am: Forgot to remove that test.Julien Moutte2006-02-242-2/+5
* Try to fix Annodex plugin.Julien Moutte2006-02-248-712/+21