summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-01
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-08
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-06
* rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-14
* rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-14
* rtmpproto: Avoid using uninitialized memoryMartin Storsjö2014-01-20
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-03
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-14
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-04
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-04
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-04
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-04
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-04
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-04
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-01
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-22
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-22
* rtmp: Refactor get_packetLuca Barbato2013-09-22
* rtmp: Unbreak get_packetLuca Barbato2013-09-20
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-20
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-19
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-17
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-17
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-17
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-17
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-17
* 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