summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* fix memory leak on string reassignMicah Galizia2013-01-211-0/+3
* lavf/http: add HTTP protocol cookie supportMicah Galizia2013-01-151-0/+116
* lavf/http: fix/extend option descriptionsStefano Sabatini2013-01-121-5/+5
* http: dont null check p, its unneededMichael Niedermayer2012-12-111-1/+1
* http/utils: rename "demuxer" to mime_typeMichael Niedermayer2012-12-101-3/+3
* http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer2012-12-091-4/+2
* http: export ICY content typeMichael Niedermayer2012-12-091-0/+6
* http: add -content_type user option.Clément Bœsch2012-10-241-0/+5
* Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-101-1/+1
|\
| * http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* | http: add 'timeout' AVOptionAndrey Utkin2012-10-091-2/+18
* | http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno2012-10-051-2/+2
* | http: add option to prevent probing for HTTP seekabilityDuncan Salerno2012-10-051-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-281-5/+8
|\ \ | |/
| * http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-281-5/+8
* | Document why we always send a Range HTTP header.Reimar Döffinger2012-09-231-0/+3
* | Revert "http: only send range header when necessary"Michael Niedermayer2012-09-231-1/+1
* | http: only send range header when necessaryDuncan Salerno2012-09-231-1/+1
* | http: larger buffer for long URIsDuncan Salerno2012-09-231-2/+2
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* | http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer2012-06-281-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-1/+0
|\ \ | |/
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-3/+3
|\ \ | |/
| * http: replace atoll() with strtoll()Ronald S. Bultje2012-06-191-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-8/+8
|\ \ | |/
| * http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-171-9/+6
| * http: Fail reading if the connection has gone awayMartin Storsjö2012-06-171-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-011-13/+7
|\ \ | |/
| * http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-011-0/+1
| * http: Simplify code by removing a local variableMartin Storsjö2012-06-011-12/+9
| * http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-011-0/+3
* | http: use ffurl_closep()Michael Niedermayer2012-06-011-8/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-311-9/+27
|\ \ | |/
| * http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-301-8/+8
| * http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-301-1/+19
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-301-8/+33
|\ \ | |/
| * http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-281-5/+20
| * http: Add support for using persistent connectionsSamuel Pitoiset2012-05-281-3/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-3/+34
|\ \ | |/
| * http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
| * http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-211-38/+40
|\ \ | |/
| * http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-201-38/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-141-7/+15
|\ \ | |/
| * http: Clear the auth state on redirectsMartin Storsjö2012-03-131-0/+3
| * http: Retry auth if it failed due to being staleMartin Storsjö2012-03-131-7/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+3
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+3
OpenPOWER on IntegriCloud