180 Commits (d3a2a614bf51129731aab7e12ea2a13ed1729b0c)

Author SHA1 Message Date
Martin Storsjö cb5ab02a88 rtmp: Use int instead of ssize_t 12 years ago
Jordi Ortiz e5f2731c73 rtmp: Add support for receiving incoming streams 12 years ago
Samuel Pitoiset 93f257db6b rtmp: Automatically compute the hash for SWFVerification 12 years ago
Samuel Pitoiset 635ac8e1be rtmp: Add support for SWFVerification 12 years ago
Samuel Pitoiset fb7e78089b rtmp: Gracefully ignore _checkbw errors by tracking them 12 years ago
Samuel Pitoiset 8b6a5a7923 rtmp: Do not send _checkbw calls as notifications 12 years ago
Luca Barbato fb96c1c5fe rtmp: handle bytes read reports 12 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 12 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 12 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 12 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 12 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 12 years ago
Samuel Pitoiset f89584ca44 rtmp: Add message tracking 12 years ago
Luca Barbato 82613564cf rtmp: send check_bw as notification 12 years ago
Samuel Pitoiset 00cb52c65c rtmp: Add a new option 'rtmp_subscribe' 12 years ago
Samuel Pitoiset f9e77c1762 rtmp: Add support for subscribing live streams 12 years ago
Samuel Pitoiset 12127b65b0 rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro 12 years ago
Samuel Pitoiset 9c9c21eaa1 rtmp: do not warn about receiving metadata packets 12 years ago
Samuel Pitoiset 8ea1459bc3 rtmp: Check the buffer length of ping packets 12 years ago
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 12 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 12 years ago
Samuel Pitoiset abf77a247b rtmp: Return an error when the client bandwidth is incorrect 12 years ago
Samuel Pitoiset be8f949219 rtmp: Return proper error code in handle_server_bw 12 years ago
Samuel Pitoiset 088a82bb33 rtmp: Return proper error code in handle_client_bw 12 years ago
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 12 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 12 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 12 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 12 years ago
Samuel Pitoiset 912ecc9a19 rtmp: Factorize the code by adding handle_client_bw 12 years ago
Samuel Pitoiset 9b498148ca rtmp: Factorize the code by adding handle_server_bw 12 years ago
Samuel Pitoiset 758377a2b7 rtmp: Add a new option 'rtmp_pageurl' 12 years ago
Samuel Pitoiset 63ffa154e9 rtmp: Make the description of the rtmp_tcurl option more generic 12 years ago
Samuel Pitoiset f7bfb126cd rtmp: Move the CONFIG_ condition into the if conditions 12 years ago
Michael Niedermayer dc31b84cbf rtmpproto: fix compilation without optimizations 12 years ago
Samuel Pitoiset 08cd95e8a3 RTMPTE protocol support 12 years ago
Samuel Pitoiset acd554c103 RTMPE protocol support 12 years ago
Samuel Pitoiset 0e31088b6c rtmp: Add ff_rtmp_calc_digest_pos() 12 years ago
Samuel Pitoiset 3505d5574e rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global 12 years ago
Samuel Pitoiset 86991ce2dd RTMPTS protocol support 13 years ago
Samuel Pitoiset 6aedabc9b6 RTMPS protocol support 13 years ago
Samuel Pitoiset 775c4d3625 rtmp: Rename rtmphttp to ffrtmphttp 13 years ago
Jordi Ortiz 08e087ccf7 rtmp: rtmp_parse_result() add case for video and audio packets to avoid undesired debug output. 13 years ago
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 13 years ago
Samuel Pitoiset 8e50c57dcb RTMPT protocol support 13 years ago
Samuel Pitoiset 7dc747f50b rtmp: Read and handle incoming packets while writing data 13 years ago
Samuel Pitoiset 8517e9c476 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time 13 years ago
Samuel Pitoiset 9477c035a7 rtmp: Set the client buffer time to 3s instead of 0.26s 13 years ago
Samuel Pitoiset c2d38beab2 rtmp: Handle server bandwidth packets 13 years ago
Samuel Pitoiset 9ff930aace rtmp: Display a verbose message when an unknown packet type is received 13 years ago
Martin Storsjö 0533868642 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r 13 years ago