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
*
stream_file: option to close fd after use -> fdclose://
sfan5
2017-06-16
*
stream_file: change license to LGPL
wm4
2017-05-11
*
stream: get rid of streamtype enum
wm4
2017-02-02
*
stream_file: don't use poll() on directories
wm4
2016-10-14
*
win32: fix fd://
James Ross-Gowan
2016-01-07
*
win32: revert wchar_t changes
wm4
2015-08-01
*
win32: more wchar_t -> WCHAR replacements
wm4
2015-07-30
*
stream_file: remove an indirection
wm4
2015-07-10
*
stream_file: cosmetics: shorten variable name
wm4
2015-07-10
*
stream_file: initialize `fd`
Ben Boeckel
2015-07-09
*
stream_file: add fd:// protocol
wm4
2015-07-09
*
stream_file: minor simplification
wm4
2015-04-17
*
player: allow playing directories
wm4
2015-04-17
*
Update license headers
Marcin Kurczewski
2015-04-13
*
stream_file: open pipes non-blocking
wm4
2015-02-20
*
Do not call strerror()
wm4
2014-11-26
*
stream_dvd: better .ifo probing
wm4
2014-09-25
*
player: always load playlists
wm4
2014-08-31
*
Add more const
wm4
2014-06-11
*
stream_file: readjust some windows ifdeffery
wm4
2014-05-24
*
stream: remove chaos related to writeable streams
wm4
2014-05-24
*
stream: don't use end_pos
wm4
2014-05-24
*
stream_file: Check the handle for network streams
James Ross-Gowan
2014-04-09
*
stream_file: network file system detection for Linux
Philip Sequeira
2014-03-12
*
stream_file: cache remote files on Windows
James Ross-Gowan
2014-02-18
*
stream_file: activate cache with files on network file systems
Stefano Pigozzi
2014-02-17
*
player: strip 'file://' from filenames on playback start
wm4
2014-01-08
*
stream: mp_msg conversions
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg
wm4
2013-12-16
*
stream: fix clang warning
Stefano Pigozzi
2013-12-07
*
Use O_CLOEXEC when creating FDs
wm4
2013-11-30
*
stream: fix url_options field, make protocols field not fixed length
wm4
2013-08-26
*
stream: don't require streams to set s->pos in seek callback
wm4
2013-08-22
*
stream: move file forward skipping to common stream implementation
wm4
2013-08-22
*
stream_file: uncrustify
wm4
2013-08-22
*
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
[next]