| Commit message (Expand) | Author | Age | Files | Lines |
* | rtmp: send check_bw as notification | Luca Barbato | 2012-08-08 | 1 | -1/+1 |
* | rtmp: Add a new option 'rtmp_subscribe' | Samuel Pitoiset | 2012-08-07 | 1 | -6/+15 |
* | rtmp: Add support for subscribing live streams | Samuel Pitoiset | 2012-08-07 | 1 | -0/+31 |
* | rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro | Samuel Pitoiset | 2012-08-07 | 1 | -104/+23 |
* | rtmp: do not warn about receiving metadata packets | Samuel Pitoiset | 2012-07-31 | 1 | -1/+2 |
* | rtmp: Check the buffer length of ping packets | Samuel Pitoiset | 2012-07-26 | 1 | -0/+12 |
* | rtmp: Allow having more unknown data at the end of a chunk size packet withou... | Samuel Pitoiset | 2012-07-26 | 1 | -2/+2 |
* | rtmp: Prevent reading outside of an allocate buffer when receiving server ban... | Samuel Pitoiset | 2012-07-26 | 1 | -0/+7 |
* | rtmp: Return an error when the client bandwidth is incorrect | Samuel Pitoiset | 2012-07-25 | 1 | -2/+10 |
* | rtmp: Return proper error code in handle_server_bw | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | rtmp: Return proper error code in handle_client_bw | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | rtmp: Return proper error codes in handle_chunk_size | Samuel Pitoiset | 2012-07-25 | 1 | -2/+2 |
* | rtmp: Factorize the code by adding handle_invoke | Samuel Pitoiset | 2012-07-25 | 1 | -66/+77 |
* | rtmp: Factorize the code by adding handle_chunk_size | Samuel Pitoiset | 2012-07-25 | 1 | -15/+30 |
* | rtmp: Factorize the code by adding handle_ping | Samuel Pitoiset | 2012-07-25 | 1 | -4/+16 |
* | rtmp: Factorize the code by adding handle_client_bw | Samuel Pitoiset | 2012-07-25 | 1 | -8/+18 |
* | rtmp: Factorize the code by adding handle_server_bw | Samuel Pitoiset | 2012-07-25 | 1 | -6/+17 |
* | rtmp: Add a new option 'rtmp_pageurl' | Samuel Pitoiset | 2012-07-25 | 1 | -0/+7 |
* | rtmp: Make the description of the rtmp_tcurl option more generic | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | rtmp: Move the CONFIG_ condition into the if conditions | Samuel Pitoiset | 2012-07-24 | 1 | -8/+7 |
* | RTMPTE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -1/+22 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -7/+99 |
* | rtmp: Add ff_rtmp_calc_digest_pos() | Samuel Pitoiset | 2012-07-23 | 1 | -10/+16 |
* | rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global | Samuel Pitoiset | 2012-07-23 | 1 | -33/+19 |
* | RTMPTS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -2/+25 |
* | RTMPS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -0/+23 |
* | rtmp: Rename rtmphttp to ffrtmphttp | Samuel Pitoiset | 2012-07-17 | 1 | -1/+1 |
* | rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes... | Jordi Ortiz | 2012-07-16 | 1 | -0/+4 |
* | rtmp: Don't send every flv packet in a separate HTTP request in RTMPT | Samuel Pitoiset | 2012-06-18 | 1 | -0/+8 |
* | RTMPT protocol support | Samuel Pitoiset | 2012-06-17 | 1 | -3/+27 |
* | rtmp: Read and handle incoming packets while writing data | Samuel Pitoiset | 2012-06-14 | 1 | -0/+30 |
* | rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time | Samuel Pitoiset | 2012-06-13 | 1 | -1/+1 |
* | rtmp: Set the client buffer time to 3s instead of 0.26s | Samuel Pitoiset | 2012-06-13 | 1 | -17/+29 |
* | rtmp: Handle server bandwidth packets | Samuel Pitoiset | 2012-06-13 | 1 | -1/+11 |
* | rtmp: Display a verbose message when an unknown packet type is received | Samuel Pitoiset | 2012-06-13 | 1 | -0/+3 |
* | rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r | Martin Storsjö | 2012-06-13 | 1 | -6/+19 |
* | rtmp: Fix a possible access to invalid memory location when the playpath is t... | Samuel Pitoiset | 2012-06-12 | 1 | -2/+2 |
* | rtmp: Do not send extension for flv files | Samuel Pitoiset | 2012-06-11 | 1 | -2/+6 |
* | rtmp: support connection parameters | Samuel Pitoiset | 2012-06-11 | 1 | -0/+77 |
* | rtmp: fix url parsing | Luca Barbato | 2012-05-25 | 1 | -1/+2 |
* | rtmp: Pass the proper return code in rtmp_handshake | Samuel Pitoiset | 2012-05-24 | 1 | -6/+7 |
* | rtmp: Check return codes of net IO operations | Samuel Pitoiset | 2012-05-24 | 1 | -28/+57 |
* | rtmp: Return a proper error code instead of -1 | Samuel Pitoiset | 2012-05-24 | 1 | -4/+4 |
* | rtmp: Check malloc calls | Samuel Pitoiset | 2012-05-24 | 1 | -20/+58 |
* | rtmp: Check ff_rtmp_packet_create calls | Samuel Pitoiset | 2012-05-24 | 1 | -53/+136 |
* | rtmp: Don't assume path points to a string of nonzero length | Martin Storsjö | 2012-05-17 | 1 | -2/+3 |
* | rtmp: Implement check bandwidth notification. | Samuel Pitoiset | 2012-05-10 | 1 | -0/+21 |
* | rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla... | Samuel Pitoiset | 2012-05-10 | 1 | -0/+8 |
* | rtmp: Support 'rtmp_flashver', an option which overrides the version of the F... | Samuel Pitoiset | 2012-05-10 | 1 | -7/+18 |
* | rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s... | Samuel Pitoiset | 2012-05-10 | 1 | -6/+12 |