295 Commits (3e56ae67d300f0eed2b9040fcc7c5e3229f0cde1)

Author SHA1 Message Date
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 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
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 12 years ago
Martin Storsjö 8e1fe34557 rtmp: Detect and warn if the user tries to pass librtmp style parameters 12 years ago
Luca Barbato ba5393a609 rtmp: rename data_size to size 12 years ago
Luca Barbato 4ebc7d659f rtmp: Use PRId64 when needed. 12 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 12 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