381 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

Author SHA1 Message Date
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Nick Ruff ea24781a9b lavf/rtmp: Add option to set TCP_NODELAY for rtmp 3 years ago
Andreas Rheinhardt 5cad6c6e85 avformat/rtmpproto: Only include RTMP protocols that are enabled 4 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Limin Wang fa21df2bd4 avformat/rtmpproto: use av_reallocp_array() 5 years ago
Jun Zhao 70e292becf lavf/rtmpproto: Don't unref uninitialized buffers 5 years ago
Jun Zhao 487e7e9670 lavf/rtmpproto: fix the playpath truncation if the len > 512 5 years ago
Steven Liu 991cf95fde avformat/rtmpproto: fix memleak when open rtmp failed 5 years ago
Steven Liu 35236fd729 avformat/rtmpptoto: add logging context to log 5 years ago
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