221 Commits (0b46d6f3efa7c647a42d3e77d09c274f611b752b)

Author SHA1 Message Date
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 13 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 13 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 13 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 13 years ago
Samuel Pitoiset 912ecc9a19 rtmp: Factorize the code by adding handle_client_bw 13 years ago
Samuel Pitoiset 9b498148ca rtmp: Factorize the code by adding handle_server_bw 13 years ago
Samuel Pitoiset 758377a2b7 rtmp: Add a new option 'rtmp_pageurl' 13 years ago
Samuel Pitoiset 63ffa154e9 rtmp: Make the description of the rtmp_tcurl option more generic 13 years ago
Samuel Pitoiset f7bfb126cd rtmp: Move the CONFIG_ condition into the if conditions 13 years ago
Michael Niedermayer dc31b84cbf rtmpproto: fix compilation without optimizations 13 years ago
Samuel Pitoiset 08cd95e8a3 RTMPTE protocol support 13 years ago
Samuel Pitoiset acd554c103 RTMPE protocol support 13 years ago
Samuel Pitoiset 0e31088b6c rtmp: Add ff_rtmp_calc_digest_pos() 13 years ago
Samuel Pitoiset 3505d5574e rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global 13 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
Samuel Pitoiset 0a9a225733 rtmp: Fix a possible access to invalid memory location when the playpath is too short. 13 years ago
Michael Niedermayer f91b635b52 rtmpproto: replace strtok_r by av_strtok its unavailable in mingw 13 years ago
Samuel Pitoiset f862537de8 rtmp: Do not send extension for flv files 13 years ago
Samuel Pitoiset 8ee3e1874e rtmp: support connection parameters 13 years ago
Luca Barbato c6eeb9b7b6 rtmp: fix url parsing 13 years ago
Samuel Pitoiset 177bcc9593 rtmp: Pass the proper return code in rtmp_handshake 13 years ago
Samuel Pitoiset bba287fdac rtmp: Check return codes of net IO operations 13 years ago
Samuel Pitoiset a4d3f3580b rtmp: Return a proper error code instead of -1 13 years ago
Samuel Pitoiset 08e93f5b46 rtmp: Check malloc calls 13 years ago
Samuel Pitoiset f645f1d6ea rtmp: Check ff_rtmp_packet_create calls 13 years ago
Martin Storsjö 4b7304e80d rtmp: Don't assume path points to a string of nonzero length 13 years ago
Samuel Pitoiset d55961fa82 rtmp: Implement check bandwidth notification. 13 years ago
Samuel Pitoiset 05945db9ce rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player. 13 years ago
Samuel Pitoiset e64673e4f4 rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin. 13 years ago
Samuel Pitoiset 55c9320e06 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream. 13 years ago
Samuel Pitoiset b2e495afa8 rtmp: Support 'rtmp_live', an option which specifies if the media is a live stream. 13 years ago
Samuel Pitoiset b3b1751201 rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier 13 years ago
Samuel Pitoiset 6465562e13 rtmp: Support 'rtmp_app', an option which overrides the name of application 13 years ago
Raffaele Sena 34d908c083 rtmp: implement bandwidth notification 13 years ago
Samuel Pitoiset faba4a9b88 rtmp: update supported audio codecs value 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Reimar Döffinger 0849a0ebb2 rtmpproto: make condition work in overflow case. 13 years ago
Martin Storsjö 1eef08f98c rtmp: Use nb_invokes for all invoke commands 13 years ago