201 Commits (9f0b6e6827e21e3477abe1199dc2728e30b8c061)

Author SHA1 Message Date
Michael Niedermayer e55376a1fd rtmpproto: Write correct flv packet sizes at the end of packets 9 years ago
James Almer 9487ffd4c0 rtmpproto: free hmac context properly 9 years ago
James Almer 65dd6a1f84 rtmpproto: use AVHMAC instead of a custom implementation 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 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
Martin Storsjö a490391157 rtmpproto: Ignore errors from the getStreamLength method 10 years ago
Vittorio Giovara 322b571d55 rtmpproto: remove dead code 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
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
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 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
Martin Storsjö a6b361325f rtmpproto: Print the error code string if there's no description 11 years ago
Luca Barbato 628a17d78a rtmp: alias rtmp_listen to listen 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Luca Barbato ba77757a7e rtmp: Replace a magic number with a macro 11 years ago
Luca Barbato 5840473890 rtmp: Rewrite embedded flv handling 11 years ago
Luca Barbato e40a0e8228 rtmp: Refactor get_packet 11 years ago
Luca Barbato 5532ee6d7d rtmp: Unbreak get_packet 11 years ago
Martin Storsjö b97b1adb3f rtmpproto: Add a comment explaining the logic in handle_notify 11 years ago
Luca Barbato ae0f316a47 rtmp: Unbreak handle_notify 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Josh Allmann 8583b14252 rtmp: Support reading interleaved chunks. 11 years ago
Martin Storsjö dc4acc8200 rtmpproto: Extend a comment to explain the prev_pkt arrays roles 11 years ago
Martin Storsjö 647d655d19 rtmpproto: Consistently use the right prev_pkt array 11 years ago
Martin Storsjö 0d3784396b rtmpproto: Check for the right return code 11 years ago
Josh Allmann f8d1bb6723 rtmp: rename main_channel_id to stream_id. 11 years ago
Josh Allmann d4aef99780 rtmp: Follow Flash player numbering for channels. 11 years ago
Josh Allmann 120af23cd5 rtmp: Send video on a separate channel. 11 years ago
Luca Barbato 92ed83e393 rtmp: Store all the notify messages 11 years ago
Luca Barbato fe0337e89b rtmp: Do not send the first field twice within the handshake 11 years ago
Luca Barbato 666ed7eda1 rtmp: Drop an unneeded warning 11 years ago