Mercurial > mplayer.hg
log stream/stream_file.c @ 28927:8f7c8a1cb8b7
age | author | description |
---|---|---|
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 |