Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-23avformat/http: Properly handle cookies that specify sub-domain where the URL.Eli Kara
2014-01-03avformat/http: always allow no-op seekAnssi Hannula
2013-12-31avformat/http: allow the caller to select a request rangeAnssi Hannula
2013-11-22Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362'Michael Niedermayer
2013-11-22Merge commit '393d80cc278e2b2f5c9e7805db176e6f28335a33'Michael Niedermayer
2013-11-22Merge commit '76267ecc82e3018e1913a2483d5fc47d0949cbd8'Michael Niedermayer
2013-11-22http: Expose the content location via an AVOptionMartin Storsjö
2013-11-22http: Support relative URL redirectionZhang Rui
2013-11-22http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö
2013-11-05avformat/http: print http headers at AV_LOG_DEBUG levelMichael Niedermayer
2013-11-04http: add hack to make streams served by MediaGateway not seekablewm4
2013-10-31avformat/http: fix cookiesMichael Niedermayer
2013-10-26avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer
2013-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-14http: Check the auth string contents and not only the pointerMichael Niedermayer
2013-10-14avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer
2013-10-14Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer
2013-10-14Merge commit 'eb8b05a3824a9fa85e20d603595ac8a3b83505d4'Michael Niedermayer
2013-10-13http: Support auth method detection for POSTMartin Storsjö
2013-10-13http: Add an option for forcing basic authenticationMartin Storsjö
2013-09-27Merge commit '5c53bf7aaf03748464cbf978bffe7ffdb71112b1'Michael Niedermayer
2013-09-27http: Pass options through to the nested protocolMartin Storsjö
2013-07-29Merge commit '0f51c398beac87682b2249662b97e30512f7868c'Michael Niedermayer
2013-07-28http: Support reading gzip/deflate compressed dataZhang Rui
2013-07-24avformat/http: support reading compressed dataZhang Rui
2013-07-04avformat/http: support relative url redirectionZhang Rui
2013-07-02lavf/http: add support for reading streamcast metadatawm4
2013-06-17lavf/http: remove Mozilla/5.0 from user agent.Clément Bœsch
2013-06-10Accept incomplete http cookies without domain.Carl Eugen Hoyos
2013-04-19lavf/http: remove duplicated dec flag.Clément Bœsch
2013-04-06lavf/http: use a more compatible default user agent.Clément Bœsch
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-01-21fix memory leak on string reassignMicah Galizia
2013-01-16lavf/http: add HTTP protocol cookie supportMicah Galizia
2013-01-12lavf/http: fix/extend option descriptionsStefano Sabatini
2012-12-11http: dont null check p, its unneededMichael Niedermayer
2012-12-10http/utils: rename "demuxer" to mime_typeMichael Niedermayer
2012-12-09http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer
2012-12-09http: export ICY content typeMichael Niedermayer
2012-10-25http: add -content_type user option.Clément Bœsch
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09http: add 'timeout' AVOptionAndrey Utkin
2012-10-05http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno
2012-10-05http: add option to prevent probing for HTTP seekabilityDuncan Salerno
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno