summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+2
|\
| * rtmp: do not warn about receiving metadata packetsSamuel Pitoiset2012-07-311-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-2/+21
|\ \ | |/
| * rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-261-0/+12
| * rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-261-2/+2
| * rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-261-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-91/+158
|\ \ | |/
| * rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
| * rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
| * rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-251-66/+77
| * rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-251-15/+30
| * rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-251-4/+16
| * rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-251-8/+18
| * rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-251-6/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-251-1/+8
|\ \ | |/
| * rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-251-0/+7
| * rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-241-9/+7
|\ \ | |/
| * rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
* | rtmpproto: fix compilation without optimizationsMichael Niedermayer2012-07-241-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-48/+153
|\ \ | |/
| * RTMPTE protocol supportSamuel Pitoiset2012-07-231-1/+22
| * RTMPE protocol supportSamuel Pitoiset2012-07-231-7/+99
| * rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-231-10/+16
| * rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-231-33/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-3/+49
|\ \ | |/
| * RTMPTS protocol supportSamuel Pitoiset2012-07-171-2/+25
| * RTMPS protocol supportSamuel Pitoiset2012-07-171-0/+23
| * rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-161-0/+4
|\ \ | |/
| * rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz2012-07-161-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-0/+8
|\ \ | |/
| * rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-181-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-3/+27
|\ \ | |/
| * RTMPT protocol supportSamuel Pitoiset2012-06-171-3/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-0/+30
|\ \ | |/
| * rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-141-0/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-24/+62
|\ \ | |/
| * rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-131-1/+1
| * rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-131-17/+29
| * rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-131-1/+11
| * rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-131-0/+3
| * rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-131-6/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-121-2/+2
|\ \ | |/
| * rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-121-2/+2
* | rtmpproto: replace strtok_r by av_strtok its unavailable in mingwMichael Niedermayer2012-06-111-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-111-2/+83
|\ \ | |/
| * rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-111-2/+6
OpenPOWER on IntegriCloud