372 Commits (20608261f7818fc034f96034a089e755f095716e)

Author SHA1 Message Date
Josh Allmann ee88f31d34 libavformat/rtmpproto: Plug leak if sending bytes read report fails. 7 years ago
Josh Allmann a2a9e4eea0 rtmp: Plug leak if sending bytes read report fails. 7 years ago
Derek Buitenhuis c27d7c027c rtmpproto: Fix error return 7 years ago
Ricardo Constantino c0b3781bf2 rtmpproto: send swfverify value as swfurl if latter is unused 8 years ago
Ricardo Constantino d4f3c26b70 rtmpproto: send swfverify value as swfurl if latter is unused 8 years ago
Steven Liu 8ddadf56f6 avformat/rtmpproto: change rtmp_open from url_open to url_open2 8 years ago
Diego Biurrun b864230c49 rtmp: Move RTMP digest calculation to a separate file 8 years ago
Martin Storsjö 15a92e0c40 rtmp: Correctly handle the Window Acknowledgement Size packets 8 years ago
Martin Storsjö a1a143adb0 rtmp: Rename packet types to closer match the spec 8 years ago
Luca Barbato 11e225db31 rtmp: Account for bytes_read wraparound 8 years ago
Carl Eugen Hoyos 75bd4ea024 lavf/rtmpproto: Make bytes_read variables 64bit. 8 years ago
Diego Biurrun f4ca8ea92a rtmpproto: Restructure zlib code to avoid unreachable code warning 8 years ago
Luca Barbato c541a44e02 Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake" 8 years ago
Hiroyuki OYAMA 47f74df29c avformat/rtmpproto: Fix RTMP control message handling error in listen mode. 8 years ago
Martin Storsjö 7d8d726be7 rtmpproto: Don't include a client version in the unencrypted C1 handshake 8 years ago
Martin Storsjö 9f23f77a53 rtmpproto: Don't include the libavformat version as "clientid" 8 years ago
Martin Storsjö 8b5e0d17e7 rtmpproto: Send chunk size on the network channel 8 years ago
Martin Storsjö d6ded94036 rtmpproto: Lengthen the filename buffer when receiving streams 8 years ago
Martin Storsjö 7395784ba7 rtmpproto: Check the return from ff_amf_read_string 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Martin Storsjö 64f8c439fd rtmpproto: Include the full path as app when "slist=" is found 9 years ago
Michael Niedermayer e55376a1fd rtmpproto: Write correct flv packet sizes at the end of packets 9 years ago
Michael Niedermayer 94d50b5d00 avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrong 9 years ago
Michael Niedermayer e01ad950bb avformat/rtmpproto: Fix 2nd packet size 9 years ago
James Almer 9487ffd4c0 rtmpproto: free hmac context properly 9 years ago
James Almer 6ce3d9fc4a avformat/rtmpproto: free hmac context properly 9 years ago
James Almer 65dd6a1f84 rtmpproto: use AVHMAC instead of a custom implementation 9 years ago
James Almer 6c87b86628 avformat/rtmpproto: use AVHMAC instead of a custom implementation 9 years ago
Paul B Mahol 5165c600eb avformat/rtmpproto: increase hardcoded url/path lengths 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 03b84f2fb2 avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö 491805636c rtmpproto: Fix a typo in a comment 10 years ago
Martin Storsjö 01eac895ab rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess 10 years ago
Martin Storsjö 3c3b8003a1 rtmpproto: Simplify code for copying data into the output packet 10 years ago
Martin Storsjö 857e6667f9 rtmpproto: Clarify a comment 10 years ago
Jeffrey Wescott 60fd790f38 avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleAccess 10 years ago
Martin Storsjö a490391157 rtmpproto: Ignore errors from the getStreamLength method 10 years ago
Michael Niedermayer 09711545f5 avformat/rtmpproto: Do not fail when the length cannot be determined for live streams 10 years ago
Vittorio Giovara 322b571d55 rtmpproto: remove dead code 10 years ago
Kacper Michajłow f22cf88fd3 rtmpproto: Don't mistake app for playpath. 10 years ago
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 10 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 10 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 10 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 10 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 10 years ago