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
2014-03-12http: Properly initialize icy headers stringAlessandro Ghedini
2014-03-12http: Declare more parameters as const where possibleMartin Storsjö
2014-03-12http: Allow setting a Content-Type for POST requestsClément Bœsch
2014-03-12http: Improve options descriptionsAlessandro Ghedini
2014-03-12http: Always allow no-op seekAnssi Hannula
2014-03-12http: Add support for selecting a request rangeAnssi Hannula
2014-03-12http: Support setting custom User-AgentClément Bœsch
2014-03-12http: Export Content-Type informationMichael Niedermayer
2014-03-12http: Add support reading ICY metadataLuca Barbato
2014-03-12http: Refactor process_lineLuca Barbato
2014-03-12http: K&R formatting cosmeticsLuca Barbato
2014-03-12http: Drop doxy commentsLuca Barbato
2014-03-12http: Return meaningful error codesLuca Barbato
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-10-14http: Check the auth string contents and not only the pointerMichael Niedermayer
2013-10-13http: Support auth method detection for POSTMartin Storsjö
2013-10-13http: Add an option for forcing basic authenticationMartin Storsjö
2013-09-27http: Pass options through to the nested protocolMartin Storsjö
2013-07-28http: Support reading gzip/deflate compressed dataZhang Rui
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje
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-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-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-28http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset
2012-05-28http: Add support for using persistent connectionsSamuel Pitoiset
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-20http: Factorize the code by adding http_read_header()Samuel Pitoiset
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-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-01http: Make sure proxyauth is initializedMartin Storsjö
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-13avio: add support for passing options to protocols.Anton Khirnov