mpv/options
wm4 ed71606e65 input: rework how input sources are added
Until now, there were two functions to add input sources (stuff like
stdin input, slave mode, lirc, joystick). Unify them to a single
function (mp_input_add_fd()), and make sure the associated callbacks
always have a context parameter.

Change the lirc and joystick code such that they take store their state
in a context struct (probably worthless), and use the new mp_msg
replacements (the point of this refactoring).

Additionally, get rid of the ugly USE_FD0_CMD_SELECT etc. ifdeffery in
the terminal handling code.
2013-12-21 20:50:13 +01:00
..
m_config.c m_config: add custom context to includefunc callback 2013-12-21 20:50:13 +01:00
m_config.h m_config: add custom context to includefunc callback 2013-12-21 20:50:13 +01:00
m_option.c msg: change --msglevel, reduce legacy glue 2013-12-20 21:07:57 +01:00
m_option.h msg: change --msglevel, reduce legacy glue 2013-12-20 21:07:57 +01:00
m_property.c
m_property.h
options.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
options.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00
parse_commandline.c msg: change hack to silence command line pre-parse error messages 2013-12-20 21:07:57 +01:00
parse_commandline.h
parse_configfile.c
parse_configfile.h
path.c
path.h