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-10-21avformat/rtmpproto: Fix RTMP control message handling error in listen mode.Hiroyuki OYAMA
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
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
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-01-01Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'Hendrik Leppkes
2015-12-14rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö
2015-10-14Merge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37'Hendrik Leppkes
2015-10-14rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer
2015-10-02avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrongMichael Niedermayer
2015-09-16avformat/rtmpproto: Fix 2nd packet sizeMichael Niedermayer
2015-07-30rtmpproto: free hmac context properlyJames Almer
2015-07-30avformat/rtmpproto: free hmac context properlyJames Almer
2015-07-29rtmpproto: use AVHMAC instead of a custom implementationJames Almer
2015-07-29avformat/rtmpproto: use AVHMAC instead of a custom implementationJames Almer
2015-07-01avformat/rtmpproto: increase hardcoded url/path lengthsPaul B Mahol
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-12-22avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-29Merge commit '491805636cef50d3f582bd345e1460eeb739ea48'Michael Niedermayer
2014-11-28rtmpproto: Fix a typo in a commentMartin Storsjö
2014-11-28Merge commit '01eac895ab350027467ffbe7278740f89ae8be75'Michael Niedermayer
2014-11-28Merge commit '3c3b8003a13d9c3668c0bb6d79d2376da3b2b352'Michael Niedermayer
2014-11-28Merge commit '857e6667f9061ae261c0b951113e4efc4329b05e'Michael Niedermayer
2014-11-28rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccessMartin Storsjö
2014-11-28rtmpproto: Simplify code for copying data into the output packetMartin Storsjö
2014-11-28rtmpproto: Clarify a commentMartin Storsjö
2014-11-24avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleA...Jeffrey Wescott
2014-11-05Merge commit 'a490391157dcf4dc6b65352ec3eea2781dd0a404'Michael Niedermayer
2014-11-05rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö
2014-11-04avformat/rtmpproto: Do not fail when the length cannot be determined for live...Michael Niedermayer
2014-10-20rtmpproto: remove dead codeVittorio Giovara
2014-10-19rtmpproto: Don't mistake app for playpath.Kacper Michajłow
2014-10-19Merge commit '0034314a69e76a53534a74cceef865cfcb7b42cc'Michael Niedermayer
2014-10-18rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov
2014-10-18Merge commit '9bec3ca2b878c83d2337bc6095bd51c3e3f8eef0'Michael Niedermayer
2014-10-18Merge commit 'f4cd8b80b9cb2a9a4112d8abb1d3b93cd3b4e467'Michael Niedermayer
2014-10-18rtmpproto: Add pause supportUwe L. Korn
2014-10-18rtmpproto: Track last received timestampUwe L. Korn
2014-10-17Merge commit 'e65c776d18dc14df8a279e017760862f9fc8763b'Michael Niedermayer
2014-10-17Merge commit '324b23dde1bc8638959eb32419c95a93906db272'Michael Niedermayer
2014-10-17rtmpproto: Add getStreamLength call to query durationUwe L. Korn
2014-10-17rtmpproto: Add function to read a number responseUwe L. Korn
2014-10-16Merge commit '79dd756e143a54efc25d64e90505f0dca6cbc4ec'Michael Niedermayer
2014-10-15rtmpproto: Fix a typoMartin Storsjö