summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* http: add -content_type user option.Clément Bœsch2012-10-24
* Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-10
|\
| * http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-09
* | http: add 'timeout' AVOptionAndrey Utkin2012-10-09
* | http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno2012-10-05
* | http: add option to prevent probing for HTTP seekabilityDuncan Salerno2012-10-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|\|
| * http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-28
* | Document why we always send a Range HTTP header.Reimar Döffinger2012-09-23
* | Revert "http: only send range header when necessary"Michael Niedermayer2012-09-23
* | http: only send range header when necessaryDuncan Salerno2012-09-23
* | http: larger buffer for long URIsDuncan Salerno2012-09-23
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * http: replace atoll() with strtoll()Ronald S. Bultje2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-18
|\|
| * http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-17
| * http: Fail reading if the connection has gone awayMartin Storsjö2012-06-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-01
|\|
| * http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-01
| * http: Simplify code by removing a local variableMartin Storsjö2012-06-01
| * http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-01
* | http: use ffurl_closep()Michael Niedermayer2012-06-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-31
|\|
| * http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-30
| * http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-30
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-30
|\|
| * http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-28
| * http: Add support for using persistent connectionsSamuel Pitoiset2012-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-22
| * http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-21
|\|
| * http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-14
|\|
| * http: Clear the auth state on redirectsMartin Storsjö2012-03-13
| * http: Retry auth if it failed due to being staleMartin Storsjö2012-03-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Remove extraneous semicolonsMans Rullgard2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * http: Make sure proxyauth is initializedMartin Storsjö2011-12-01
* | http: add user_agent option.Clément Bœsch2011-11-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-19
|\|
| * http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-18