Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / ext / soup /
2011-06-08 Wim TaymansMerge branch 'master' into 0.11
2011-06-04 David Schleefsouphttpsink: code cleanup
2011-06-02 Wim TaymansMerge branch 'master' into 0.11
2011-06-02 Sebastian Drögesouphttpsink: Fix refcounting of the "session" property
2011-06-02 David Schleefsoup: Add souphttpsink
2011-03-08 Tim-Philipp MüllerMerge ad-hoc release branch '0.10.28'
2011-02-28 Wim TaymansMerge branch 'master' into 0.11
2011-02-15 Andoni Morales Ala... souphttpsrc: Add URI query handler
2010-12-02 Sebastian Drögesouphttpsrc: Don't send seeks behind the end of file...
2010-10-13 Stefan Kostvarious (ext): add a missing G_PARAM_STATIC_STRINGS...
2010-09-24 Tim-Philipp Müllersoup: init debug category before using it
2010-09-21 Edward Herveysouphttpsrc: Fix debug statement
2010-09-12 Tim-Philipp Müllersoup: hook up i18n bits for plugin
2010-09-12 Tim-Philipp Müllersoup: fix error messages
2010-09-04 David Hoytsouphttpsrc: Improve error messages
2010-03-23 Edward Herveysouphttpsrc: Set the Content-Type HTTP header on the...
2010-03-21 Benjamin OtteAdd -Wwrite-strings to the configure flags
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-17 Benjamin OtteAdd -Wredundant-decls warning flag
2010-03-16 Stefan Kostsoup: also use g_value_set_static_string() here for...
2010-03-11 Tim-Philipp Müllersouphttpsrc: fix metadata writable warnings
2009-08-06 Sebastian Drögesouphttpsrc: Use SOUP_METHOD_GET instead of "GET" string
2009-07-31 Edward Herveysoup: Use "GET" instead of SOUP_METHOD_GET. Fixes build...
2009-07-16 Sebastian Drögesouphttpsrc: Only assume seekability if the server...
2009-07-16 Arnout Vandecappellesouphttpsrc: don't try to authenticate if no username...
2009-06-24 Stefan Kostsouphttpsrc: free memory in finalize
2009-06-16 Tim-Philipp Müllersouphttpsrc: reset session state when stopping
2009-06-16 Tim-Philipp Müllersouphttpsrc: log response and request headers and fix...
2009-05-21 Zeeshan Ali (Khattak)souphttpsrc: Set caps for audio/L16 content-type
2009-05-21 Zeeshan Ali (Khattak)souphttpsrc: Rename icy_caps to src_caps
2009-05-08 Sebastian Drögesouphttpsrc: Allow non-string fields in the extra-heade...
2009-05-08 Sebastian Drögesouphttpsrc: Add support for extra-headers appended...
2009-03-03 Edward Herveysouphttpsrc: Expose the SoupSession 'timeout' property.
2009-02-02 Jonathan MatthewUse correct flag for the GNOME proxy configuration
2009-01-28 Stefan KostUpdate and add documentation for plugins with deps...
2009-01-26 Jonathan MatthewUse libsoup-gnome for proxy configuration if available
2008-11-27 Ron McOuatAdd support for basic and digest authentication in...
2008-11-21 Zeeshan Aliext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org...
2008-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-10-27 Sjoerd Simonsext/soup/gstsouphttpsrc.c: Add support for souphttpsrc...
2008-08-02 Wouter Cloetensext/soup/gstsouphttpsrc.*: Fix seeking race condition...
2008-07-31 Jan Schmidtext/soup/gstsouphttpsrc.c: Don't throw an error when...
2008-07-19 Wouter Cloetensext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.
2008-06-25 Jason Donenfeldext/soup/gstsouphttpsrc.c: Fix HTTP auth support with...
2008-05-02 Stefan Kostext/soup/gstsouphttpsrc.c: Include stdlib to fix the...
2008-04-13 Sebastian Drögeext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PR...
2008-04-06 Sjoerd Simonsext/soup/gstsouphttpsrc.c: Only ignore actual redirects...
2008-03-22 Sebastian Drögeext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc...
2008-03-22 Sebastian Drögeext/soup/gstsouphttpsrc.c: Actually set the icy caps...
2008-03-13 Wouter Cloetensext/soup/gstsouphttpsrc.*: Try to resume on server...
2008-02-26 Wouter CloetensAdd support for specifying a list of cookies to be...
2008-02-22 Wouter CloetensImplement zero-copy and make the buffer size configurable.
2008-02-06 Wouter Cloetensext/soup/gstsouphttpsrc.c: Fix memory leak and improve...
2008-01-31 Sebastian Drögeext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsr...
2008-01-31 Wouter CloetensMake coding style more consistent, including class...
2008-01-30 Wouter Cloetensext/soup/gstsouphttpsrc.c: Update documentation a bit.
2008-01-30 Wouter Cloetensext/soup/gstsouphttpsrc.c: Let the proxy property defau...
2008-01-30 Wouter Cloetensdocs/plugins/: Add souphttpsrc to the docs.
2008-01-20 Wouter Cloetensext/soup/gstsouphttpsrc.c: Report the size of the strea...
2008-01-19 Wouter Cloetensext/soup/gstsouphttpsrc.c: Correctly set duration on...
2008-01-18 Sebastian Drögeext/soup/gstsouphttpsrc.c: Add support for WebDAV.
2008-01-18 Wouter Cloetensext/soup/gstsouphttpsrc.*: Add support for seeking...
2007-12-28 Tim-Philipp Müllerext/soup/: Use gst_tag_freeform_string_to_utf8() and...
2007-12-11 Wouter Cloetensext/soup/gstsouphttpsrc.*: Do not try to unpause I...
2007-11-29 Wouter Cloetensconfigure.ac: Bump libsoup requirement as libsoup does...
2007-11-15 Wouter CloetensAdded HTTP source based on libsoup. Fixes #497020.