index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
stream_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream: remove useless author/comment fields
wm4
2013-07-12
1
-3
/
+2
*
stream: remove fd member
wm4
2013-07-12
1
-6
/
+29
*
core: change open_stream and demux_open signature
wm4
2013-07-12
1
-1
/
+2
*
stream: remove weird STREAMTYPE_STREAM special handling
wm4
2013-07-07
1
-5
/
+4
*
stream: don't set EOF flag in stream implementations
wm4
2013-06-16
1
-4
/
+1
*
stream, demux: replace off_t with int64_t
wm4
2012-11-20
1
-3
/
+3
*
stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t
reimar
2012-11-20
1
-1
/
+1
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-3
/
+3
*
stream_file: explicitly signal EOF
reimar
2012-10-30
1
-0
/
+2
*
stream_file: print strerror() when failing to open a file
Uoti Urpala
2012-08-16
1
-1
/
+3
*
Merge remote-tracking branch 'origin/master' into my_master
wm4
2012-03-16
1
-0
/
+2
|
\
|
*
windows support: unicode filenames
wm4
2012-03-09
1
-0
/
+2
*
|
stream: refuse to open directories
wm4
2012-02-19
1
-0
/
+9
|
/
*
stream: Make stream_write_buffer() check for short writes
ranma
2011-04-12
1
-2
/
+10
*
cache: read up to 64 KiB at once from stream_file
reimar
2010-11-14
1
-0
/
+1
*
stream_file: Simplify and document MinGW stdin hack
reimar
2010-11-02
1
-3
/
+4
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Merge svn changes up to r30876
Uoti Urpala
2010-03-10
1
-2
/
+0
|
\
|
*
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
komh
2010-03-06
1
-2
/
+0
*
|
Merge svn changes up to r30848
Uoti Urpala
2010-03-10
1
-4
/
+4
|
\
|
|
*
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
komh
2010-03-04
1
-4
/
+4
*
|
Merge svn changes up to r30663
Uoti Urpala
2010-03-10
1
-1
/
+1
|
\
|
|
*
Replace platform preprocessor check by HAVE_DOS_PATHS.
komh
2010-02-19
1
-1
/
+1
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-0
/
+17
|
\
|
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-0
/
+17
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
1
-1
/
+1
|
\
|
|
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
1
-1
/
+1
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
1
-3
/
+3
|
\
|
|
*
Files should be opened in binary mode on OS/2.
diego
2009-06-03
1
-3
/
+3
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-2
/
+2
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-2
/
+2
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-2
/
+2
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-2
/
+2
|
/
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
1
-1
/
+1
*
Avoid a pointless special-case for opening a file
reimar
2008-02-24
1
-4
/
+0
*
Add support for DOS-style file:///x:/path paths.
diego
2008-02-20
1
-0
/
+6
*
stream_opts should be const
reimar
2008-01-13
1
-1
/
+1
*
stream_opts arrays should be const
reimar
2007-12-02
1
-1
/
+1
*
Mark all stream_info_t as const
reimar
2007-12-02
1
-1
/
+1
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-2
/
+2
*
truncate mencoder's output file if it exists, instead of overwriting just par...
lorenm
2007-03-05
1
-1
/
+1
*
fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...
nicodvb
2006-12-21
1
-2
/
+7
*
in WRITE mode open the output file with mode 0666; umask will filter it
nicodvb
2006-12-19
1
-1
/
+1
*
implemented STREAM_CTRL_GET_SIZE
nicodvb
2006-12-18
1
-0
/
+17
*
in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...
nicodvb
2006-12-18
1
-3
/
+6
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+162