log stream/stream_file.c @ 31198:f9719a497f8e

age author description
Sat, 06 Mar 2010 07:24:41 +0000 komh Define O_BINARY in stream/stream.h unless it is defined yet, and use it
Thu, 04 Mar 2010 14:46:44 +0000 komh Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
Fri, 19 Feb 2010 09:14:01 +0000 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 03 Jun 2009 14:06:10 +0000 diego Files should be opened in binary mode on OS/2.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Sun, 24 Feb 2008 11:21:27 +0000 reimar Avoid a pointless special-case for opening a file
Wed, 20 Feb 2008 08:20:49 +0000 diego Add support for DOS-style file:///x:/path paths.
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Mon, 05 Mar 2007 17:42:25 +0000 lorenm truncate mencoder's output file if it exists, instead of overwriting just part of it.