| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2014-09-19 | 2 | -0/+8 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 5 | -147/+175 |
* | input: fix nested commands | wm4 | 2014-09-13 | 1 | -1/+1 |
* | input: distinguish playlist navigation and quit commands for abort | wm4 | 2014-09-13 | 3 | -28/+37 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 2 | -9/+15 |
* | input: "quit_watch_later" and "stop" are abort commands | wm4 | 2014-09-13 | 1 | -0/+2 |
* | input: don't autorepeat cycle_values command | wm4 | 2014-09-13 | 1 | -1/+1 |
* | input: simplify | wm4 | 2014-09-13 | 1 | -45/+29 |
* | input: fix autorepeat | wm4 | 2014-09-13 | 1 | -2/+3 |
* | input: remove central select() call | wm4 | 2014-09-10 | 3 | -412/+37 |
* | input: remove useless joystick.h/lirc.h include files | wm4 | 2014-09-10 | 6 | -67/+6 |
* | input: use an input thread for joystick | wm4 | 2014-09-10 | 3 | -17/+51 |
* | input: use an input thread for lirc | wm4 | 2014-09-10 | 3 | -17/+47 |
* | input: add convenience function for running input sources in threads | wm4 | 2014-09-10 | 2 | -1/+91 |
* | input: make some fields internal | wm4 | 2014-09-10 | 2 | -13/+19 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 2 | -21/+1 |
* | input: fix missed wakeups, simplify | wm4 | 2014-09-09 | 1 | -26/+10 |
* | input: fix use after free with legacy commands | wm4 | 2014-09-08 | 1 | -7/+11 |
* | input: fix exiting with signals | wm4 | 2014-09-08 | 1 | -2/+2 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 2 | -17/+24 |
* | input: make ar_rate and ar_delay fields of input_ctx signed | shdown | 2014-08-30 | 1 | -2/+2 |
* | input: handle reaching MP_MAX_FDS correctly | shdown | 2014-08-30 | 1 | -10/+10 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 6 | -6/+6 |
* | posix: use STD*_FILENO constants | Ben Boeckel | 2014-08-28 | 1 | -1/+1 |
* | input: make key bindings like "Shift+X" work (for ASCII) | wm4 | 2014-08-26 | 3 | -13/+30 |
* | input: make all modifier flags unsigned | wm4 | 2014-08-26 | 1 | -8/+8 |
* | input: stdin is 0, not 1 | wm4 | 2014-08-25 | 1 | -1/+1 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 3 | -24/+261 |
* | input: change verbosity of some message levels | wm4 | 2014-08-25 | 1 | -3/+4 |
* | input: fix event wakeup | wm4 | 2014-08-11 | 1 | -18/+14 |
* | input: fix off by one error in command parser | wm4 | 2014-08-07 | 1 | -1/+1 |
* | input: be stricter about rejecting mouse input with --no-input-cursor | wm4 | 2014-07-27 | 2 | -0/+5 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 2 | -0/+21 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 2 | -0/+36 |
* | osdep: don't assume errno is positive | wm4 | 2014-07-25 | 1 | -1/+1 |
* | command: add append-play loadfile mode | wm4 | 2014-07-23 | 1 | -1/+2 |
* | input: enable wakeup on LIRC socket | foo86 | 2014-07-20 | 1 | -1/+1 |
* | input: skip BOM in input.conf | wm4 | 2014-07-12 | 1 | -0/+1 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | input: restore ability to combine mouse buttons | wm4 | 2014-07-07 | 1 | -8/+6 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | input: make option struct local | wm4 | 2014-06-11 | 1 | -27/+56 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 2 | -21/+0 |
* | input: don't print warning when aboting playback via commands | wm4 | 2014-06-06 | 1 | -6/+1 |
* | input: separate wakeup pipe creation into a separate function | wm4 | 2014-05-30 | 1 | -13/+2 |
* | input: make combined commands repeatable | wm4 | 2014-05-26 | 3 | -2/+10 |
* | command: add write_watch_later_config command | Martin | 2014-05-26 | 2 | -0/+4 |
* | player: give quit_watch_later an exit code argument like quit | wm4 | 2014-05-22 | 1 | -1/+1 |
* | input: allow disabling window dragging with --no-window-dragging | wm4 | 2014-05-20 | 1 | -1/+7 |
* | input: fix compilation on windows | wm4 | 2014-05-20 | 1 | -4/+2 |
* | input: remove pausing command prefixes | wm4 | 2014-05-11 | 2 | -5/+0 |
* | input: fix typos, cosmetics | wm4 | 2014-05-10 | 1 | -10/+10 |
* | options: rename input-related options | Martin Herkt | 2014-05-04 | 1 | -7/+7 |
* | input: fix stack overflow when checking for abort cmd | wm4 | 2014-05-02 | 1 | -1/+1 |
* | input: increase number of maximum sections | wm4 | 2014-05-02 | 1 | -1/+1 |
* | input: fix mouse_leave/OSC behavior | wm4 | 2014-04-26 | 1 | -1/+1 |
* | input: fix inverted condition | wm4 | 2014-04-26 | 1 | -1/+1 |
* | stream: make mp_input_check_interrupt thread-safe | wm4 | 2014-04-25 | 2 | -2/ |