summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-26
* rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-26
* rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-26
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-25
* rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-25
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-24
* RTMPTE protocol supportSamuel Pitoiset2012-07-23
* RTMPE protocol supportSamuel Pitoiset2012-07-23
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-23
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-23
* RTMPTS protocol supportSamuel Pitoiset2012-07-17
* RTMPS protocol supportSamuel Pitoiset2012-07-17
* rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-17
* rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz2012-07-16
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-18
* RTMPT protocol supportSamuel Pitoiset2012-06-17
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-14
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-13
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-13
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-13
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-13
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-13
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-12
* rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-11
* rtmp: support connection parametersSamuel Pitoiset2012-06-11
* rtmp: fix url parsingLuca Barbato2012-05-25
* rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-24
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-24
* rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-24
* rtmp: Check malloc callsSamuel Pitoiset2012-05-24
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-24
* rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö2012-05-17
* rtmp: Implement check bandwidth notification.Samuel Pitoiset2012-05-10
* rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset2012-05-10
* rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset2012-05-10
* rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset2012-05-10
* rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-08
* rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset2012-04-16
* rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset2012-04-16
* rtmp: implement bandwidth notificationRaffaele Sena2012-04-03
* rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-03