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-16Merge commit 'b5210f4eae30df587815b5f005f219aa723591d3' into release/2.2Michael Niedermayer
2014-03-16Merge commit '10379d50be18325a07ef297bd2120d85a58ec78b' into release/2.2Michael Niedermayer
2014-03-16Merge commit 'cd874cf8e69f1b31986fd978577994b45efa3d5c' into release/2.2Michael Niedermayer
2014-03-16Merge commit 'f859fed03d5d039430baea03a0ef35cfd6ac4abd' into release/2.2Michael Niedermayer
2014-03-16Merge commit '991e6fa35b4ad2df389ba7e1c2c58d064e295c76' into release/2.2Michael Niedermayer
2014-03-16Merge commit '09dca5106698871920328ae8041d1437ce3cff43' into release/2.2Michael Niedermayer
2014-03-16Merge commit '40de74d0eb8c1898e2184a1484fe246aed5b295d' into release/2.2Michael Niedermayer
2014-03-16Merge commit 'e2811c2ede428a20aec3630bef4378f2927fb306' into release/2.2Michael Niedermayer
2014-03-16Merge commit '25d14b716aef43bf9e82f1d67a364e5922332f47' into release/2.2Michael Niedermayer
2014-03-16Merge commit 'f1de93dec302cc860c718e89656f184510b2d239' into release/2.2Michael Niedermayer
2014-03-16http: handle ICY in presence of chunked transfer encodingwm4
2014-03-16Merge commit '738d68d' into release/2.2Michael Niedermayer
2014-03-16Merge commit '00ecce5' into release/2.2Michael Niedermayer
2014-03-15http: Properly initialize icy headers stringAlessandro Ghedini
2014-03-15http: Declare more parameters as const where possibleMartin Storsjö
2014-03-15http: Allow setting a Content-Type for POST requestsClément Bœsch
2014-03-15http: Improve options descriptionsReinhard Tartler
2014-03-15http: Always allow no-op seekAnssi Hannula
2014-03-15http: Add support for selecting a request rangeAnssi Hannula
2014-03-15http: Support setting custom User-AgentClément Bœsch
2014-03-15http: Export Content-Type informationMichael Niedermayer
2014-03-15http: Add support reading ICY metadataLuca Barbato
2014-03-15http: Refactor process_lineLuca Barbato
2014-03-15http: K&R formatting cosmeticsLuca Barbato
2014-03-15http: Drop doxy commentsLuca Barbato
2014-03-15http: Return meaningful error codesLuca Barbato
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