]> git.sesse.net Git - ffmpeg/history - libavformat/rtmpproto.c
libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.
[ffmpeg] / libavformat / rtmpproto.c
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-12 SergiyCorrect timestamps inside FLV data received by RTMP.
2010-01-12 Art ClarkeUse old-style RTMP handshake for old servers.
2009-12-16 Martin StorsjöReply to RTMP ping with the same value as received...
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-11 Martin Storsjö5l trocadero: don't forget to free packet in gen_connect()
2009-12-11 Martin StorsjöDo not try to interact with RTMP server after "stop...
2009-12-06 Kostya Shishkovcosmetics: insert space between codeword and left paren...
2009-12-06 SergiyDo not send invokes to RTMP server if we are not connec...
2009-12-04 Kostya Shishkovcosmetics: reindent after last commit
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-03 Kostya ShishkovRemove duplicating variable
2009-12-03 SergiySend connect() and createStream() in RTMP system channe...
2009-12-03 SergiyMove "app" string into RTMP protocol context.
2009-12-02 SergiyMove is_input flag into RTMP protocol context.
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-11-22 Kostya ShishkovPrint error when RTMP protocol can't open connection
2009-11-22 Kostya ShishkovPass only useful FLV metadata from RTMP stream
2009-11-12 Stefano SabatiniSplit overly long line in doxy.
2009-10-18 Kostya ShishkovLast parameter in RTMP "play" call was optional and...
2009-09-17 Lars TäuberDo not include "mp4:" prefix from RTMP URL into "app...
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)