summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* lavf/http: remove Mozilla/5.0 from user agent.Clément Bœsch2013-06-17
* Accept incomplete http cookies without domain.Carl Eugen Hoyos2013-06-10
* lavf/http: remove duplicated dec flag.Clément Bœsch2013-04-19
* lavf/http: use a more compatible default user agent.Clément Bœsch2013-04-06
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-28
|\
| * lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* | fix memory leak on string reassignMicah Galizia2013-01-21
* | lavf/http: add HTTP protocol cookie supportMicah Galizia2013-01-15
* | lavf/http: fix/extend option descriptionsStefano Sabatini2013-01-12
* | http: dont null check p, its unneededMichael Niedermayer2012-12-11
* | http/utils: rename "demuxer" to mime_typeMichael Niedermayer2012-12-10
* | http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer2012-12-09
* | http: export ICY content typeMichael Niedermayer2012-12-09
* | 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