summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-121-2/+2
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-6/+6
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-3/+3
* rtmp: support strict rtmp serversSamuel Pitoiset2012-08-221-4/+7
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-161-3/+3
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-161-5/+508
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-151-0/+134
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-151-0/+66
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-141-4/+16
* rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset2012-08-141-1/+1
* rtmp: handle bytes read reportsLuca Barbato2012-08-131-0/+3
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-111-10/+17
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-111-14/+26
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-091-7/+16
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-091-24/+34
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-091-69/+78
* rtmp: Add message trackingSamuel Pitoiset2012-08-091-138/+160
* rtmp: send check_bw as notificationLuca Barbato2012-08-081-1/+1
* rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset2012-08-071-6/+15
* rtmp: Add support for subscribing live streamsSamuel Pitoiset2012-08-071-0/+31
* rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset2012-08-071-104/+23
* rtmp: do not warn about receiving metadata packetsSamuel Pitoiset2012-07-311-1/+2
* 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
* 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
* 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
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
* 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
* 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
* rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz2012-07-161-0/+4
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-181-0/+8
* RTMPT protocol supportSamuel Pitoiset2012-06-171-3/+27
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-141-0/+30
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-131-1/+1
OpenPOWER on IntegriCloud