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
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2015-07-30http: Add the trailing endlines if they are missingLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun
2014-08-13http: Fix authentication, broken since 6a463e7fbMartin Storsjö
2014-08-13http: enable icy metadata by default.Andrew Stone
2014-08-13http: export icecast metadata as an option with name "metadata".Andrew Stone
2014-08-13http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö
2014-08-04http: Refactor http_open_cnxLuca Barbato
2014-07-24http: K&R formatting cosmeticsDiego Biurrun
2014-07-22http: Use a constant for the supported header sizeLuca Barbato
2014-07-22http: Do move the class instantiation in the conditional blockLuca Barbato
2014-07-22http: Provide an option to override the HTTP methodLuca Barbato
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ö