| Commit message (Expand) | Author | Age | Files | Lines |
* | command: add a change-list command | wm4 | 2018-01-25 | 2 | -0/+2 |
* | cmd_parse: minor cosmetics | wm4 | 2018-01-18 | 1 | -5/+2 |
* | ta: introduce talloc_dup() and use it in some places | wm4 | 2018-01-18 | 1 | -3/+3 |
* | input: make command argument list a dynamic array | wm4 | 2018-01-10 | 4 | -52/+55 |
* | player: remove internal `vo-resize` command again | sfan5 | 2018-01-02 | 2 | -2/+0 |
* | player: add internal `vo-resize` command | sfan5 | 2017-12-27 | 2 | -0/+2 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -11/+11 |
* | ipc: avoid dereferencing NULL | Martin Shirokov | 2017-12-15 | 1 | -7/+17 |
* | input: remove a stray HAVE_GPL | wm4 | 2017-11-29 | 1 | -2/+0 |
* | player: change 3 remaining GPL-only code pieces to LGPL | wm4 | 2017-11-24 | 1 | -6/+0 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -0/+2 |
* | input: fix error in MP_KEY_IS_WHEEL | James Ross-Gowan | 2017-09-03 | 1 | -1/+1 |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 4 | -86/+74 |
* | input: use mnemonic names for mouse buttons | James Ross-Gowan | 2017-09-03 | 3 | -89/+80 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 4 | -2/+19 |
* | input: drop deprecated "osd" command | wm4 | 2017-07-21 | 2 | -4/+0 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+4 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 3 | -1/+16 |
* | player: deprecate "osd" command | wm4 | 2017-06-23 | 1 | -0/+2 |
* | input/keycodes: change license to LGPL | wm4 | 2017-06-20 | 2 | -16/+14 |
* | input: mention GPL exceptions in license header | wm4 | 2017-06-20 | 1 | -0/+2 |
* | input: change license to LGPL | wm4 | 2017-06-19 | 6 | -42/+48 |
* | ipc-unix: don’t truncate the message on EAGAIN | Sebastian Reuße | 2017-05-24 | 1 | -4/+1 |
* | command: use scale_units to add/cycle integer properties | James Ross-Gowan | 2017-05-12 | 3 | -1/+5 |
* | input: pre-process MP_AXIS_* input | James Ross-Gowan | 2017-05-12 | 1 | -6/+101 |
* | command: mark some commands as "scalable" | James Ross-Gowan | 2017-05-12 | 2 | -2/+14 |
* | input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse events | James Ross-Gowan | 2017-05-12 | 1 | -2/+8 |
* | ipc: raise json nesting limit | wm4 | 2017-05-03 | 1 | -2/+2 |
* | input: add "async" flag | wm4 | 2017-04-01 | 2 | -0/+2 |
* | osx: fix key input in certain circumstances | Akemi | 2017-03-26 | 1 | -8/+0 |
* | command: add expand-text command to property-expand a string | Avi Halachmi (:avih) | 2017-03-26 | 2 | -0/+2 |
* | player: restructure cancel callback | wm4 | 2017-01-18 | 2 | -6/+7 |
* | client API: turn mpv_suspend() and mpv_resume() into stubs | wm4 | 2016-11-22 | 1 | -6/+0 |
* | ipc: log when listening to IPC socket | wm4 | 2016-09-29 | 2 | -0/+4 |
* | command: add a load-script command | wm4 | 2016-09-22 | 2 | -0/+4 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 2 | -54/+74 |
* | player: kill associated OSD and key bindings when removing a script | wm4 | 2016-09-20 | 2 | -2/+28 |
* | command: add an apply-profile command | wm4 | 2016-09-17 | 2 | -0/+4 |
* | player: use better way to wait for input and dispatching commands | wm4 | 2016-09-16 | 2 | -34/+19 |
* | client API: declare mpv_suspend/mpv_resume deprecated | wm4 | 2016-09-16 | 2 | -10/+2 |
* | client API: remove SIGPIPE overriding code | wm4 | 2016-09-15 | 1 | -0/+6 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+1 |
* | input, demux_tv: remove some older option access methods | wm4 | 2016-09-06 | 1 | -5/+6 |
* | command: remove vo-cmdline | wm4 | 2016-09-02 | 2 | -5/+0 |
* | input: use OPT_REPLACED for an old option alias | wm4 | 2016-08-31 | 1 | -1/+1 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 1 | -2/+1 |
* | Use - as command-name separator everywhere | Timotej Lazar | 2016-07-14 | 2 | -2/+2 |
* | input: remove redundant log message | wm4 | 2016-07-04 | 1 | -4/+1 |
* | build: silence -Wunused-result | Niklas Haas | 2016-06-07 | 1 | -2/+2 |
* | input: fix parsing multiple input command prefixes | Philip Sequeira | 2016-04-17 | 1 | -1/+0 |
* | input: do not force double-click emulation for artificial commands | wm4 | 2016-03-26 | 1 | -1/+1 |
* | ipc-win: restrict read access to the IPC pipe | James Ross-Gowan | 2016-03-25 | 1 | -2/+96 |
* | ipc: add Windows implementation with named pipes | James Ross-Gowan | 2016-03-23 | 4 | -427/+878 |
* | input/event.h: add include guard | wm4 | 2016-03-15 | 1 | -0/+4 |
* | input: accept plain text for drag&drop | wm4 | 2016-03-15 | 1 | -0/+7 |
* | x11, input: move mime type drag&drop negotiation to common code | wm4 | 2016-03-15 | 2 | -2/+15 |
* | ipc: fix uninitialized field | wm4 | 2016-02-12 | 1 | -1/+1 |
* | input: ignore --input-cursor for events injected by input commands | wm4 | 2016-02-04 | 2 | -7/+27 |
* | command: add af-command command | wm4 | 2016-01-22 | 2 | -0/+2 |
* | command: add vf-command command | wm4 | 2016-01-22 | 2 | -0/+2 |
* | Change 3 more files to LGPL | wm4 | 2016-01-20 | 1 | -7/+7 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 2 | -14/+14 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | demux: remove weird tripple-buffering for the sh_stream list | wm4 | 2015-12-23 | 1 | -4/+2 |
* | input: add a catch-all "unmapped" command | wm4 | 2015-12-23 | 3 | -1/+8 |
* | input: add key name to script-binding command response | wm4 | 2015-12-23 | 3 | -3/+4 |
* | win32: input: use Vista CancelIoEx | James Ross-Gowan | 2015-12-20 | 2 | -60/+65 |
* | input: rename recently added HALF_SPACE | wm4 | 2015-10-21 | 1 | -1/+1 |
* | input: add key name for U+3000 IDEOGRAPHIC SPACE | wm4 | 2015-10-21 | 1 | -0/+1 |
* | player: rename and move find_subfiles.c | wm4 | 2015-09-20 | 1 | -1/+1 |
* | command: make "add <property> 0" not change the value | wm4 | 2015-09-10 | 2 | -1/+8 |
* | options: fix --no-config | wm4 | 2015-09-05 | 1 | -1/+1 |
* | input: add append argument to file drop event | Kevin Mitchell | 2015-08-30 | 2 | -7/+15 |
* | lua: implement input_enable_section/input_disable_section via commands | wm4 | 2015-08-06 | 1 | -2/+4 |
* | command: define-section with empty contents removes a section | wm4 | 2015-08-06 | 1 | -1/+1 |
* | command: add a command for defining input bindings | wm4 | 2015-08-06 | 2 | -0/+7 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 2 | -5/+0 |
* | player: use exit code 0 by default for quit, 4 for signals, etc. | Philip Sequeira | 2015-07-11 | 1 | -2/+2 |
* | input: fix exit code for quit-watch-later command | wm4 | 2015-07-08 | 1 | -1/+1 |
* | ipc: fix undefined behavior in some error cases | wm4 | 2015-07-06 | 1 | -1/+2 |
* | ipc: add request_id to json | Preston Hunt | 2015-07-03 | 1 | -0/+10 |
* | input: improve wording of key binding messages | wm4 | 2015-06-30 | 1 | -2/+2 |
* | command: add keypress, keydown, and keyup commands. | torque | 2015-06-11 | 2 | -0/+6 |
* | player: use 4 as process exit code on user quits | wm4 | 2015-06-10 | 1 | -1/+1 |
* | command: remove deprecated get_property command | wm4 | 2015-05-27 | 2 | -2/+0 |
* | input: remove some unneeded things | wm4 | 2015-05-26 | 2 | -34/+5 |
* | input: allow - as separator between commands, instead of _ | wm4 | 2015-05-25 | 3 | -53/+61 |
* | input: add relative percentage seek | rrooij | 2015-05-19 | 1 | -0/+1 |
* | command: add playlist_shuffle command | wm4 | 2015-05-17 | 2 | -0/+2 |
* | ipc: avoid SIGPIPE | wm4 | 2015-05-12 | 1 | -1/+5 |
* | input: filter out redundant mp_input_set_mouse_pos() calls | wm4 | 2015-05-08 | 1 | -1/+3 |
* | ipc: silence some common info messages | wm4 | 2015-05-05 | 1 | -3/+3 |
* | command: change the default action for rescan_external_files | wm4 | 2015-04-28 | 1 | -1/+1 |
* | client API: add a screenshot_raw command | wm4 | 2015-04-20 | 2 | -0/+6 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 8 | -40/+33 |
* | options: add M_OPT_FILE to --input-conf | Philip Sequeira | 2015-03-31 | 1 | -1/+1 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 5 | -299/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 3 | -181/+0 |
* | input: use flag option type for some input commands | wm4 | 2015-03-04 | 1 | -13/+19 |
* | input: remove numeric compatibility parameters from commands | wm4 | 2015-03-04 | 1 | -14/+14 |
* | input: handle closed pipe correctly | wm4 | 2015-02-26 | 1 | -1/+1 |
* | input: if FD is not writable, just don't write to the FD | wm4 | 2015-02-26 | 1 | -6/+11 |
* | input: allow passing FDs to --input-file | wm4 | 2015-02-26 | 1 | -3/+12 |
* | input: avoid creating world-writeable file with --input-unix-socket | wm4 | 2015-02-26 | 1 | -0/+4 |
* | input: minor cleanup | wm4 | 2015-02-18 | 2 | -12/+11 |
* | input: add MOUSE_ENTER keybinding. | torque | 2015-02-18 | 3 | -1/+10 |
* | command: add rescan_external_files | wm4 | 2015-02-16 | 2 | -0/+7 |
* | x11: add XK_Cancel to the list of special keys | Martin Herkt | 2015-02-14 | 2 | -0/+2 |
* | x11: make all XF86 special keys mappable | wm4 | 2015-02-13 | 1 | -1/+6 |
* | ipc: put playback core to sleep while dequeuing commands | wm4 | 2015-02-13 | 1 | -1/+7 |
* | command: new commands audio_add/audio_remove/audio_reload | xylosper | 2015-02-03 | 2 | -0/+9 |
* | input: fix dangling pointer | wm4 | 2015-01-25 | 1 | -0/+1 |
* | input, player: new command for mouse event | xylosper | 2015-01-23 | 2 | -0/+9 |
* | input: handle mixing key press and up/down events better | wm4 | 2015-01-23 | 1 | -4/+5 |
* | client API: reasonable behavior if window is closed | wm4 | 2015-01-12 | 1 | -0/+2 |
* | ipc: add enable_event and disable_event commands | wm4 | 2014-12-24 | 1 | -0/+33 |
* | ipc: report some user errors better | wm4 | 2014-12-24 | 1 | -2/+5 |
* | command: extend revert_seek command | wm4 | 2014-12-17 | 1 | -1/+3 |
* | client API: be more lenient about mpv_suspend/resume mismatches | wm4 | 2014-12-15 | 1 | -16/+4 |
* | pipe-win32: possible fix for Windows XP deadlock | James Ross-Gowan | 2014-12-11 | 1 | -0/+10 |
* | input: add a hack to fix keyboard navigation with dvd/bd menu | wm4 | 2014-12-04 | 1 | -0/+2 |
* | input, lua: make removing key bindings work | wm4 | 2014-12-03 | 1 | -3/+4 |
* | Do not call strerror() | wm4 | 2014-11-26 | 2 | -6/+12 |
* | input: simplify | wm4 | 2014-11-24 | 5 | -38/+25 |
* | lua: always handle key repeat on the script side | wm4 | 2014-11-24 | 1 | -1/+3 |
* | lua, ipc: remove leftovers | wm4 | 2014-11-24 | 1 | -9/+0 |
* | command: don't queue framesteps | wm4 | 2014-11-23 | 1 | -0/+1 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 4 | -10/+17 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 1 | -1/+2 |
* | Remove some unneeded NULL checks | wm4 | 2014-11-21 | 1 | -1/+1 |
* | ipc: fix confusion of write() return value and errno | wm4 | 2014-11-21 | 1 | -3/+3 |
* | input: add a prefix to make any binding act on key repeat | wm4 | 2014-11-20 | 4 | -3/+7 |
* | command: add drop_buffers | wm4 | 2014-11-20 | 2 | -0/+4 |
* | command: add an ab_loop command | wm4 | 2014-11-18 | 2 | -0/+4 |
* | ipc: make sure --input-file=/dev/stdin always works | wm4 | 2014-11-07 | 1 | -7/+20 |
* | ipc: make it possible to receive log messages | wm4 | 2014-11-01 | 1 | -0/+13 |
* | ipc: add a command to retrieve API version | wm4 | 2014-11-01 | 1 | -0/+4 |
* | ipc: verify resume/suspend commands | wm4 | 2014-11-01 | 1 | -4/+16 |
* | command: don't require whitespace before ';' or '#' | wm4 | 2014-10-31 | 1 | -4/+1 |
* | input: cascade-load input.conf | wm4 | 2014-10-29 | 1 | -8/+6 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 2 | -0/+2 |
* | input: resolve ~ and similar for --input-file | wm4 | 2014-10-24 | 1 | -2/+3 |
* | command: fix debug output | wm4 | 2014-10-24 | 1 | -2/+2 |
* | command: print executed commands with -v | wm4 | 2014-10-23 | 2 | -0/+23 |
* | command: add a "cached" mode to sub_add | wm4 | 2014-10-23 | 1 | -1/+1 |
* | command: make trailing sub_add actually optional | wm4 | 2014-10-22 | 1 | -1/+2 |
* | command: extend sub_add command | wm4 | 2014-10-21 | 1 | -1/+3 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 2 | -0/+7 |
* | ipc: skip empty and commented lines | wm4 | 2014-10-19 | 1 | -2/+4 |
* | ipc: accept both JSON and "old" commands | wm4 | 2014-10-19 | 1 | -30/+27 |
* | ipc: fix minor error cleanup issues | wm4 | 2014-10-19 | 1 | -8/+8 |
* | ipc: decouple from MPContext | wm4 | 2014-10-19 | 2 | -42/+50 |
* | ipc: fix a small memory leak | wm4 | 2014-10-17 | 1 | -1/+2 |
* | input: implement --input-file on unix using the IPC support | Alessandro Ghedini | 2014-10-17 | 3 | -76/+60 |
* | input: implement JSON-based IPC protocol | Alessandro Ghedini | 2014-10-17 | 1 | -0/+723 |
* | input: don't add weird padding when formatting keycode | wm4 | 2014-10-17 | 1 | -1/+1 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 3 | -0/+7 |
* | input: remove some unneeded code | wm4 | 2014-10-10 | 1 | -59/+25 |
* | input: cosmetics: move code | wm4 | 2014-10-10 | 1 | -68/+69 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 5 | -61/+41 |
* | input: add a function to parse mpv_node as command | wm4 | 2014-10-10 | 2 | -62/+162 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 1 | -0/+7 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 2 | -6/+7 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 2 | -0/+13 |
* | input: copy options automatically | wm4 | 2014-09-27 | 1 | -36/+29 |
* | input: separate creation and loading of config | wm4 | 2014-09-27 | 2 | -14/+23 |
* | input: explain why we use semaphores | wm4 | 2014-09-20 | 1 | -3/+6 |
* | input: add locking for repeat info | Alexander Preisinger | 2014-09-19 | 1 | -0/+3 |
* | input: add function for setting repeat info | Alexander Preisinger | |