log stream/stream_file.c @ 37195:ac6c37d85d65 default tip

age author description
Fri, 14 Feb 2014 19:01:19 +0000 reimar Make sdp:// URLs also work via FFmpeg.
Mon, 17 Jun 2013 12:27:36 +0000 komh Check if path is too long
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Thu, 14 Mar 2013 20:04:24 +0000 reimar Win32: support file names with characters outside system code-page
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Wed, 22 Aug 2012 18:24:56 +0000 reimar Explicitly signal EOF when reaching the end of a file/pipe.
Thu, 07 Jul 2011 17:37:58 +0000 reimar Include io.h for setmode().
Thu, 10 Feb 2011 21:25:38 +0000 ranma Fix stream_write_buffer to make sure all requested bytes are written
Wed, 10 Nov 2010 17:21:28 +0000 reimar Make the file protocol read up to 64 kB at once when the cache is used,
Mon, 16 Aug 2010 10:45:37 +0000 reimar Simplify and document MinGW stdin hack.
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.
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