| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362' | Michael Niedermayer | 2013-11-22 | 1 | -5/+15 |
|\ |
|
| * | http: Expose the content location via an AVOption | Martin Storsjö | 2013-11-22 | 1 | -5/+15 |
* | | Merge commit '393d80cc278e2b2f5c9e7805db176e6f28335a33' | Michael Niedermayer | 2013-11-22 | 1 | -2/+3 |
|\| |
|
| * | http: Support relative URL redirection | Zhang Rui | 2013-11-22 | 1 | -1/+4 |
* | | Merge commit '76267ecc82e3018e1913a2483d5fc47d0949cbd8' | Michael Niedermayer | 2013-11-22 | 1 | -1/+1 |
|\| |
|
| * | http: Remove an unrelated and mistakenly set AVOption unit name | Martin Storsjö | 2013-11-22 | 1 | -1/+1 |
* | | avformat/http: print http headers at AV_LOG_DEBUG level | Michael Niedermayer | 2013-11-05 | 1 | -2/+5 |
* | | http: add hack to make streams served by MediaGateway not seekable | wm4 | 2013-11-03 | 1 | -2/+10 |
* | | avformat/http: fix cookies | Michael Niedermayer | 2013-10-31 | 1 | -1/+1 |
* | | avformat/http: dont fail with unknown Content-Encodings | Michael Niedermayer | 2013-10-26 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-15 | 1 | -1/+2 |
|\| |
|
| * | http: Check the auth string contents and not only the pointer | Michael Niedermayer | 2013-10-14 | 1 | -1/+2 |
* | | avformat/http: check the auth string contents not the pointer which cannot be... | Michael Niedermayer | 2013-10-14 | 1 | -1/+1 |
* | | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af' | Michael Niedermayer | 2013-10-14 | 1 | -1/+17 |
|\| |
|
| * | http: Support auth method detection for POST | Martin Storsjö | 2013-10-13 | 1 | -1/+17 |
* | | Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4' | Michael Niedermayer | 2013-10-14 | 1 | -0/+3 |
|\| |
|
| * | http: Add an option for forcing basic authentication | Martin Storsjö | 2013-10-13 | 1 | -0/+3 |
* | | Merge commit '5c53bf7aaf03748464cbf978bffe7ffdb71112b1' | Michael Niedermayer | 2013-09-27 | 1 | -25/+27 |
|\| |
|
| * | http: Pass options through to the nested protocol | Martin Storsjö | 2013-09-26 | 1 | -8/+26 |
* | | Merge commit '0f51c398beac87682b2249662b97e30512f7868c' | Michael Niedermayer | 2013-07-29 | 1 | -8/+17 |
|\| |
|
| * | http: Support reading gzip/deflate compressed data | Zhang Rui | 2013-07-28 | 1 | -0/+75 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -3/+3 |
* | | avformat/http: support reading compressed data | Zhang Rui | 2013-07-24 | 1 | -0/+66 |
* | | avformat/http: support relative url redirection | Zhang Rui | 2013-07-04 | 1 | -1/+3 |
* | | lavf/http: add support for reading streamcast metadata | wm4 | 2013-07-02 | 1 | -0/+51 |
* | | lavf/http: remove Mozilla/5.0 from user agent. | Clément Bœsch | 2013-06-17 | 1 | -1/+1 |
* | | Accept incomplete http cookies without domain. | Carl Eugen Hoyos | 2013-06-10 | 1 | -0/+2 |
* | | lavf/http: remove duplicated dec flag. | Clément Bœsch | 2013-04-19 | 1 | -2/+1 |
* | | lavf/http: use a more compatible default user agent. | Clément Bœsch | 2013-04-06 | 1 | -3/+3 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-28 | 1 | -4/+4 |
|\| |
|
| * | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 1 | -4/+4 |
* | | fix memory leak on string reassign | Micah Galizia | 2013-01-21 | 1 | -0/+3 |
* | | lavf/http: add HTTP protocol cookie support | Micah Galizia | 2013-01-15 | 1 | -0/+116 |
* | | lavf/http: fix/extend option descriptions | Stefano Sabatini | 2013-01-12 | 1 | -5/+5 |
* | | http: dont null check p, its unneeded | Michael Niedermayer | 2012-12-11 | 1 | -1/+1 |
* | | http/utils: rename "demuxer" to mime_type | Michael Niedermayer | 2012-12-10 | 1 | -3/+3 |
* | | http/utils: move mime -> demuxer maping from http to utils | Michael Niedermayer | 2012-12-09 | 1 | -4/+2 |
* | | http: export ICY content type | Michael Niedermayer | 2012-12-09 | 1 | -0/+6 |
* | | http: add -content_type user option. | Clément Bœsch | 2012-10-24 | 1 | -0/+5 |
* | | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
|\| |
|
| * | http: use av_strlcpy instead of strcpy() without size checks | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | | http: add 'timeout' AVOption | Andrey Utkin | 2012-10-09 | 1 | -2/+18 |
* | | http: prevent the Range header being sent when seekability probing isnt used | Duncan Salerno | 2012-10-05 | 1 | -2/+2 |
* | | http: add option to prevent probing for HTTP seekability | Duncan Salerno | 2012-10-05 | 1 | -4/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 1 | -5/+8 |
|\| |
|
| * | http: Increase buffer sizes to cope with longer URIs | Duncan Salerno | 2012-09-28 | 1 | -5/+8 |
* | | Document why we always send a Range HTTP header. | Reimar Döffinger | 2012-09-23 | 1 | -0/+3 |
* | | Revert "http: only send range header when necessary" | Michael Niedermayer | 2012-09-23 | 1 | -1/+1 |
* | | http: only send range header when necessary | Duncan Salerno | 2012-09-23 | 1 | -1/+1 |