COMMITS
/ stream/stream_file.c March 28, 2026
N
various: don't check if endptr is null for strto[udll]
nanahi committed
April 2, 2026
N
demux_playlist: only autocreate on regular file
NRK committed
January 28, 2025
K
stream_file: allow to open only our fd in case of fuzzing
Kacper Michajłow committed
December 29, 2024
K
stream_file: don't allow to open standard streams during fuzzing
Kacper Michajłow committed
August 22, 2024
L
stream: don't mark stdin as a filesystem file
llyyr committed
May 15, 2024
S
stream: remove directory playlist hint
sfan5 committed
May 13, 2024
S
stream: check file descriptor passed to fd:// or fdclose://
sfan5 committed
May 12, 2024
S
Revert "stream: don't try to read from all-sparse/no-data files"
sfan5 committed
April 4, 2024
M
stream: don't try to read from all-sparse/no-data files
Mohammad AlSaleh committed
May 1, 2024
K
stream_file: declare structures available only in Windows DDK
Kacper Michajłow committed
K
win32: fix platform checks
Kacper Michajłow committed
K
various: move unistd.h inclusion to common.h
Kacper Michajłow committed
March 13, 2024
B
stream: enable caching for sockets, pipes and FIFOs
bptato committed
November 24, 2023
K
meson: adjust win32 defines
Kacper Michajłow committed
November 14, 2020
D
stream_file: disable read ahead for remote files on macOS
der richter committed
April 24, 2021
D
stream_file: add new identifier for macOS FUSE filesystems
der richter committed
April 5, 2021
S
stream: turn stream_info.open2's args argument const
sfan5 committed
May 10, 2020
W
stream: make stream_read_file() more robust
wm4 committed
March 8, 2020
W
stream_file: mark fd protocols as "unsafe"
wm4 committed
February 16, 2020
W
stream_file: remove file size caching
wm4 committed
February 14, 2020
W
stream_file: cache file size
wm4 committed
December 20, 2019
W
stream, demux: redo origin policy thing
wm4 committed
November 7, 2019
W
stream: remove unused read_chunk field
wm4 committed
W
W
stream: change buffer argument types from char* to void*
wm4 committed
September 14, 2019
W
stream_file: remove unnecessary short write logic
wm4 committed
April 14, 2019
A
stream_file: avoid redundant free
Aman Gupta committed
December 5, 2018
A
Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--merge-edition
Anton Kindestam committed
August 31, 2018
W
demux, stream: rip out the classic stream cache
wm4 committed
June 23, 2018
Y
stream_smb/stream_file: fix `write_buffer`
Yclept Nemo committed
May 26, 2018
G
stream_file: enable cache for FUSE filesystems on OpenBSD and FreeBSD
gall0ws committed
May 17, 2018
W
stream_file: properly detect stdin as pipe
wm4 committed
W
stream_file: use a separate mp_cancel thing
wm4 committed
W
misc: move mp_cancel from stream.c to thread_tools.c
wm4 committed
W
stream_file: properly detect stdin as pipe
wm4 committed
May 19, 2018
W
player: some further cleanup of the mp_cancel crap
wm4 committed
March 15, 2018
P
stream_file: enable cache for FUSE filesystems on OS X
Philip Sequeira committed
P
stream_file: add more network file systems (Linux)
Philip Sequeira committed
February 21, 2018
W
stream_file: add mode for reading appended files
wm4 committed
June 16, 2017
S
stream_file: option to close fd after use -> fdclose://
sfan5 committed
May 11, 2017
W
stream_file: change license to LGPL
wm4 committed
February 2, 2017
W
stream: get rid of streamtype enum
wm4 committed
October 14, 2016
W
stream_file: don't use poll() on directories
wm4 committed
January 6, 2016
J
win32: fix fd://
James Ross-Gowan committed
August 1, 2015
W
win32: revert wchar_t changes
wm4 committed
July 30, 2015
W
win32: more wchar_t -> WCHAR replacements
wm4 committed
July 10, 2015
W
stream_file: remove an indirection
wm4 committed
W
stream_file: cosmetics: shorten variable name
wm4 committed
July 9, 2015
B
stream_file: initialize `fd`
Ben Boeckel committed