mpv/input
wm4 e2ab6b7f35 scripting: add a way to run sub processes as "scripts"
This is just a more convenient way to start IPC client scripts per mpv
instance.

Does not work on Windows, although it could if the subprocess and IPC
parts are implemented (and I guess .exe/.bat suffixes are required).
Also untested whether it builds on Windows. A lot of other things are
untested too, so don't complain.
2020-02-19 22:18:15 +01:00
..
cmd.c input: log commands with parameter names 2020-02-19 16:25:18 +01:00
cmd.h command: reduce OSC/stats log spam 2019-12-19 12:52:13 +01:00
event.c input: ignore empty lines on drag-drop mime data 2019-09-21 15:39:47 +02:00
event.h input/event.h: add include guard 2016-03-15 22:44:15 +01:00
input.c stream, demux: redo origin policy thing 2019-12-20 13:00:39 +01:00
input.h scripting: add a way to run sub processes as "scripts" 2020-02-19 22:18:15 +01:00
ipc-dummy.c scripting: add a way to run sub processes as "scripts" 2020-02-19 22:18:15 +01:00
ipc-unix.c scripting: add a way to run sub processes as "scripts" 2020-02-19 22:18:15 +01:00
ipc-win.c scripting: add a way to run sub processes as "scripts" 2020-02-19 22:18:15 +01:00
ipc.c ipc: cosmetic: switch a negated if/else 2018-05-25 10:46:18 +02:00
keycodes.c input: add new PLAYONLY and PAUSEONLY MP_KEY key codes 2020-01-26 12:09:55 +01:00
keycodes.h input: add new PLAYONLY and PAUSEONLY MP_KEY key codes 2020-01-26 12:09:55 +01:00
pipe-win32.c osdep: rename atomics.h to atomic.h 2016-09-07 11:26:25 +02:00
sdl_gamepad.c sdl: prevent concurrent use of SDL in different threads 2019-10-25 22:17:54 +02:00