index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input
/
ipc.c
Commit message (
Expand
)
Author
Age
*
input: handle closed pipe correctly
wm4
2015-02-26
*
input: if FD is not writable, just don't write to the FD
wm4
2015-02-26
*
input: allow passing FDs to --input-file
wm4
2015-02-26
*
input: avoid creating world-writeable file with --input-unix-socket
wm4
2015-02-26
*
ipc: put playback core to sleep while dequeuing commands
wm4
2015-02-13
*
ipc: add enable_event and disable_event commands
wm4
2014-12-24
*
ipc: report some user errors better
wm4
2014-12-24
*
client API: be more lenient about mpv_suspend/resume mismatches
wm4
2014-12-15
*
lua, ipc: remove leftovers
wm4
2014-11-24
*
ipc: fix confusion of write() return value and errno
wm4
2014-11-21
*
ipc: make sure --input-file=/dev/stdin always works
wm4
2014-11-07
*
ipc: make it possible to receive log messages
wm4
2014-11-01
*
ipc: add a command to retrieve API version
wm4
2014-11-01
*
ipc: verify resume/suspend commands
wm4
2014-11-01
*
input: resolve ~ and similar for --input-file
wm4
2014-10-24
*
Set thread name for debugging
wm4
2014-10-19
*
ipc: skip empty and commented lines
wm4
2014-10-19
*
ipc: accept both JSON and "old" commands
wm4
2014-10-19
*
ipc: fix minor error cleanup issues
wm4
2014-10-19
*
ipc: decouple from MPContext
wm4
2014-10-19
*
ipc: fix a small memory leak
wm4
2014-10-17
*
input: implement --input-file on unix using the IPC support
Alessandro Ghedini
2014-10-17
*
input: implement JSON-based IPC protocol
Alessandro Ghedini
2014-10-17