log stream/stream.c @ 35429:3a9048421524

age author description
Mon, 23 Apr 2012 18:39:14 +0000 reimar Detect prematurely closed connection.
Sun, 22 Apr 2012 12:10:49 +0000 reimar Retry reconnecting several times.
Mon, 15 Aug 2011 20:32:26 +0000 reimar Convert stream_read_line function into more generic stream_read_until function.
Mon, 04 Jul 2011 19:23:03 +0000 reimar Reindent, add empty lines.
Mon, 04 Jul 2011 19:21:59 +0000 reimar Improve checks for when to try reconnecting to be more thorough and readable.
Mon, 04 Jul 2011 19:14:06 +0000 reimar Pass streaming_ctrl eof on.
Wed, 11 May 2011 11:35:38 +0000 ib Make stream messages translatable.
Sat, 26 Mar 2011 21:02:34 +0000 reimar Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.
Sun, 27 Feb 2011 14:32:24 +0000 reimar Improve stream reset on read error, should now fix bug #1841 in more
Wed, 23 Feb 2011 22:39:03 +0000 reimar 100l, fix incorrect len when retrying read.
Tue, 22 Feb 2011 22:27:01 +0000 reimar When reading from a stream fails, try one more time after a reset.
Thu, 10 Feb 2011 21:25:38 +0000 ranma Fix stream_write_buffer to make sure all requested bytes are written
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Wed, 27 Oct 2010 19:04:04 +0000 reimar Add internal read and seek function to avoid a useless memcpy when using
Thu, 21 Oct 2010 18:19:30 +0000 diego Implement a basic capture feature, available through -capture.