summaryrefslogtreecommitdiffstats
path: root/input/cmd_parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMarcin Kurczewski2015-04-131-5/+5
| | | | Signed-off-by: wm4 <wm4@nowhere>
* command: print executed commands with -vwm42014-10-231-0/+2
|
* input: use mpv_node parser for char** command parserswm42014-10-101-8/+5
| | | | Minor simplification, also drops some useless stuff.
* input: add a function to parse mpv_node as commandwm42014-10-101-0/+2
| | | | For future client API enhancements.
* input: split off some code from input.c to separate fileswm42013-12-261-0/+52
This is mostly just moving code around.