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.
|
Thu, 21 Dec 2006 22:40:51 +0000 |
nicodvb |
fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
|
Tue, 19 Dec 2006 21:11:58 +0000 |
nicodvb |
in WRITE mode open the output file with mode 0666; umask will filter it
|
Mon, 18 Dec 2006 20:55:12 +0000 |
nicodvb |
implemented STREAM_CTRL_GET_SIZE
|
Mon, 18 Dec 2006 20:53:40 +0000 |
nicodvb |
in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
|
Mon, 31 Jul 2006 17:39:17 +0000 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
base
libmpdemux/stream_file.c@e3626b072cd4
|