summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
...
* rtmp: Follow Flash player numbering for channels.Josh Allmann2013-09-17
* rtmp: Send video on a separate channel.Josh Allmann2013-09-17
* rtmp: Store all the notify messagesLuca Barbato2013-09-16
* rtmp: Do not send the first field twice within the handshakeLuca Barbato2013-09-16
* rtmp: Drop an unneeded warningLuca Barbato2013-09-16
* rtmp: Support play method in listen modeLuca Barbato2013-09-16
* rtmp: Factor out publish specific codeLuca Barbato2013-09-16
* rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö2013-08-28
* rtmp: Do not misuse memcmpLuca Barbato2013-08-11
* rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö2013-08-10
* rtmp: rename data_size to sizeLuca Barbato2013-08-10
* rtmp: Use PRId64 when needed.Luca Barbato2013-08-10
* rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-02
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-01
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-20
* rtmpproto: Fix assignments in if()Michael Niedermayer2013-01-14
* rtmp: Add support for limelight authenticationMartin Storsjö2012-12-31
* rtmp: Add support for adobe authenticationMartin Storsjö2012-12-31
* rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö2012-12-31
* rtmp: Use av_strlcat instead of strncatMartin Storsjö2012-11-05
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-12
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* rtmp: support strict rtmp serversSamuel Pitoiset2012-08-22
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-16
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-16
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-15
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-15
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-14
* rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset2012-08-14
* rtmp: handle bytes read reportsLuca Barbato2012-08-13
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-11
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-11
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-09
* rtmp: Add message trackingSamuel Pitoiset2012-08-09
* rtmp: send check_bw as notificationLuca Barbato2012-08-08
* rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset2012-08-07
* rtmp: Add support for subscribing live streamsSamuel Pitoiset2012-08-07
* rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset2012-08-07
* rtmp: do not warn about receiving metadata packetsSamuel Pitoiset2012-07-31
* 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