280 Commits (7a9946d386a3736abde0d7584bef526dc779a36f)

Author SHA1 Message Date
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 fbd54827b1 rtmp: Unbreak 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
Luca Barbato ffb7669e47 rtmp: Support play method in listen mode 11 years ago
Luca Barbato 97d35fa89f rtmp: Factor out publish specific code 11 years ago
Martin Storsjö 6454c44f9f rtmpproto: Fix limelight authentication with abbreviated app names 11 years ago
Luca Barbato 5718e3487b rtmp: Do not misuse memcmp 11 years ago
Martin Storsjö 8e1fe34557 rtmp: Detect and warn if the user tries to pass librtmp style parameters 11 years ago
Luca Barbato ba5393a609 rtmp: rename data_size to size 11 years ago
Luca Barbato 4ebc7d659f rtmp: Use PRId64 when needed. 11 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 11 years ago
Kostya Shishkov de421b2085 use my full first name instead of short one in copyrights 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Martin Storsjö a5e6080a8d rtmp: Pass the parameters to do_adobe_auth in the right order 12 years ago
Michael Niedermayer da8ef5ac2f rtmpproto: increase APP_MAX_LENGTH 12 years ago
Michael Niedermayer 02ac3398eb rtmpproto: Check APP_MAX_LENGTH 12 years ago
Michael Niedermayer 6dc8505417 rtmpproto: Fix assignments in if() 12 years ago
Michael Niedermayer a601eb9543 rtmpproto: Fix assignments in if() 12 years ago
Martin Storsjö c1ea44c54d rtmp: Add support for limelight authentication 12 years ago
Martin Storsjö 08225d0126 rtmp: Add support for adobe authentication 12 years ago
Martin Storsjö c76daa89ab rtmp: Return a proper error code in handle_invoke_error 12 years ago
Martin Storsjö f0615557e0 rtmpproto: Use av_strlcat instead of strncat 12 years ago
Martin Storsjö d578f94746 rtmp: Use av_strlcat instead of strncat 12 years ago
Michael Niedermayer 3a8b66af6c rtmp_write_amf_data: remove dead code 12 years ago