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.c
Commit message (
Expand
)
Author
Age
*
msg: reinterpret a bunch of message levels
Niklas Haas
2017-12-15
*
stream: add an assert() to an obscure seek case
wm4
2017-08-17
*
Avoid calling close(-1)
wm4
2017-06-29
*
stream: change license to LGPL
wm4
2017-06-19
*
stream: rewrite url escaping/unescaping functions
wm4
2017-06-13
*
wscript: decouple dvdnav check from dvdread
Ricardo Constantino
2017-03-31
*
stream: get rid of streamtype enum
wm4
2017-02-02
*
stream: better method signal caching, rename weird uncached_stream field
wm4
2017-02-02
*
stream: minor cleanup to previous commit
wm4
2017-01-27
*
stream: set EOF if stream is canceled
wm4
2017-01-26
*
stream: check for playback aborts on reading too
wm4
2017-01-24
*
player: remove --stream-capture option/property
wm4
2017-01-21
*
demux, stream: add option to prevent opening referenced files
wm4
2016-12-04
*
stream_cb: don't add "*://" to protocol list
wm4
2016-09-10
*
stream, demux, config: remove some dead/unneeded option-related code
wm4
2016-09-09
*
stream_dvd, stream_dvdnav: remove weird option parsing stuff
wm4
2016-09-08
*
osdep: rename atomics.h to atomic.h
wm4
2016-09-07
*
demux: do not access global options
wm4
2016-09-06
*
stream: fix double-free if cache init fails
wm4
2016-08-08
*
client API: add stream_cb API for user-defined stream implementations
Aman Gupta
2016-08-07
*
build: silence -Wunused-result
Niklas Haas
2016-06-07
*
stream: separate posix/win32 cancellation code
wm4
2016-05-20
*
stream: stream_read_complete() reads from current pos, not 0
wm4
2016-01-12
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
Fix some typos in code comments
Aman Gupta
2015-12-21
*
stream: drop PVR support
wm4
2015-12-10
*
stream: minor cleanup to verbose logging
wm4
2015-09-30
*
stream: provide a stream_get_size() convenience function
wm4
2015-08-18
*
stream: libarchive wrapper for reading compressed archives
wm4
2015-08-17
*
vo_opengl: add support for custom shaders
Niklas Haas
2015-05-27
*
command: add protocol-list property
wm4
2015-05-23
*
stream: don't print reconnection message if no stream support
wm4
2015-04-29
*
Update license headers
Marcin Kurczewski
2015-04-13
*
options: introduce --cache=yes choice
wm4
2015-03-12
*
stream: use relaxed atomic loads for checking playback aborts
wm4
2015-03-09
*
player: refine rar:// playlist-safety handling
wm4
2015-03-02
*
stream: remove stream filter concept
wm4
2015-02-27
*
stream_rar: treat rar files as playlists
wm4
2015-02-27
*
stream: get rid of remaining uses of the end_pos field
wm4
2015-02-06
*
stream: minor cleanups
wm4
2015-02-06
*
stream: slightly improve reconnect behavior
wm4
2015-02-06
*
stream: reject overly long URLs
wm4
2015-01-21
*
stream_lavf: escape disallowed characters in http URLs
wm4
2015-01-21
*
stream: always make stream dumping/capturing append to output file
wm4
2014-12-27
*
stream: always disable cache for pseudo-streams
wm4
2014-12-24
*
Do not call strerror()
wm4
2014-11-26
*
stream: fix endian swapping
wm4
2014-11-21
*
stream: reduce ifdeffery for win32 somewhat
wm4
2014-11-18
*
stream: signal a Windows event object on cancel
James Ross-Gowan
2014-11-18
*
stream: fix --stream-dump dropping the file header
wm4
2014-10-25
[next]