summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-13/+12
* ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller2006-04-053-289/+474
* ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...Thomas Vander Stichele2006-04-051-4/+20
* add taglib checks and docsThomas Vander Stichele2006-04-011-2/+2
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-302-2/+11
* better/unified long descriptionsWim Taymans2006-03-3034-179/+149
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-292-11/+86
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller2006-03-271-2/+2
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-272-41/+51
* ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2006-03-262-81/+154
* 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
* ext/flac/: Spifify a bit.Wim Taymans2006-03-243-44/+12
* ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller2006-03-241-9/+21
* More state change function fixes.Tim-Philipp Müller2006-03-231-3/+10
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-232-21/+75
* ext/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller2006-03-231-4/+11
* ext/esd/esdsink.c: Some cleanups.Wim Taymans2006-03-211-39/+55
* ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.Tim-Philipp Müller2006-03-201-1/+1
* Change bus reset handler so it reports useful information such as whether the...Zaheer Abbas Merali2006-03-162-2/+45
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-1512-53/+44
* ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller2006-03-142-17/+32
* 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-1312-21/+71
* ext/taglib/: Add support for writing MusicBrainz IDs.Tim-Philipp Müller2006-03-123-5/+86
* ext/taglib/gsttaglib.cc: and add support for TCOP (copyright)Alex Lancaster2006-03-111-2/+17
* 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-091-8/+41
* ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte2006-03-061-5/+24
* ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele2006-03-061-8/+11
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-039-122/+108
* docs/plugins/: Added dvdec and dvdemux to docs.Wim Taymans2006-02-283-212/+793
* ext/annodex/: Add a little extra debug. Make the decoder not return NOT_LINKE...Jan Schmidt2006-02-282-6/+15
* ext/annodex/gstskeltag.*: Deleted; these files aren't used any more either.Michael Smith2006-02-272-472/+0
* ext/Makefile.am: Fix dist-check.Julien Moutte2006-02-251-0/+1
* ext/annodex/gstcmmlenc.c: Fix another memleak.Julien Moutte2006-02-251-1/+3
* Fix a memleak in gst_cmml_track_list_add_clip.Julien Moutte2006-02-257-84/+123
* ext/annodex/: Fix possible memleaks.Julien Moutte2006-02-253-0/+36
* ext/Makefile.am: Re-enable module.Julien Moutte2006-02-241-5/+5
* Try to fix Annodex plugin.Julien Moutte2006-02-245-450/+7
* ext/Makefile.am: Disable annodex for now until we figure out how to make it b...Julien Moutte2006-02-242-7/+8
* I'm too lazy to comment thisEdgard Lima2006-02-246-483/+501
* Add Annodex elements from Alessendro Decina: skeleton and CMML.Michael Smith2006-02-2418-0/+4452
* ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.Tim-Philipp Müller2006-02-241-1/+1
* ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be requ...Tim-Philipp Müller2006-02-231-0/+2
* ext/dv/: Ueber spiffify some more, added debug category.Wim Taymans2006-02-224-81/+119
* ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem t...Jan Schmidt2006-02-201-1/+3
* ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (s...Tim-Philipp Müller2006-02-171-7/+8
* ext/cdio/gstcdio.c: Init debug category (#331253).Tim-Philipp Müller2006-02-171-0/+2
* add Jurg's patch for multidevice supportChristian Schaller2006-02-174-7/+149
* Add HAL sound device wrapper plugins. Closes #329106Wim Taymans2006-02-1510-0/+939