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
2017-01-02avformat/rtmphttp: fix bug for rtmphttpSteven Liu
2016-08-05lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2013-11-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-18rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov
2013-11-16avformat/rtmphttp: Partial fix for the ticket #3127 (second try)Byte
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
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
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-17RTMPT protocol supportSamuel Pitoiset