summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* avformat/http: Properly handle cookies that specify sub-domain where the URL.Eli Kara2014-01-23
* avformat/http: always allow no-op seekAnssi Hannula2014-01-03
* avformat/http: allow the caller to select a request rangeAnssi Hannula2013-12-31
* Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362'Michael Niedermayer2013-11-22
|\
| * http: Expose the content location via an AVOptionMartin Storsjö2013-11-22
* | Merge commit '393d80cc278e2b2f5c9e7805db176e6f28335a33'Michael Niedermayer2013-11-22
|\|
| * http: Support relative URL redirectionZhang Rui2013-11-22
* | Merge commit '76267ecc82e3018e1913a2483d5fc47d0949cbd8'Michael Niedermayer2013-11-22
|\|
| * http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-22
* | avformat/http: print http headers at AV_LOG_DEBUG levelMichael Niedermayer2013-11-05
* | http: add hack to make streams served by MediaGateway not seekablewm42013-11-03
* | avformat/http: fix cookiesMichael Niedermayer2013-10-31
* | avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer2013-10-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-15
|\|
| * http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-14
* | avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer2013-10-14
* | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer2013-10-14
|\|
| * http: Support auth method detection for POSTMartin Storsjö2013-10-13
* | Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4'Michael Niedermayer2013-10-14
|\|
| * http: Add an option for forcing basic authenticationMartin Storsjö2013-10-13
* | Merge commit '5c53bf7aaf03748464cbf978bffe7ffdb71112b1'Michael Niedermayer2013-09-27
|\|
| * http: Pass options through to the nested protocolMartin Storsjö2013-09-26
* | Merge commit '0f51c398beac87682b2249662b97e30512f7868c'Michael Niedermayer2013-07-29
|\|
| * http: Support reading gzip/deflate compressed dataZhang Rui2013-07-28
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | avformat/http: support reading compressed dataZhang Rui2013-07-24
* | avformat/http: support relative url redirectionZhang Rui2013-07-04
* | lavf/http: add support for reading streamcast metadatawm42013-07-02
* | 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