COMMITS
/ stream/stream.c May 7, 2026
K
stream: don't drop data on stream_read_more
Kacper Michajłow committed
October 6, 2024
K
stream_curl: add libcurl-based stream backend
Kacper Michajłow committed
March 15, 2026
R
various: fix `Wdiscarded-qualifiers` warnings
Rudi Heitbaum committed
August 5, 2025
K
stream: remove stream_info_bdnav
Kacper Michajłow committed
February 17, 2025
K
player: add `mpv://` protocol
Kacper Michajłow committed
February 24, 2025
K
stream/stream: mark mf:// and edl:// as unsafe protocols
Kacper Michajłow committed
March 1, 2025
K
various: use mp_assert macro
Kacper Michajłow committed
February 5, 2025
K
player/loadfile: we shouldn't unescape inplace
Kacper Michajłow committed
January 27, 2025
K
demux/ebml: fix ebml_read_length()
Kacper Michajłow committed
October 21, 2024
N
stream: allow max_size of 0 for stream_read_complete
nanahi committed
N
stream: add STREAM_READ_FILE_FLAGS_DEFAULT
nanahi committed
N
stream: add STREAM_ALLOW_PARTIAL_READ flag
nanahi committed
October 19, 2024
N
stream: delete extra newline
nanahi committed
N
stream: add stream_read_file2
nanahi committed
June 15, 2024
K
stream: don't exit on first iteration if there is no match
Kacper Michajłow committed
May 16, 2024
D
stream: implement get_protocols method for stream_lavf
Dudemanguy committed
May 13, 2024
S
various: add missing checks for directory streams
sfan5 committed
S
stream: disallow reading or writing to directories
sfan5 committed
May 1, 2024
K
various: move strings.h inclusion to common.h
Kacper Michajłow committed
December 13, 2023
K
stream: increase max_size to INT_MAX minus padding
Kacper Michajłow committed
September 19, 2023
D
stream: remove unneeded mp_read_option_raw call
Dudemanguy committed
February 20, 2023
C
options: transition options from OPT_FLAG to OPT_BOOL
Christoph Heinrich committed
January 17, 2023
T
stream: remove trailing NULL element from stream list
Thomas Weißschuh committed
November 16, 2020
L
manpage: document improved --playlist security
Leo Izen committed
August 16, 2020
M
stream: Implement slice:// for reading slices of streams
Mohammad AlSaleh committed
July 9, 2020
W
May 10, 2020
W
stream: make stream_read_file() more robust
wm4 committed
April 10, 2020
W
stream: actually drop unneeded buffer
wm4 committed
W
stream: add assert, a cosmetic change
wm4 committed
W
stream: minor adjustment to buffer size limit logic
wm4 committed
March 14, 2020
W
March 8, 2020
W
stream_file: mark fd protocols as "unsafe"
wm4 committed
March 5, 2020
W
stream_smb: remove this
wm4 committed
February 14, 2020
W
December 20, 2019
W
stream, demux: redo origin policy thing
wm4 committed
November 14, 2019
November 7, 2019
W
stats, demux: log byte level stream seeks
wm4 committed
W
stream: remove unused read_chunk field
wm4 committed
W
W
stream: change buffer argument types from char* to void*
wm4 committed
W
stream: avoid a duplicate condition
wm4 committed
W
stream: fix typos in a comments
wm4 committed
November 6, 2019
W
stream: bump default buffer size from 2K to 64K
wm4 committed
W
stream: remove inline buffer optimization
wm4 committed
W
stream: turn into a ring buffer, make size configurable
wm4 committed
October 31, 2019
W
Replace uses of FFMIN/MAX with MPMIN/MAX
wm4 committed
October 26, 2019
W
stream: move stream_read_line to demux_playlist.c
wm4 committed
W
September 28, 2019
W
stream: rearrange open functions
wm4 committed
June 19, 2019
W