393 Commits (9ce065c90decf1a07a810ccb699a491d41a720d2)

Author SHA1 Message Date
Luca Barbato ae0f316a47 rtmp: Unbreak handle_notify 12 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 12 years ago
Josh Allmann 8583b14252 rtmp: Support reading interleaved chunks. 12 years ago
Martin Storsjö dc4acc8200 rtmpproto: Extend a comment to explain the prev_pkt arrays roles 12 years ago
Martin Storsjö 647d655d19 rtmpproto: Consistently use the right prev_pkt array 12 years ago
Martin Storsjö 0d3784396b rtmpproto: Check for the right return code 12 years ago
Josh Allmann f8d1bb6723 rtmp: rename main_channel_id to stream_id. 12 years ago
Josh Allmann d4aef99780 rtmp: Follow Flash player numbering for channels. 12 years ago
Josh Allmann 120af23cd5 rtmp: Send video on a separate channel. 12 years ago
Luca Barbato 92ed83e393 rtmp: Store all the notify messages 12 years ago
Luca Barbato fe0337e89b rtmp: Do not send the first field twice within the handshake 12 years ago
Luca Barbato 666ed7eda1 rtmp: Drop an unneeded warning 12 years ago
Luca Barbato ffb7669e47 rtmp: Support play method in listen mode 12 years ago
Luca Barbato 97d35fa89f rtmp: Factor out publish specific code 12 years ago
Martin Storsjö 6454c44f9f rtmpproto: Fix limelight authentication with abbreviated app names 12 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
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
Michael Niedermayer 2f1b2ff934 rtmpproto: Fix an out of array write 12 years ago
Michael Niedermayer 5a75924dfd rtmpproto: fix out of array write 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Michael Niedermayer 23e9e5c7d9 rtmpproto: reorder some expressions to fix compilation with clang without optimizations 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago
Samuel Pitoiset 7011a42b1a rtmp: support strict rtmp servers 13 years ago
Martin Storsjö cb5ab02a88 rtmp: Use int instead of ssize_t 13 years ago
Jordi Ortiz e5f2731c73 rtmp: Add support for receiving incoming streams 13 years ago
Samuel Pitoiset 93f257db6b rtmp: Automatically compute the hash for SWFVerification 13 years ago
Samuel Pitoiset 635ac8e1be rtmp: Add support for SWFVerification 13 years ago
Samuel Pitoiset fb7e78089b rtmp: Gracefully ignore _checkbw errors by tracking them 13 years ago
Samuel Pitoiset 8b6a5a7923 rtmp: Do not send _checkbw calls as notifications 13 years ago
Luca Barbato fb96c1c5fe rtmp: handle bytes read reports 13 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 13 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 13 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 13 years ago