mpv/input
wm4 9ba6641879 Set thread name for debugging
Especially with other components (libavcodec, OSX stuff), the thread
list can get quite populated. Setting the thread name helps when
debugging.

Since this is not portable, we check the OS variants in waf configure.
old-configure just gets a special-case for glibc, since doing a full
check here would probably be a waste of effort.
2014-10-19 23:48:40 +02:00
..
cmd_list.c command: add a mechanism to allow scripts to intercept file loads 2014-10-16 01:00:22 +02:00
cmd_list.h command: add a mechanism to allow scripts to intercept file loads 2014-10-16 01:00:22 +02:00
cmd_parse.c input: remove some unneeded code 2014-10-10 23:05:33 +02:00
cmd_parse.h input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.c input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.h
input.c Set thread name for debugging 2014-10-19 23:48:40 +02:00
input.h ipc: decouple from MPContext 2014-10-19 20:44:29 +02:00
ipc.c Set thread name for debugging 2014-10-19 23:48:40 +02:00
joystick.c
keycodes.c input: don't add weird padding when formatting keycode 2014-10-17 00:53:55 +02:00
keycodes.h
lirc.c
pipe-win32.c