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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-23Document why we always send a Range HTTP header.Reimar Döffinger
2012-09-23Revert "http: only send range header when necessary"Michael Niedermayer
2012-09-23http: only send range header when necessaryDuncan Salerno
2012-09-23http: larger buffer for long URIsDuncan Salerno
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-06-28http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-17http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö
2012-06-17http: Fail reading if the connection has gone awayMartin Storsjö
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-01http: Add the url_shutdown function for https, tooMartin Storsjö
2012-06-01http: Simplify code by removing a local variableMartin Storsjö
2012-06-01http: Clear the old URLContext pointer when closedMartin Storsjö
2012-06-01http: use ffurl_closep()Michael Niedermayer
2012-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-31http: Pass the proper return code of net IO operationsSamuel Pitoiset
2012-05-31http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-28http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset
2012-05-28http: Add support for using persistent connectionsSamuel Pitoiset
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23http: Add support for reading http POST reply headersSamuel Pitoiset
2012-05-23http: Add http_shutdown() for ending writing of postsSamuel Pitoiset
2012-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-20http: Factorize the code by adding http_read_header()Samuel Pitoiset
2012-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13http: Clear the auth state on redirectsMartin Storsjö
2012-03-13http: Retry auth if it failed due to being staleMartin Storsjö
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01http: Make sure proxyauth is initializedMartin Storsjö
2011-11-22http: add user_agent option.Clément Bœsch
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18http: Don't use the normal http proxy mechanism for httpsMartin Storsjö
2011-11-18http: Reorder two code blocksMartin Storsjö
2011-11-18http: Add a new protocol for opening connections via http proxiesMartin Storsjö
2011-11-18http: Split out the non-chunked buffer reading part from http_readMartin Storsjö
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer