165 Commits (06a1d1323bc8afd03f085ae98d9b74e431b3534e)

Author SHA1 Message Date
Luca Barbato 7bdd2ff682 http: Use a constant for the supported header size 11 years ago
Luca Barbato 389380c279 http: Do move the class instantiation in the conditional block 11 years ago
Luca Barbato 28df1d2411 http: Provide an option to override the HTTP method 11 years ago
Alessandro Ghedini 6998a9f4c4 http: Properly initialize icy headers string 11 years ago
Martin Storsjö e77a2ea950 http: Declare more parameters as const where possible 11 years ago
Clément Bœsch 2572d07c1f http: Allow setting a Content-Type for POST requests 11 years ago
Alessandro Ghedini fe568b3d27 http: Improve options descriptions 11 years ago
Anssi Hannula ab76d9f628 http: Always allow no-op seek 11 years ago
Anssi Hannula 2ec33d2712 http: Add support for selecting a request range 11 years ago
Clément Bœsch ddfc989063 http: Support setting custom User-Agent 11 years ago
Michael Niedermayer e58c85b068 http: Export Content-Type information 11 years ago
Luca Barbato 8075c3d8bb http: Add support reading ICY metadata 11 years ago
Luca Barbato 4ff99ab3d7 http: Refactor process_line 11 years ago
Luca Barbato 7a2fddb448 http: K&R formatting cosmetics 11 years ago
Luca Barbato 78b21c1d71 http: Drop doxy comments 11 years ago
Luca Barbato 55a215ba63 http: Return meaningful error codes 11 years ago
Martin Storsjö be4edda673 http: Expose the content location via an AVOption 11 years ago
Zhang Rui 393d80cc27 http: Support relative URL redirection 11 years ago
Martin Storsjö 76267ecc82 http: Remove an unrelated and mistakenly set AVOption unit name 11 years ago
Michael Niedermayer 708b32b6f7 http: Check the auth string contents and not only the pointer 11 years ago
Martin Storsjö 71549a857b http: Support auth method detection for POST 11 years ago
Martin Storsjö eb8b05a382 http: Add an option for forcing basic authentication 11 years ago
Martin Storsjö 5c53bf7aaf http: Pass options through to the nested protocol 11 years ago
Zhang Rui 0f51c398be http: Support reading gzip/deflate compressed data 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Martin Storsjö de9cd1b173 lavf: Handle the environment variable no_proxy more properly 12 years ago
Janne Grunau 4a7c0c4555 http: use av_strlcpy instead of strcpy() without size checks 12 years ago
Duncan Salerno 8bd324e9e4 http: Increase buffer sizes to cope with longer URIs 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 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
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
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