| Commit message (Expand) | Author | Age | Files | Lines |
* | input.conf syntax: support custom quotes !XstringX! | Avi Halachmi (:avih) | 2020-12-31 | 1 | -0/+13 |
* | command: mouse-pos property: add field "hover" | Avi Halachmi (:avih) | 2020-11-16 | 2 | -3/+10 |
* | build: change filenames of generated files | wm4 | 2020-06-04 | 1 | -1/+1 |
* | ipc: mark client sockets as CLOEXEC | wm4 | 2020-05-15 | 1 | -0/+2 |
* | command: add input-key-list property | wm4 | 2020-05-14 | 2 | -0/+11 |
* | ipc: exit client if the FD is invalid | wm4 | 2020-05-14 | 1 | -1/+1 |
* | ipc: make --input-ipc-client terminate player on connection close | wm4 | 2020-05-14 | 1 | -1/+9 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 1 | -4/+20 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 4 | -166/+0 |
* | ipc: fix recently added memory leak | wm4 | 2020-03-27 | 1 | -1/+3 |
* | client API, lua, ipc: unify event struct return | wm4 | 2020-03-21 | 1 | -99/+9 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 2 | -20/+18 |
* | ipc: allow sending commands with named arguments | wm4 | 2020-02-24 | 1 | -23/+22 |
* | ipc: implement asynchronous commands | wm4 | 2020-02-24 | 1 | -8/+58 |
* | scripting: add a way to run sub processes as "scripts" | wm4 | 2020-02-19 | 4 | -10/+63 |
* | build: remove fchmod() check | wm4 | 2020-02-19 | 1 | -2/+0 |
* | input: log commands with parameter names | wm4 | 2020-02-19 | 1 | -1/+12 |
* | input: add new PLAYONLY and PAUSEONLY MP_KEY key codes | der richter | 2020-01-26 | 2 | -0/+4 |
* | input: fix cycle 2nd argument stringification | wm4 | 2020-01-19 | 1 | -0/+6 |
* | input: escape command parameters when logging | wm4 | 2020-01-12 | 1 | -1/+9 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 1 | -1/+1 |
* | command: reduce OSC/stats log spam | wm4 | 2019-12-19 | 1 | -0/+1 |
* | mac: remove Apple Remote support | der richter | 2019-12-15 | 3 | -47/+3 |
* | options: get rid of GLOBAL_CONFIG hack | wm4 | 2019-11-29 | 2 | -2/+2 |
* | input: use array instead of linked list for sections | wm4 | 2019-11-23 | 1 | -26/+26 |
* | input: remove potential minor memory leak | wm4 | 2019-11-23 | 1 | -0/+1 |
* | input: export input.conf comments ot input-bindings property | wm4 | 2019-11-23 | 3 | -5/+27 |
* | command, input: add input-bindings property | wm4 | 2019-11-23 | 2 | -0/+50 |
* | input: change mp_cmd.original from bstr to cstr | wm4 | 2019-11-23 | 3 | -6/+7 |
* | input: make MP_INPUT_RELEASE_ALL a pseudo-key | wm4 | 2019-11-22 | 2 | -3/+2 |
* | input: add text produced by key to script key events | wm4 | 2019-11-22 | 3 | -0/+7 |
* | input: introduce a pseudo key name that grabs all text input | wm4 | 2019-11-22 | 3 | -4/+14 |
* | input: fix ineffective mp_msg_test call | wm4 | 2019-11-22 | 1 | -1/+1 |
* | options: remove M_OPT_FIXED | wm4 | 2019-11-10 | 1 | -1/+1 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 1 | -6/+3 |
* | sdl: prevent concurrent use of SDL in different threads | wm4 | 2019-10-25 | 1 | -1/+7 |
* | input: disable gamepad code by default | wm4 | 2019-10-25 | 1 | -3/+0 |
* | sdl_gamepad: fix typo in function name | wm4 | 2019-10-25 | 1 | -2/+2 |
* | sdl_gamepad: fix function signature | wm4 | 2019-10-25 | 1 | -1/+1 |
* | input: add gamepad support through SDL2 | Stefano Pigozzi | 2019-10-23 | 5 | -0/+346 |
* | input: add keybind command | Dudemanguy911 | 2019-09-21 | 2 | -0/+41 |
* | input: ignore empty lines on drag-drop mime data | thewisenerd | 2019-09-21 | 1 | -1/+1 |
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 7 | -143/+212 |
|\ |
|
| * | player: get rid of mpv_global.opts | wm4 | 2018-05-24 | 3 | -5/+14 |
| * | input: remove now unused "abort command" and cancel infrastructure | wm4 | 2018-05-24 | 4 | -70/+2 |
| * | 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 |
| * | input: slightly improve --input-cmdlist output | wm4 | 2018-05-24 | 1 | -5/+6 |
| * | command: give named arguments to almost all commands | wm4 | 2018-05-24 | 1 | -0/+7 |
| * | ipc: some user-visible changes to prepare for making all commands async | wm4 | 2018-05-24 | 1 | -0/+6 |
| * | ipc: cosmetic: switch a negated if/else | wm4 | 2018-05-24 | 1 | -3/+3 |
| * | ipc: alias set_property_string to set_property | wm4 | 2018-05-24 | 1 | -20/+3 |
| * | 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: add glue code for named arguments | wm4 | 2018-05-24 | 1 | -42/+143 |
| * | node: move a mpv_node helper from ipc.c to shared code | wm4 | 2018-05-24 | 1 | -14/+3 |
| * | input: add a define for the number of mouse buttons and use it | wm4 | 2018-05-24 | 1 | -0/+2 |
| * | input: remove unused field | wm4 | 2018-05-24 | 1 | -1/+0 |
| * | command: add infrastructure for async commands | wm4 | 2018-05-24 | 2 | -2/+23 |
| * | input: move an enum back to its correct place | wm4 | 2018-05-24 | 2 | -13/+13 |
| * | command: handle list commands like normal commands | wm4 | 2018-05-24 | 1 | -4/+0 |
* | | ipc-unix: don't blow up on readonly fd:// | Niklas Haas | 2018-10-31 | 1 | -1/+1 |
* | | ipc-unix: leave room for a NUL terminator | Ben Boeckel | 2018-10-31 | 1 | -1/+1 |
* | | cmd: do not use a random value for MP_CMD_OPT_ARG | wm4 | 2018-05-25 | 1 | -1/+1 |
* | | ipc: cosmetic: switch a negated if/else | wm4 | 2018-05-25 | 1 | -3/+3 |
* | | ipc: alias set_property_string to set_property | wm4 | 2018-05-25 | 1 | -20/+3 |
* | | input: move an enum back to its correct place | wm4 | 2018-05-25 | 2 | -13/+13 |
* | | input: add a define for the number of mouse buttons and use it | wm4 | 2018-05-25 | 1 | -0/+2 |
|/ |
|
* | input: rename weirdly named function | wm4 | 2018-05-03 | 3 | -4/+5 |
* | input: move some more cmd definitions to cmd.h | wm4 | 2018-05-03 | 2 | -64/+64 |
* | input: merge cmd_list.c with cmd.c | wm4 | 2018-05-03 | 5 | -144/+87 |
* | input: rename cmd_parse.c to cmd.c | wm4 | 2018-05-03 | 1 | -0/+0 |
* | input: rename cmd_parse.h to cmd.h | wm4 | 2018-05-03 | 5 | -5/+3 |
* | command: split big command handler switch into separate functions | wm4 | 2018-05-03 | 2 | -91/+4 |
* | input: remove some explicit uses of command IDs | wm4 | 2018-05-03 | 5 | -20/+20 |
* | input: remove legacy command handling | wm4 | 2018-05-03 | 3 | -84/+0 |
* | input: move command list to command.c | wm4 | 2018-05-03 | 1 | -215/+0 |
* | input: raise log level of some noisy messages | wm4 | 2018-04-29 | 1 | -7/+7 |
* | client API: add a first class hook API, and deprecate old API | wm4 | 2018-03-26 | 1 | -1/+1 |
* | all: replace mpv_detach_destroy() with mpv_destroy() | wm4 | 2018-03-15 | 2 | -4/+4 |
* | 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 | 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/+13 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 2 | -6/+3 |
* | input: make key binds order-independent again | wm4 | 2014-04-19 | 1 | -2/+7 |
* | input: discard key history when a key is mapped | wm4 | 2014-04-19 | 1 | -3/+7 |
* | input: remove minor code duplication | wm4 | 2014-04-19 | 1 | -15/+16 |
* | input: ignore modifiers on MOUSE_LEAVE | wm4 | 2014-04-19 | 1 | -2/+2 |
* | input: don't wakeup core if key repeat is requested but not possible | wm4 | 2014-04-18 | 1 | -7/+5 |
* | input: remove minor redundancy | wm4 | 2014-04-18 | 1 | -10/+2 |
* | input: keycodes: reorder flags | wm4 | 2014-04-18 | 1 | -16/+16 |
* | input: simplify by not tracking key up/down states | wm4 | 2014-04-18 | 1 | -53/+30 |
* | input: rename a variable | wm4 | 2014-04-18 | 1 | -5/+5 |
* | input: slightly simplify mouse dispatching | wm4 | 2014-04-18 | 1 | -13/+1 |
* | input: move a function | wm4 | 2014-04-18 | 1 | -11/+11 |
* | input: close window when window close button is pressed with --input-test | wm4 | 2014-04-18 | 1 | -0/+9 |
* | input: handle multi-combinations as key sequences | wm4 | 2014-04-18 | 1 | -64/+50 |
* | input: deal with playback thread wakeup on windows | wm4 | 2014-04-15 | 1 | -3/+14 |
* | audio: wake up the core when audio buffer is running low (2) | wm4 | 2014-04-15 | 2 | -0/+8 |
* | Kill all tabs | wm4 | 2014-04-13 | 2 | -20/+20 |
* | joystick: Fix incorrect pointer offset code. | reimar | 2014-04-10 | 1 | -1/+1 |
* | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 2 | -2/+3 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 2 | -1/+3 |
* | input: allow input.conf bindings to be declared as builtin | wm4 | 2014-02-25 | 1 | -0/+11 |
* | command: fix loadfile command | wm4 | 2014-02-24 | 3 | -3/+6 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 2 | -0/+2 |
* | command: remove special casing for strings in input commands | wm4 | 2014-02-23 | 1 | -5/+13 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 3 | -4/+19 |
* | input: ignore modifiers when releasing keys | James Ross-Gowan | 2014-02-20 | 1 | -2/+2 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 2 | -4/+16 |
* | input: minor simplification for --input-test | wm4 | 2014-02-19 | 1 | -5/+4 |
* | input: debug output for registered bindings | wm4 | 2014-02-17 | 1 | -0/+7 |
* | input: don't let builtin bindings overwrite user bindings | wm4 | 2014-02-17 | 1 | -2/+6 |
* | client API: add a client message event | wm4 | 2014-02-17 | 2 | -0/+3 |
* | keycodes: add const to a function argument | wm4 | 2014-02-17 | 2 | -2/+2 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -5/+2 |
* | input: change mp_input_run_cmd signature | wm4 | 2014-01-04 | 3 | -8/+6 |
* | video/out: remove some code duplication between X11 and wayland | wm4 | 2014-01-04 | 2 | -0/+31 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 4 | -0/+84 |
* | input: use bstr_xappend() | wm4 | 2013-12-30 | 3 | -15/+25 |
* | common: simplify and optimize string escape parsing | wm4 | 2013-12-30 | 1 | -26/+1 |
* | input: print an error if reading input.conf fails | wm4 | 2013-12-28 | 1 | -4/+8 |
* | options: simplify handling of some help options | wm4 | 2013-12-26 | 1 | -16/+2 |
* | input: cosmetics: move code around | wm4 | 2013-12-26 | 1 | -319/+316 |
* | input: split off some code from input.c to separate files | wm4 | 2013-12-26 | 8 | -1049/+1234 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -3/+3 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -6/+6 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 6 | -156/+152 |
* | input: make parse_cmd_strv take const args | Martin Herkt | 2013-12-20 | 2 | -2/+2 |
* | input, lua: add functions to take pre-split input commands | wm4 | 2013-12-20 | 2 | -70/+162 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 1 | -9/+2 |
* | command: remove radio commands | wm4 | 2013-12-19 | 2 | -9/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 4 | -7/+7 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 2 | -5/+4 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 7 | -0/+3458 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 10 | -3392/+0 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 1 | -4/+5 |
|\ |
|
| * | screenshot: change "screenshot" input command | wm4 | 2012-10-24 | 1 | -4/+4 |
| * | screenshot: allow taking screenshots with subtitles | wm4 | 2012-10-24 | 1 | -1/+2 |
* | | input: minor simplification | wm4 | 2012-11-01 | 1 | -2/+1 |
* | | input: fix off-by-one error | reimar | 2012-10-31 | 1 | -1/+1 |
|/ |
|
* | input: fix mp_cmd memory leak | wm4 | 2012-10-14 | 1 | -0/+3 |
* | input: minor simplification to mp_input_get_cmd() | wm4 | 2012-10-14 | 1 | -13/+8 |
* | input: add input test mode | wm4 | 2012-10-14 | 2 | -12/+77 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 2 | -23/+42 |
* | input: don't warn on commands for disabled optional features | wm4 | 2012-10-14 | 1 | -6/+5 |
* | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 2 | -306/+377 |
|\ |
|
| * | commands: use "up" and "down" as 2nd argument for cycle command | wm4 | 2012-10-12 | 1 | -1/+28 |
| * | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 2 | -0/+2 |
| * | commands: sub_step takes only one argument | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: disable deprecation warnings | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: rename show_tracks/chapters_osd command | wm4 | 2012-10-12 | 1 | -2/+4 |
| * | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 2 | -2/+12 |
| * | commands: add choice type to input commands | wm4 | 2012-10-12 | 2 | -50/+64 |
| * | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 2 | -25/+27 |
| * | input: handle escapes always in command parser | wm4 | 2012-10-12 | 1 | -125/+157 |
| * | input: verify input.conf on loading | wm4 | 2012-10-12 | 2 | -8/+12 |
| * | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 2 | -36/+38 |
| * | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 2 | -3/+4 |
| * | commands: replace --hardframedrop, change framedropping property | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: remove third parameter for "switch" | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 2 | -6/+7 |
| * | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 2 | -4/+2 |
| * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 1 | -39/+38 |
| * | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 2 | -2/+0 |
| * | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 2 | -24/+54 |
| * | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 2 | -76/+63 |
| * | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 2 | -38/+0 |
* | | Rename to "mpv" | wm4 | 2012-10-12 | 2 | -2/+2 |
* | | commands: fix parsing bug | wm4 | 2012-09-23 | 1 | -1/+1 |
|/ |
|
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 2 | -2/+0 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 2 | -8/+0 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 2 | -2/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 2 | -2/+0 |
* | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 2 | -6/+18 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 2 | -15/+0 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 2 | -4/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 2 | -2/+0 |
* | input: change bind_keys() to use bstr | wm4 | 2012-08-01 | 1 | -16/+14 |
* | input: replace internal key binds with included etc/input.conf | wm4 | 2012-08-01 | 1 | -159/+10 |
* | input: refactor: store builtin key binds along user user binds | wm4 | 2012-08-01 | 1 | -24/+26 |
* | input: simplify input.conf parsing | wm4 | 2012-08-01 | 1 | -72/+28 |
* | Remove dead code | wm4 | 2012-08-01 | 2 | -30/+0 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 2 | -0/+5 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 2 | -23/+19 |
* | lirc: silence output in case LIRC can't be opened | wm4 | 2012-07-30 | 1 | -2/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -2/+2 |
* | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 2 | -0/+2 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 2 | -0/+5 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -1/+1 |
|\ |
|
| * | options: support parsing values into substructs | Uoti Urpala | 2012-07-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -8/+8 |
|\| |
|
| * | options: change --input=keylist, cmdlist implementation | Uoti Urpala | 2012-05-07 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -1/+23 |
|\| |
|
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 1 | -1/+23 |
* | | win32: support key modifiers (shift, ctrl, alt) | wm4 | 2012-04-06 | 1 | -10/+9 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 2 | -144/+185 |
|\| |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 2 | -6/+41 |
| * | input.c: simplify command definitions | Uoti Urpala | 2012-03-25 | 2 | -145/+152 |
| * | x11: input: add print and menu keys | wm4 | 2012-03-25 | 2 | -0/+2 |
| * | input: allow unicode keys and reassign internal key codes | wm4 | 2012-03-25 | 2 | -26/+44 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 1 | -5/+10 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -5/+10 |
* | | input: fix OSD cycling | wm4 | 2012-02-12 | 1 | -1/+1 |
* | | commands: add pt_clear command to clear playlist | wm4 | 2012-02-10 | 2 | -0/+2 |
* | | input.c: simplify command definitions | wm4 | 2012-01-26 | 2 | -129/+130 |
* | | Merge branch 'utf8_input' into my_master | wm4 | 2012-01-18 | 2 | -26/+46 |
|\ \ |
|
| * | | x11: add print and menu keys | wm4 | 2012-01-18 | 2 | -0/+2 |
| * | | input: allow unicode keys and reassign internal key codes | wm4 | 2012-01-18 | 2 | -26/+44 |
| |/ |
|
* | | input: simplify previous commit a bit more | wm4 | 2012-01-18 | 1 | -20/+20 |
* | | input: fix crashes with libmenu | wm4 | 2012-01-18 | 2 | -17/+33 |
|/ |
|
* | core: add screenshot mode for actual VO window contents | wm4 | 2011-11-25 | 1 | -1/+3 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 2 | -66/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -1/+1 |
* | input/ar.c, input/lirc.c: fix changes missing from 1916b95b8 | Uoti Urpala | 2011-09-04 | 2 | -1/+3 |
* | options, subs: add --ass-vsfilter-aspect-compat | harklu | 2011-08-12 | 1 | -0/+1 |
* | commands: parsing: fix string argument quoting/escaping | Uoti Urpala | 2011-08-05 | 1 | -38/+26 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 1 | -1/+2 |
* | input: fix input.conf parse errors | Uoti Urpala | 2011-07-20 | 1 | -114/+58 |
* | input: fix problem with key autorepeat | Uoti Urpala | 2011-07-18 | 1 | -4/+3 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 2 | -150/+211 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 6 | -115/+83 |
* | cosmetics: reformat input.h, fix comments | Uoti Urpala | 2011-07-16 | 1 | -184/+181 |
* | input.c: remove write to buffer[-1] in parse_config() | Uoti Urpala | 2011-07-11 | 1 | -1/+0 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -2/+2 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 2 | -2/+42 |
|\ |
|
| * | input: support up to 20 mouse buttons | reimar | 2011-06-29 | 2 | -2/+42 |
* | | input: clean up messages with button combination names | Uoti Urpala | 2011-06-29 | 1 | -34/+23 |
|/ |
|
* | input: add useful default pointer button bindings | Grigori Goronzy | 2011-06-14 | 1 | -0/+2 |
* | input: make slave command file descriptors nonblocking | Uoti Urpala | 2011-05-04 | 1 | -2/+2 |
* | input/joystick.c: add #include missing from 23cb829072 | Uoti Urpala | 2011-05-03 | 1 | -0/+1 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 1 | -1/+1 |
* | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 2 | -2/+14 |
* | input: modify interpretation of doubleclick events | Uoti Urpala | 2011-05-02 | 1 | -0/+13 |
* | cleanup: input.c: simplify some string handling code | Uoti Urpala | 2011-05-02 | 1 | -17/+11 |
* | cleanup: reformat input.c | Uoti Urpala | 2011-05-02 | 1 | -921/+957 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 8 | -101/+200 |
* | input: don't interrupt processing at unbound events | Uoti Urpala | 2011-05-01 | 1 | -6/+7 |
* | input: sleep in event loop even if there are no input fds | Uoti Urpala | 2011-04-22 | 1 | -19/+14 |
* | input: accept Shift modifier for Enter and Tab keys | Uoti Urpala | 2011-02-05 | 1 | -1/+2 |
* | input: remove incorrect "CTRL" keyname alias for backspace | Uoti Urpala | 2011-02-05 | 1 | -1/+0 |
* | Merge branch 'hr-seek' | Uoti Urpala | 2010-12-20 | 1 | -49/+94 |
|\ |
|
| * | input: add default keybindings Shift+[arrow] for small exact seeks | Uoti Urpala | 2010-12-20 | 1 | -0/+4 |
| * | input: support bindings with modifier keys for X input | Uoti Urpala | 2010-12-20 | 1 | -48/+89 |
| * | core: add support for precise non-keyframe-limited seeks | Uoti Urpala | 2010-12-20 | 1 | -1/+1 |
* | | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -7/+0 |
* | | commands: Allow cycling subtitles backwards with 'J' | reimar | 2010-12-16 | 1 | -0/+1 |
|/ |
|
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 3 | -18/+9 |
* | options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pair | Clément Bœsch | 2010-11-04 | 1 | -10/+5 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 2 | -0/+3 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 2 | -0/+2 |
* | input: try to open "-input -file=" file even if stat() fails | reimar | 2010-11-02 | 1 | -12/+13 |
* | cosmetics: input/ar.c: Mark is_mplayer_front() static | diego | 2010-11-02 | 1 | -1/+1 |
* | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 1 | -0/+6 |
|\ |
|
| * | Document that time argument is in milliseconds. | reimar | 2010-05-28 | 1 | -0/+6 |
| * | Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section. | diego | 2010-05-27 | 1 | -4/+4 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 2 | -0/+15 |
|\| |
|
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 2 | -0/+12 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 2 | -0/+3 |
| * | Mark input-related m_option_t arrays as const. | diego | 2010-04-04 | 1 | -2/+2 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\| |
|
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
* | | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 2 | -17/+15 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 4 | -4/+0 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 2 | -0/+3 |
|\| |
|
| * | Support all line ending types in mp_input_read_cmd. | reimar | 2010-02-27 | 1 | -0/+2 |
| * | Include lirc.h in lirc.c to add missing prototypes. | cehoyos | 2010-02-27 | 1 | -0/+1 |
| * | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 | 1 | -2/+2 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 1 | -0/+4 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -4/+0 |
|\| |
|
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -4/+0 |
* | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 | 1 | -0/+1 |
* | | UI: Make the 'D' key print the new deinterlace status | Uoti Urpala | 2009-09-19 | 1 | -1/+1 |