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
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
stream: parse URL escapes for file://
wm4
2013-08-02
*
stream: redo URL parsing, replace m_struct usage with m_config
wm4
2013-08-02
*
stream: remove useless author/comment fields
wm4
2013-07-12
*
stream: remove fd member
wm4
2013-07-12
*
core: change open_stream and demux_open signature
wm4
2013-07-12
*
stream: remove weird STREAMTYPE_STREAM special handling
wm4
2013-07-07
*
stream: don't set EOF flag in stream implementations
wm4
2013-06-16
*
stream, demux: replace off_t with int64_t
wm4
2012-11-20
*
stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t
reimar
2012-11-20
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
stream_file: explicitly signal EOF
reimar
2012-10-30
*
stream_file: print strerror() when failing to open a file
Uoti Urpala
2012-08-16
*
Merge remote-tracking branch 'origin/master' into my_master
wm4
2012-03-16
|
\
|
*
windows support: unicode filenames
wm4
2012-03-09
*
|
stream: refuse to open directories
wm4
2012-02-19
|
/
*
stream: Make stream_write_buffer() check for short writes
ranma
2011-04-12
*
cache: read up to 64 KiB at once from stream_file
reimar
2010-11-14
*
stream_file: Simplify and document MinGW stdin hack
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30876
Uoti Urpala
2010-03-10
|
\
*
\
Merge svn changes up to r30848
Uoti Urpala
2010-03-10
|
\
\
*
\
\
Merge svn changes up to r30663
Uoti Urpala
2010-03-10
|
\
\
\
*
\
\
\
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
\
\
\
|
|
|
|
*
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
komh
2010-03-06
|
|
|
|
/
|
|
|
*
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
komh
2010-03-04
|
|
|
/
|
|
*
Replace platform preprocessor check by HAVE_DOS_PATHS.
komh
2010-02-19
|
|
/
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
|
\
|
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
*
Files should be opened in binary mode on OS/2.
diego
2009-06-03
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
/
*
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