summaryrefslogtreecommitdiffstats
path: root/ext/soup/gstsouphttpsrc.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons1-2/+3
2008-03-22ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge1-4/+12
2008-03-22ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge1-0/+1
2008-03-13ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens1-39/+68
2008-02-26Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens1-0/+21
2008-02-22Implement zero-copy and make the buffer size configurable.Wouter Cloetens1-34/+103
2008-02-06ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens1-2/+2
2008-01-31ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge1-150/+148
2008-01-30ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens1-7/+13
2008-01-30ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens1-1/+8
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens1-264/+471
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens1-10/+14
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens1-0/+4
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge1-1/+1
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens1-5/+73
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller1-39/+34
2007-12-11ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens1-39/+340
2007-11-29configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens1-9/+96
2007-11-15Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens1-0/+378