summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-26avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer1-1/+0
2013-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+2
2013-10-14http: Check the auth string contents and not only the pointerMichael Niedermayer1-1/+2
2013-10-13avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer1-1/+1
2013-10-13Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer2-2/+18
2013-10-13Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4'Michael Niedermayer2-1/+4
2013-10-13http: Support auth method detection for POSTMartin Storsjö2-2/+18
2013-10-13http: Add an option for forcing basic authenticationMartin Storsjö2-1/+4
2013-09-27Merge commit '5c53bf7aaf03748464cbf978bffe7ffdb71112b1'Michael Niedermayer1-25/+27
2013-09-26http: Pass options through to the nested protocolMartin Storsjö1-8/+26
2013-07-29Merge commit '0f51c398beac87682b2249662b97e30512f7868c'Michael Niedermayer1-8/+17
2013-07-28http: Support reading gzip/deflate compressed dataZhang Rui1-0/+75
2013-07-24avformat/http: support reading compressed dataZhang Rui1-0/+66
2013-07-04avformat/http: support relative url redirectionZhang Rui1-1/+3
2013-07-02lavf/http: add support for reading streamcast metadatawm43-1/+66
2013-06-17lavf/http: remove Mozilla/5.0 from user agent.Clément Bœsch1-1/+1
2013-06-10Accept incomplete http cookies without domain.Carl Eugen Hoyos1-0/+2
2013-04-19lavf/http: remove duplicated dec flag.Clément Bœsch1-2/+1
2013-04-06lavf/http: use a more compatible default user agent.Clément Bœsch1-3/+3
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-10/+123
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö5-9/+65
2013-01-21fix memory leak on string reassignMicah Galizia1-0/+3
2013-01-15lavf/http: add HTTP protocol cookie supportMicah Galizia2-1/+117
2013-01-12lavf/http: fix/extend option descriptionsStefano Sabatini1-5/+5
2012-12-10http: dont null check p, its unneededMichael Niedermayer1-1/+1
2012-12-10http/utils: rename "demuxer" to mime_typeMichael Niedermayer2-6/+6
2012-12-09http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer2-5/+5
2012-12-09http: export ICY content typeMichael Niedermayer1-0/+6
2012-10-24http: add -content_type user option.Clément Bœsch1-0/+5
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer11-675/+781
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau1-1/+1
2012-10-09http: add 'timeout' AVOptionAndrey Utkin1-2/+18
2012-10-05http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno1-2/+2
2012-10-05http: add option to prevent probing for HTTP seekabilityDuncan Salerno1-4/+12
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-78/+91
2012-09-27http: Increase buffer sizes to cope with longer URIsDuncan Salerno1-5/+8
2012-09-23Document why we always send a Range HTTP header.Reimar Döffinger1-0/+3
2012-09-23Revert "http: only send range header when necessary"Michael Niedermayer1-1/+1
2012-09-23http: only send range header when necessaryDuncan Salerno1-1/+1
2012-09-23http: larger buffer for long URIsDuncan Salerno1-2/+2
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-06-27http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer1-1/+5
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard4-4/+0
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-231/+952
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje1-3/+3
[next]