summaryrefslogtreecommitdiffstats
path: root/ext/soup/gstsouphttpsrc.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for basic and digest authentication in souphttpsrc.Ron McOuat2008-11-271-7/+88
* ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali2008-11-211-0/+2
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-271-2/+12
* ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens2008-08-021-8/+17
* ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt2008-07-311-3/+5
* ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens2008-07-191-1/+2
* ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld2008-06-251-2/+31
* ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost2008-05-021-1/+4
* ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...Sebastian Dröge2008-04-131-1/+1
* ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2008-04-061-2/+3
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-221-4/+12
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-131-39/+68
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-261-0/+21
* Implement zero-copy and make the buffer size configurable.Wouter Cloetens2008-02-221-34/+103
* ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens2008-02-061-2/+2
* ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge2008-01-311-150/+148
* 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-301-264/+471
* 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-181-5/+73
* ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2007-12-281-39/+34
* ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2007-12-111-39/+340
* configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2007-11-291-9/+96
* Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens2007-11-151-0/+378