343 Commits (d3463912c196a9814a0144ce7db7e38c11948c7d)

Author SHA1 Message Date
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
Martin Storsjö 79dd756e14 rtmpproto: Fix a typo 10 years ago
Alexander Drozdov 08ccc474b7 RTMP: fix FD leak in rtmp_open() 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Uwe L. Korn 59cb5747ec rtmpproto: read metadata to set correct FLV header 11 years ago
Reynaldo H. Verdejo Pinochet 93cade4825 rtmpproto: info out for unsupported auth vars 11 years ago
Reynaldo H. Verdejo Pinochet e83aae2839 rtmpproto: avoid setting auth var value if null 11 years ago
Michael Niedermayer 0c2a6dabce avformat/rtmpproto: add FFMIN() to av_strlcpy() 11 years ago
Martin Storsjö 0bacfa8d37 rtmpproto: Check the buffer sizes when copying app/playpath strings 11 years ago
Uwe L. Korn 7ce3bd9614 rtmpproto: Support alternative slist parameter in rtmp URLs 11 years ago
Stephan Soller 36b9c27dae avformat/rtmpproto: Added handling of an initial RTMP chunk size packet. 11 years ago
Stephan Soller 4d40e073dc rtmpproto: Handle RTMP chunk size packets before the connect packet 11 years ago
Martin Storsjö 6477139721 rtmpproto: Make sure to pass on the error code if read_connect failed 11 years ago
Martin Storsjö 24eb3c7916 rtmpproto: Avoid using uninitialized memory 11 years ago
Vittorio Giovara d763978583 rtmpproto: Reorder conditions to help dead code elimination 11 years ago
Martin Storsjö 84a125c4c2 rtmp: Allocate the prev_pkt arrays dynamically 11 years ago
Martin Storsjö cd818b3a57 rtmpproto: Validate the embedded flv packet size before copying 11 years ago
Martin Storsjö 8921e32f73 rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early 11 years ago
Martin Storsjö 24fee95321 rtmpproto: Move the flv header/trailer addition to append_flv_data 11 years ago
Martin Storsjö 72540e514c rtmpproto: Clear the flv allocation size on reallocp failures 11 years ago
Martin Storsjö 4d6d70292e rtmpproto: Pass the 'live' parameter in the right unit 11 years ago