0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/options
James Ross-Gowan cd50ebba36 ipc: rename --input-unix-socket to --input-ipc-server
JSON IPC works on Windows now, and although the transports for each
plaform have similar characteristics, they unfortunately have different
names (Unix domain sockets on Linux/Unix vs. named pipes on Windows.)

Hopefully this change better reflects the purpose of the option too,
since with --input-ipc-server, mpv acts as an IPC server that can
service many simultaneous clients (as opposed to --input-file, which can
only do one-to-one IPC.)
2016-03-23 23:15:26 +11:00
..
m_config.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
m_config.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_option.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
m_option.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_property.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
m_property.h Various spelling fixes 2015-06-18 19:36:58 +02:00
options.c ipc: rename --input-unix-socket to --input-ipc-server 2016-03-23 23:15:26 +11:00
options.h player: add --external-file option 2016-02-08 21:18:35 +01:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
path.h player: make watch later/resume work when "playing" directories 2016-01-06 22:40:55 +01:00