log rtmpproto.c @ 6440:8beba113f242 libavformat

age author description
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Fri, 18 Jun 2010 12:02:51 +0000 mstorsjo RTMP: Return from rtmp_read as soon as some data is available libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Tue, 25 May 2010 07:01:04 +0000 kostya 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Mon, 08 Mar 2010 09:05:03 +0000 mstorsjo Reindent libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Fri, 05 Mar 2010 22:35:21 +0000 mstorsjo Use ff_url_join for assembling URLs, instead of snprintf libavformat
Thu, 18 Feb 2010 16:27:18 +0000 kostya Make RTMP client send bytes read report libavformat
Sat, 30 Jan 2010 09:47:57 +0000 kostya another 10l: forgot to change parent condition as well libavformat
Sat, 30 Jan 2010 09:45:52 +0000 kostya 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformat
Tue, 12 Jan 2010 07:10:47 +0000 kostya Correct timestamps inside FLV data received by RTMP. libavformat
Tue, 12 Jan 2010 06:44:49 +0000 kostya Use old-style RTMP handshake for old servers. libavformat
Wed, 16 Dec 2009 12:49:38 +0000 kostya Reply to RTMP ping with the same value as received by client. libavformat
Fri, 11 Dec 2009 17:13:35 +0000 kostya Dump RTMP packet contents in debug mode libavformat
Fri, 11 Dec 2009 15:31:58 +0000 kostya 5l trocadero: don't forget to free packet in gen_connect() libavformat
Fri, 11 Dec 2009 11:37:21 +0000 kostya Do not try to interact with RTMP server after "stop" command was received. libavformat
Sun, 06 Dec 2009 07:03:46 +0000 kostya cosmetics: insert space between codeword and left parenthesis libavformat
Sun, 06 Dec 2009 07:01:37 +0000 kostya Do not send invokes to RTMP server if we are not connected to it. libavformat
Fri, 04 Dec 2009 16:52:42 +0000 kostya cosmetics: reindent after last commit libavformat
Fri, 04 Dec 2009 16:52:16 +0000 kostya Implement RTMP output (publishing FLV stream to RTMP server). libavformat
Thu, 03 Dec 2009 17:11:48 +0000 kostya Remove duplicating variable libavformat
Thu, 03 Dec 2009 15:59:51 +0000 kostya Send connect() and createStream() in RTMP system channel, not video channel. libavformat
Thu, 03 Dec 2009 15:47:00 +0000 kostya Move "app" string into RTMP protocol context. libavformat
Wed, 02 Dec 2009 12:55:10 +0000 kostya Move is_input flag into RTMP protocol context. libavformat
Tue, 01 Dec 2009 16:08:44 +0000 kostya Full-header RTMP packets contain real timestamp, others contain timestamp libavformat
Sun, 22 Nov 2009 08:42:55 +0000 kostya Print error when RTMP protocol can't open connection libavformat
Sun, 22 Nov 2009 08:40:55 +0000 kostya Pass only useful FLV metadata from RTMP stream libavformat
Thu, 12 Nov 2009 23:05:56 +0000 stefano Split overly long line in doxy. libavformat
Sun, 18 Oct 2009 06:54:04 +0000 kostya Last parameter in RTMP "play" call was optional and some servers seem not to libavformat
Thu, 17 Sep 2009 05:31:02 +0000 kostya Do not include "mp4:" prefix from RTMP URL into "app" path or second time libavformat
Fri, 31 Jul 2009 06:49:36 +0000 kostya RTMP protocol support (as a client) libavformat