summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/: Register musicbrainz tags.Tim-Philipp Müller2006-02-082-0/+9
* ext/gconf/gconf.h: Remove declaration of function that no longer exists.Tim-Philipp Müller2006-02-071-1/+0
* ext/shout2/gstshout2.c: Make shout2 work for non ogg streamsZaheer Abbas Merali2006-02-071-26/+32
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-064-15/+17
* docs/plugins/: Add cdio plugin to docs.Tim-Philipp Müller2006-02-062-1/+55
* ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates tha...Jan Schmidt2006-02-0510-8/+154
* Fixed a bug add in last commit, where no event is send. Thanks Tim to show me.Edgard Lima2006-02-031-4/+7
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+2
* Use new functions from core to render a bin from a string. Fixes build. Up re...Tim-Philipp Müller2006-02-021-81/+11
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-293-507/+680
* ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t...Andy Wingo2006-01-272-0/+2
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-1/+3
* ext/cdio/: Fix build for libcdio versions >= 76; give slightly lower rank tha...Tim-Philipp Müller2006-01-193-10/+9
* Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc...Tim-Philipp Müller2006-01-186-0/+566