aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* input: make ar_rate and ar_delay fields of input_ctx signedGravatar shdown2014-08-30
* input: handle reaching MP_MAX_FDS correctlyGravatar shdown2014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* input: make key bindings like "Shift+X" work (for ASCII)Gravatar wm42014-08-26
* input: make all modifier flags unsignedGravatar wm42014-08-26
* input: stdin is 0, not 1Gravatar wm42014-08-25
* input: redo how --input-file is handledGravatar wm42014-08-25