Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input: remove now unused "abort command" and cancel infrastructure | wm4 | 2018-05-24 | 1 | -7/+0 |
* | player: make various commands for managing external tracks abortable | wm4 | 2018-05-24 | 1 | -0/+3 |
* | cmd: do not use a random value for MP_CMD_OPT_ARG | wm4 | 2018-05-24 | 1 | -1/+1 |
* | command: add a way to abort asynchronous commands | wm4 | 2018-05-24 | 1 | -0/+4 |
* | command: add a subprocess command | wm4 | 2018-05-24 | 1 | -0/+1 |
* | input: remove unused field | wm4 | 2018-05-24 | 1 | -1/+0 |
* | command: add infrastructure for async commands | wm4 | 2018-05-24 | 1 | -1/+17 |
* | input: move an enum back to its correct place | wm4 | 2018-05-24 | 1 | -13/+0 |
* | input: rename weirdly named function | wm4 | 2018-05-03 | 1 | -1/+2 |
* | input: move some more cmd definitions to cmd.h | wm4 | 2018-05-03 | 1 | -0/+64 |
* | input: merge cmd_list.c with cmd.c | wm4 | 2018-05-03 | 1 | -0/+32 |
* | input: rename cmd_parse.h to cmd.h | wm4 | 2018-05-03 | 1 | -0/+55 |