summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non...Tim-Philipp Müller2006-01-151-1/+1
* ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618Wim Taymans2006-01-131-1/+1
* ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller2006-01-066-4/+492
* ext/jpeg/: Fix leaks.Wim Taymans2006-01-042-3/+9
* ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2006-01-021-14/+14
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-191-1/+2
* change some char* into char[]Stefan Kost2005-12-162-2/+2
* ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller2005-12-161-1/+1
* ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2005-12-162-8/+5
* ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller2005-12-121-4/+4
* ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller2005-12-102-260/+479
* borgify and fix up documentationThomas Vander Stichele2005-12-095-176/+177
* ext/flac/gstflacdec.c: Accept a wider range of flac files, more closely match...Michael Smith2005-12-091-5/+22
* expand tabsThomas Vander Stichele2005-12-0628-291/+291
* Update for alloc_buffer changes.Andy Wingo2005-12-0511-18/+27
* move pango to baseThomas Vander Stichele2005-12-0110-1916/+0
* ext/dv/: Fix seeking in dvdemux again, add some more debug info.Wim Taymans2005-11-303-6/+15
* ext/pango/gsttextrender.*: Add missing files.Tim-Philipp Müller2005-11-302-0/+403
* Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add backg...Tim-Philipp Müller2005-11-308-852/+1070
* ext/cairo/gsttextoverlay.c: Actually render the text from the text pad.Tim-Philipp Müller2005-11-291-5/+20
* ext/cairo/Makefile.am: no need to link to videofilterThomas Vander Stichele2005-11-291-2/+0
* ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...Tim-Philipp Müller2005-11-281-47/+53
* ext/dv/gstdvdec.c: Handle the case where the incoming Video dv stream doesn't...Edward Hervey2005-11-261-5/+7
* document flacdecThomas Vander Stichele2005-11-251-0/+24
* do some name borgifying documentThomas Vander Stichele2005-11-255-146/+156
* Wavpack ported to 0.9. No support for correction file yet.Edgard Lima2005-11-255-236/+390
* ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele2005-11-258-0/+1160
* VideoFilter inherits fromJulien Moutte2005-11-232-181/+152
* Fixes for API changesJan Schmidt2005-11-232-7/+2
* ext/jpeg/: JPEG fractiony goodness.Michael Smith2005-11-226-38/+65
* More fractional framerate conversionsJan Schmidt2005-11-227-19/+34
* Convert to fractional framerates.Jan Schmidt2005-11-221-1/+6
* fix up more enumsThomas Vander Stichele2005-11-227-52/+41
* ext/dv/: Fractional framerates for DV.Michael Smith2005-11-224-25/+53