1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00
mpv/player
wm4 289705daaf input: allow - as separator between commands, instead of _
Wnile it seems quite logical to me that commands use _ as word
separator, while properties use -, I can't really explain the
difference, and it tends to confuse users as well. So always
prefer - as separator for everything.

Using _ still works, and will probably forever. Not doing so would
probably create too much chaos and confusion.
2015-05-25 21:59:44 +02:00
..
lua input: allow - as separator between commands, instead of _ 2015-05-25 21:59:44 +02:00
audio.c audio: fix resync issue different 2015-05-19 23:23:17 +02:00
client.c threads: use utility+POSIX functions instead of weird wrappers 2015-05-11 23:44:36 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c command: change the hwdec properties 2015-05-25 21:44:48 +02:00
command.h client API: add glue for making full use of mpv_command_node() 2015-04-20 23:00:12 +02:00
configfiles.c player: reuse a function 2015-05-09 16:48:08 +02:00
core.h player: add function to compute past frame durations 2015-05-24 23:27:23 +02:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c player: use an array for stream ID options and such 2015-05-22 21:00:24 +02:00
lua.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
main.c Always block SIGPIPE globally 2015-05-11 17:38:35 +02:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c video: do not use MP_NOPTS_VALUE for A/V difference 2015-05-24 23:27:23 +02:00
playloop.c player: add function to compute past frame durations 2015-05-24 23:27:23 +02:00
screenshot.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c video: do not use MP_NOPTS_VALUE for A/V difference 2015-05-24 23:27:23 +02:00