Thu, 17 Mar 2011 08:58:49 +0000 |
cehoyos |
Allow setting custom http header.
|
Sat, 26 Feb 2011 11:57:18 +0000 |
cboesch |
Use mp_asprintf in make_noauth_url and make_http_proxy_url.
|
Fri, 03 Dec 2010 23:10:36 +0000 |
cboesch |
Add support for login/password in http_proxy env variable.
|
Thu, 25 Nov 2010 10:04:07 +0000 |
cboesch |
Use calloc instead of malloc+memset.
|
Thu, 25 Nov 2010 10:02:51 +0000 |
cboesch |
Remove GCC warning hack not needed anymore
|
Thu, 25 Nov 2010 10:01:48 +0000 |
cboesch |
Remove dead define
|
Sun, 21 Nov 2010 16:52:22 +0000 |
cboesch |
Do not keep authentication in URL on connection through a proxy
|
Thu, 18 Nov 2010 20:20:39 +0000 |
cboesch |
Add Proxy-Authorization header to authenticate on proxies
|
Thu, 18 Nov 2010 20:18:44 +0000 |
cboesch |
"Authentication" header is for the destination server URL, even through a proxy
|
Sun, 07 Nov 2010 21:48:12 +0000 |
cboesch |
Replace hardcoded str size with sizeof
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Sun, 17 Oct 2010 16:10:17 +0000 |
reimar |
Fix possible crash for invalid http_proxy URLs like just
|
Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Fri, 10 Sep 2010 16:54:47 +0000 |
diego |
Remove duplicate stream_cache_size extern declaration.
|
Mon, 28 Jun 2010 08:26:14 +0000 |
diego |
Factorize MPlayer/MEncoder version string handling.
|