1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00
mpv/input
wm4 98d33db5da input: fix stack overflow when checking for abort cmd
This can happen when the input stream is somehow blocking on network,
and the user still send input in one way or another, and one of the
commands is a compound command ("cmd a ; cmd b").
2014-05-24 16:28:11 +02:00
..
cmd_list.c input: fix stack overflow when checking for abort cmd 2014-05-24 16:28:11 +02:00
cmd_list.h input: check for abort cmd in multi-commands 2014-03-11 00:14:30 +01:00
cmd_parse.c input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
cmd_parse.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
input.c input: check for abort cmd in multi-commands 2014-03-11 00:14:30 +01:00
input.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
joystick.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
joystick.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00
keycodes.c input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
keycodes.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
lirc.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
lirc.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00