summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add a few libjpeg suppressions and initialize a variable to make smokeenc val...Sebastian Dröge2008-02-121-1/+1
* ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails inst...Sebastian Dröge2008-02-111-0/+8
* ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens2008-02-061-2/+2
* ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin2008-02-021-15/+5
* ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge2008-01-311-150/+148
* Make coding style more consistent, including class renaming.Wouter Cloetens2008-01-311-49/+52
* ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens2008-01-301-7/+13
* ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens2008-01-301-1/+8
* docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2008-01-302-264/+482
* ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2008-01-292-19/+26
* ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens2008-01-201-10/+14
* ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens2008-01-191-0/+4
* ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge2008-01-181-1/+1
* ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens2008-01-182-5/+75
* ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...Tim-Philipp Müller2008-01-171-0/+13
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-16/+15
* 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