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
2018-01-25libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann
2017-10-21Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer
2017-09-27Merge commit '15a92e0c402c830b607f905d6bf203b6cfb4fa8c'James Almer
2017-09-27Merge commit 'a1a143adb0fd11c474221431417cff25db7d920f'James Almer
2017-07-07rtmpproto: Fix error returnDerek Buitenhuis
2017-05-07rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino
2017-03-29Merge commit 'f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6'Clément Bœsch
2017-03-27Merge commit 'c541a44e029e8a4f21db028c34fee3ad1c10a409'Clément Bœsch
2017-03-23Merge commit '7d8d726be7dc46343ab1c98c339c1ed44bcb07c1'Clément Bœsch
2017-03-23Merge commit '9f23f77a532ca9c2b7dc4b5328bc413e4f6f5b56'Clément Bœsch
2017-03-23Merge commit '8b5e0d17e70400eaf5dc3845b5c1df8b2b88d830'Clément Bœsch
2017-03-23Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'Clément Bœsch
2017-03-23Merge commit '7395784ba72742b6daa62d35db4028e09f3fdf06'Clément Bœsch
2017-03-22avformat/rtmpproto: change rtmp_open from url_open to url_open2Steven Liu
2017-03-20rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun
2017-02-03rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö
2017-02-03rtmp: Rename packet types to closer match the specMartin Storsjö
2017-01-29rtmp: Account for bytes_read wraparoundLuca Barbato
2017-01-25lavf/rtmpproto: Make bytes_read variables 64bit.Carl Eugen Hoyos
2016-11-02rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun
2016-10-30Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato
2016-10-21avformat/rtmpproto: Fix RTMP control message handling error in listen mode.Hiroyuki OYAMA
2016-10-14rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö
2016-10-14rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö
2016-10-14rtmpproto: Send chunk size on the network channelMartin Storsjö
2016-10-14rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö
2016-10-14rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö
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