aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_file.c
Commit message (Expand)AuthorAge
* stream_smb/stream_file: fix `write_buffer`Gravatar Yclept Nemo2018-07-29
* stream_file: enable cache for FUSE filesystems on OpenBSD and FreeBSDGravatar gall0ws2018-06-05
* stream_file: properly detect stdin as pipeGravatar wm42018-05-25
* stream_file: enable cache for FUSE filesystems on OS XGravatar Philip Sequeira2018-03-15
* stream_file: add more network file systems (Linux)Gravatar Philip Sequeira2018-03-15
* stream_file: add mode for reading appended filesGravatar wm42018-02-21
* stream_file: option to close fd after use -> fdclose://Gravatar sfan52017-06-16
* stream_file: change license to LGPLGravatar wm42017-05-11
* stream: get rid of streamtype enumGravatar wm42017-02-02
* stream_file: don't use poll() on directoriesGravatar wm42016-10-14
* win32: fix fd://Gravatar James Ross-Gowan2016-01-07
* win32: revert wchar_t changesGravatar wm42015-08-01
* win32: more wchar_t -> WCHAR replacementsGravatar wm42015-07-30
* stream_file: remove an indirectionGravatar wm42015-07-10
* stream_file: cosmetics: shorten variable nameGravatar wm42015-07-10
* stream_file: initialize `fd`Gravatar Ben Boeckel2015-07-09
* stream_file: add fd:// protocolGravatar wm42015-07-09
* stream_file: minor simplificationGravatar wm42015-04-17
* player: allow playing directoriesGravatar wm42015-04-17
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream_file: open pipes non-blockingGravatar wm42015-02-20
* Do not call strerror()Gravatar wm42014-11-26
* stream_dvd: better .ifo probingGravatar wm42014-09-25
* player: always load playlistsGravatar wm42014-08-31
* Add more constGravatar wm42014-06-11
* stream_file: readjust some windows ifdefferyGravatar wm42014-05-24
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream_file: Check the handle for network streamsGravatar James Ross-Gowan2014-04-09
* stream_file: network file system detection for LinuxGravatar Philip Sequeira2014-03-12
* stream_file: cache remote files on WindowsGravatar James Ross-Gowan2014-02-18
* stream_file: activate cache with files on network file systemsGravatar Stefano Pigozzi2014-02-17
* player: strip 'file://' from filenames on playback startGravatar wm42014-01-08
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* stream: fix clang warningGravatar Stefano Pigozzi2013-12-07
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* stream: move file forward skipping to common stream implementationGravatar wm42013-08-22
* stream_file: uncrustifyGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: parse URL escapes for file://Gravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: remove fd memberGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07