summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/http: always allow no-op seekAnssi Hannula2014-01-031-0/+2
* avformat/http: allow the caller to select a request rangeAnssi Hannula2013-12-311-3/+11
* Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362'Michael Niedermayer2013-11-221-5/+15
|\
| * http: Expose the content location via an AVOptionMartin Storsjö2013-11-221-5/+15
* | Merge commit '393d80cc278e2b2f5c9e7805db176e6f28335a33'Michael Niedermayer2013-11-221-2/+3
|\ \ | |/
| * http: Support relative URL redirectionZhang Rui2013-11-221-1/+4
* | Merge commit '76267ecc82e3018e1913a2483d5fc47d0949cbd8'Michael Niedermayer2013-11-221-1/+1
|\ \ | |/
| * http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-221-1/+1
* | avformat/http: print http headers at AV_LOG_DEBUG levelMichael Niedermayer2013-11-051-2/+5
* | http: add hack to make streams served by MediaGateway not seekablewm42013-11-031-2/+10
* | avformat/http: fix cookiesMichael Niedermayer2013-10-311-1/+1
* | avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer2013-10-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-151-1/+2
|\ \ | |/
| * http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-141-1/+2
* | avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer2013-10-141-1/+1
* | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer2013-10-141-1/+17
|\ \ | |/
| * http: Support auth method detection for POSTMartin Storsjö2013-10-131-1/+17
* | Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4'Michael Niedermayer2013-10-141-0/+3
|\ \ | |/
| * http: Add an option for forcing basic authenticationMartin Storsjö2013-10-131-0/+3
* | Merge commit '5c53bf7aaf03748464cbf978bffe7ffdb71112b1'Michael Niedermayer2013-09-271-25/+27
|\ \ | |/
| * http: Pass options through to the nested protocolMartin Storsjö2013-09-261-8/+26
* | Merge commit '0f51c398beac87682b2249662b97e30512f7868c'Michael Niedermayer2013-07-291-8/+17
|\ \ | |/
| * http: Support reading gzip/deflate compressed dataZhang Rui2013-07-281-0/+75
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-3/+3
* | avformat/http: support reading compressed dataZhang Rui2013-07-241-0/+66
* | avformat/http: support relative url redirectionZhang Rui2013-07-041-1/+3
* | lavf/http: add support for reading streamcast metadatawm42013-07-021-0/+51
* | lavf/http: remove Mozilla/5.0 from user agent.Clément Bœsch2013-06-171-1/+1
* | Accept incomplete http cookies without domain.Carl Eugen Hoyos2013-06-101-0/+2
* | lavf/http: remove duplicated dec flag.Clément Bœsch2013-04-191-2/+1
* | lavf/http: use a more compatible default user agent.Clément Bœsch2013-04-061-3/+3
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-281-4/+4
|\ \ | |/
| * lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-4/+4
* | 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
OpenPOWER on IntegriCloud