index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_file.c
Commit message (
Expand
)
Author
Age
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
Avoid a pointless special-case for opening a file
reimar
2008-02-24
*
Add support for DOS-style file:///x:/path paths.
diego
2008-02-20
*
stream_opts should be const
reimar
2008-01-13
*
stream_opts arrays should be const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
truncate mencoder's output file if it exists, instead of overwriting just par...
lorenm
2007-03-05
*
fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...
nicodvb
2006-12-21
*
in WRITE mode open the output file with mode 0666; umask will filter it
nicodvb
2006-12-19
*
implemented STREAM_CTRL_GET_SIZE
nicodvb
2006-12-18
*
in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...
nicodvb
2006-12-18
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31