aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* command: don't require whitespace before ';' or '#'Gravatar wm42014-10-31
* input: cascade-load input.confGravatar wm42014-10-29
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* input: resolve ~ and similar for --input-fileGravatar wm42014-10-24
* command: fix debug outputGravatar wm42014-10-24
* command: print executed commands with -vGravatar wm42014-10-23
* command: add a "cached" mode to sub_addGravatar wm42014-10-23
* command: make trailing sub_add actually optionalGravatar wm42014-10-22
* command: extend sub_add commandGravatar wm42014-10-21
* Set thread name for debuggingGravatar wm42014-10-19
* ipc: skip empty and commented linesGravatar wm42014-10-19
* ipc: accept both JSON and "old" commandsGravatar wm42014-10-19
* ipc: fix minor error cleanup issuesGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* ipc: fix a small memory leakGravatar wm42014-10-17
* input: implement --input-file on unix using the IPC supportGravatar Alessandro Ghedini2014-10-17
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* input: don't add weird padding when formatting keycodeGravatar wm42014-10-17
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* input: remove some unneeded codeGravatar wm42014-10-10
* input: cosmetics: move codeGravatar wm42014-10-10
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* input: add a function to parse mpv_node as commandGravatar wm42014-10-10
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* client API: rename --input-x11-keyboard to --input-vo-keyboardGravatar wm42014-10-09
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* input: copy options automaticallyGravatar wm42014-09-27
* input: separate creation and loading of configGravatar wm42014-09-27
* input: explain why we use semaphoresGravatar wm42014-09-20
* input: add locking for repeat infoGravatar Alexander Preisinger2014-09-19
* input: add function for setting repeat infoGravatar Alexander Preisinger2014-09-19
* input: use libwaio for pipe input on WindowsGravatar wm42014-09-14
* input: fix nested commandsGravatar wm42014-09-13
* input: distinguish playlist navigation and quit commands for abortGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* input: "quit_watch_later" and "stop" are abort commandsGravatar wm42014-09-13
* input: don't autorepeat cycle_values commandGravatar wm42014-09-13
* input: simplifyGravatar wm42014-09-13
* input: fix autorepeatGravatar wm42014-09-13
* input: remove central select() callGravatar wm42014-09-10
* input: remove useless joystick.h/lirc.h include filesGravatar wm42014-09-10
* input: use an input thread for joystickGravatar wm42014-09-10
* input: use an input thread for lircGravatar wm42014-09-10
* input: add convenience function for running input sources in threadsGravatar wm42014-09-10
* input: make some fields internalGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* input: fix missed wakeups, simplifyGravatar wm42014-09-09
* input: fix use after free with legacy commandsGravatar wm42014-09-08
* input: fix exiting with signalsGravatar wm42014-09-08
* player: some more input refactoringGravatar wm42014-09-07