summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Make RTMP client send bytes read reportKostya Shishkov2010-02-18
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-12
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-12
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-16
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-11
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-06
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-06
* cosmetics: reindent after last commitKostya Shishkov2009-12-04
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
* Remove duplicating variableKostya Shishkov2009-12-03
* Send connect() and createStream() in RTMP system channel, not video channel.Sergiy2009-12-03
* Move "app" string into RTMP protocol context.Sergiy2009-12-03
* Move is_input flag into RTMP protocol context.Sergiy2009-12-02
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
* Split overly long line in doxy.Stefano Sabatini2009-11-12
* Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov2009-10-18
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-17
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31