summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2008-01-042-4/+4
* ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...John Millikin2008-01-031-0/+137
* ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...Sebastian Dröge2007-12-291-1/+3
* ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2007-12-282-41/+36
* ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans2007-12-182-16/+27
* ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey2007-12-161-3/+9
* ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans2007-12-142-75/+140
* ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2007-12-112-39/+351
* ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge2007-12-091-1/+3
* ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller2007-12-091-3/+14
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-092-1/+12
* Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking...Kwang Yul Seo2007-12-091-1/+5
* configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2007-11-292-14/+104
* ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.Wim Taymans2007-11-291-1/+1
* ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge2007-11-201-0/+1
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-209-49/+432
* ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.Stefan Kost2007-11-202-12/+19
* ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler2007-11-201-1/+2
* Fix build on Mac OS X 10.5Julien Moutte2007-11-201-2/+2
* ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #49...David Schleef2007-11-161-7/+6
* Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens2007-11-153-0/+448
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller2007-11-141-1/+10
* ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" prop...Julien Puydt2007-11-145-5/+265
* ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango fon...Tim-Philipp Müller2007-11-131-3/+30
* ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller2007-10-251-1/+3
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+4
* ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller2007-10-111-1/+46
* ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...Tim-Philipp Müller2007-09-262-16/+28
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-252-0/+11
* ext/cairo/gsttextoverlay.c: Add info about static leak.Stefan Kost2007-09-201-0/+3
* ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller2007-09-192-15/+8
* Update my mail address.Sebastian Dröge2007-09-133-4/+4
* ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost2007-09-121-3/+1
* ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...Tim-Philipp Müller2007-09-061-1/+27
* Make ro memory to share.Stefan Kost2007-08-161-1/+1
* ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs.Stefan Kost2007-08-051-1/+4
* ext/gconf/gconf.c: Handle a NULL gconf key gracefully by rendering the defaul...Jan Schmidt2007-07-271-3/+4
* ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge2007-07-241-2/+0
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-44/+4
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-204-3/+5
* More docs. More logs in pngdec.Stefan Kost2007-07-182-10/+23
* ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge2007-07-161-1/+1
* Fix build against core CVS.Tim-Philipp Müller2007-07-114-4/+6
* ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set caps functions.Michael Smith2007-07-062-61/+11
* ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have be...Jan Schmidt2007-07-061-1/+6
* ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge2007-06-282-24/+20
* ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as ...Tim-Philipp Müller2007-06-281-6/+56
* Fix memory leaks.Edward Hervey2007-06-221-4/+2
* ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile m...Damien Carbery2007-06-211-1/+1
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-104-4/+443