summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-011-1/+65
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-061-2/+14
* rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-141-0/+12
* rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-141-1/+1
* rtmpproto: Avoid using uninitialized memoryMartin Storsjö2014-01-201-2/+2
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-031-6/+6
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-141-18/+30
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-041-0/+2
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-041-0/+5
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-041-4/+3
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-041-2/+6
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-041-1/+1
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-041-2/+6
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-011-0/+1
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+4
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-221-7/+8
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-221-28/+42
* rtmp: Refactor get_packetLuca Barbato2013-09-221-62/+51
* rtmp: Unbreak get_packetLuca Barbato2013-09-201-8/+9
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-201-0/+2
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-191-13/+14
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-33/+33
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-171-1/+4
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-171-1/+1
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-171-1/+1
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-171-1/+1
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-171-8/+8
* rtmp: Follow Flash player numbering for channels.Josh Allmann2013-09-171-2/+2
* rtmp: Send video on a separate channel.Josh Allmann2013-09-171-2/+6
* rtmp: Store all the notify messagesLuca Barbato2013-09-161-30/+29
* rtmp: Do not send the first field twice within the handshakeLuca Barbato2013-09-161-1/+1
* rtmp: Drop an unneeded warningLuca Barbato2013-09-161-2/+0
* rtmp: Support play method in listen modeLuca Barbato2013-09-161-1/+10
* rtmp: Factor out publish specific codeLuca Barbato2013-09-161-43/+75
* rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö2013-08-281-0/+2
* rtmp: Do not misuse memcmpLuca Barbato2013-08-111-12/+13
* rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö2013-08-101-0/+7
* rtmp: rename data_size to sizeLuca Barbato2013-08-101-35/+35
* rtmp: Use PRId64 when needed.Luca Barbato2013-08-101-3/+5
* rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-021-0/+55
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-011-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-201-1/+1
* rtmpproto: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* rtmp: Add support for limelight authenticationMartin Storsjö2012-12-311-6/+75
* rtmp: Add support for adobe authenticationMartin Storsjö2012-12-311-4/+159
* rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö2012-12-311-1/+1
* rtmp: Use av_strlcat instead of strncatMartin Storsjö2012-11-051-1/+1
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-121-2/+2
OpenPOWER on IntegriCloud