summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29412Uoti Urpala2009-07-071-3/+3
|\
| * Files should be opened in binary mode on OS/2.diego2009-06-031-3/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
|/
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* Avoid a pointless special-case for opening a filereimar2008-02-241-4/+0
* Add support for DOS-style file:///x:/path paths.diego2008-02-201-0/+6
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* truncate mencoder's output file if it exists, instead of overwriting just par...lorenm2007-03-051-1/+1
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...nicodvb2006-12-211-2/+7
* in WRITE mode open the output file with mode 0666; umask will filter itnicodvb2006-12-191-1/+1
* implemented STREAM_CTRL_GET_SIZEnicodvb2006-12-181-0/+17
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...nicodvb2006-12-181-3/+6
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+162