331 Commits (ba40b3520d91a3bff1637cbff54562e03b79bc2d)

Author SHA1 Message Date
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Martin Storsjö de9cd1b173 lavf: Handle the environment variable no_proxy more properly 12 years ago
Micah Galizia c8ea5ccd5d fix memory leak on string reassign 12 years ago
Micah Galizia 0b80a12184 lavf/http: add HTTP protocol cookie support 12 years ago
Stefano Sabatini 255ec768da lavf/http: fix/extend option descriptions 12 years ago
Michael Niedermayer 0a60f83075 http: dont null check p, its unneeded 12 years ago
Michael Niedermayer 20899c54f0 http/utils: rename "demuxer" to mime_type 12 years ago
Michael Niedermayer 68bc012190 http/utils: move mime -> demuxer maping from http to utils 12 years ago
Michael Niedermayer 76d851b656 http: export ICY content type 12 years ago
Clément Bœsch c01d1d4ddf http: add -content_type user option. 12 years ago
Janne Grunau 4a7c0c4555 http: use av_strlcpy instead of strcpy() without size checks 12 years ago
Andrey Utkin b6f435fbc8 http: add 'timeout' AVOption 12 years ago
Duncan Salerno 8a33210d1b http: prevent the Range header being sent when seekability probing isnt used 12 years ago
Duncan Salerno dd1e6b2a13 http: add option to prevent probing for HTTP seekability 12 years ago
Duncan Salerno 8bd324e9e4 http: Increase buffer sizes to cope with longer URIs 12 years ago
Reimar Döffinger 033f53fb8f Document why we always send a Range HTTP header. 12 years ago
Michael Niedermayer f0bb88e2bc Revert "http: only send range header when necessary" 12 years ago
Duncan Salerno 48cf0f1c18 http: only send range header when necessary 12 years ago
Duncan Salerno 0a8cc1179a http: larger buffer for long URIs 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 7803a04041 http: try to detect live akamai streams and dont enable seeking for them 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago
Martin Storsjö 35127bf156 http: Properly handle chunked transfer-encoding for replies to post data 13 years ago
Martin Storsjö eb564b23a3 http: Fail reading if the connection has gone away 13 years ago
Martin Storsjö dbaf79c9d7 http: Add the url_shutdown function for https, too 13 years ago
Martin Storsjö 5952564185 http: Simplify code by removing a local variable 13 years ago
Martin Storsjö 3cbcfa2dec http: Clear the old URLContext pointer when closed 13 years ago
Michael Niedermayer f218121a4d http: use ffurl_closep() 13 years ago
Samuel Pitoiset 9613240f72 http: Pass the proper return code of net IO operations 13 years ago
Samuel Pitoiset 1876e7c0c2 http: Add 'post_data', a new option which sets custom HTTP post data 13 years ago
Samuel Pitoiset e999b641df http: Add support for reusing the http socket for subsequent requests 13 years ago
Samuel Pitoiset 3bdb438e65 http: Add support for using persistent connections 13 years ago
Samuel Pitoiset e5773d8bc3 http: Add support for reading http POST reply headers 13 years ago
Samuel Pitoiset ba354a8cc0 http: Add http_shutdown() for ending writing of posts 13 years ago
Samuel Pitoiset 5d603f1b65 http: Factorize the code by adding http_read_header() 13 years ago
Martin Storsjö 499ad54d98 http: Clear the auth state on redirects 13 years ago
Martin Storsjö e75bbcf493 http: Retry auth if it failed due to being stale 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Martin Storsjö abe20c59b9 http: Make sure proxyauth is initialized 13 years ago
Clément Bœsch 2bb1c713cc http: add user_agent option. 13 years ago
Martin Storsjö dbc2424baa http: Don't use the normal http proxy mechanism for https 13 years ago
Martin Storsjö f5c5d57b57 http: Reorder two code blocks 13 years ago
Martin Storsjö 9f1dae944e http: Add a new protocol for opening connections via http proxies 13 years ago
Martin Storsjö bf7723a640 http: Split out the non-chunked buffer reading part from http_read 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö b911518d1c http: Handle proxy authentication 13 years ago