aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_file.c
Commit message (Expand)AuthorAge
...
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Files should be opened in binary mode on OS/2.Gravatar diego2009-06-03
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Avoid a pointless special-case for opening a fileGravatar reimar2008-02-24
* Add support for DOS-style file:///x:/path paths.Gravatar diego2008-02-20
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* truncate mencoder's output file if it exists, instead of overwriting just par...Gravatar lorenm2007-03-05
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...Gravatar nicodvb2006-12-21
* in WRITE mode open the output file with mode 0666; umask will filter itGravatar nicodvb2006-12-19
* implemented STREAM_CTRL_GET_SIZEGravatar nicodvb2006-12-18
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...Gravatar nicodvb2006-12-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31