| Commit message (Expand) | Author | Age | Files | Lines |
* | input: add keybind command | Dudemanguy911 | 2019-09-21 | 1 | -0/+3 |
* | input: remove now unused "abort command" and cancel infrastructure | wm4 | 2018-05-24 | 1 | -4/+0 |
* | input: move an enum back to its correct place | wm4 | 2018-05-24 | 1 | -0/+13 |
* | input: move some more cmd definitions to cmd.h | wm4 | 2018-05-03 | 1 | -64/+0 |
* | input: merge cmd_list.c with cmd.c | wm4 | 2018-05-03 | 1 | -1/+0 |
* | input: rename cmd_parse.h to cmd.h | wm4 | 2018-05-03 | 1 | -1/+1 |
* | input: make command argument list a dynamic array | wm4 | 2018-01-10 | 1 | -1/+4 |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 1 | -1/+1 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 1 | -0/+3 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 1 | -0/+2 |
* | input: change license to LGPL | wm4 | 2017-06-19 | 1 | -7/+7 |
* | command: use scale_units to add/cycle integer properties | James Ross-Gowan | 2017-05-12 | 1 | -0/+1 |
* | input: add "async" flag | wm4 | 2017-04-01 | 1 | -0/+1 |
* | player: restructure cancel callback | wm4 | 2017-01-18 | 1 | -2/+1 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 1 | -2/+3 |
* | player: kill associated OSD and key bindings when removing a script | wm4 | 2016-09-20 | 1 | -1/+5 |
* | player: use better way to wait for input and dispatching commands | wm4 | 2016-09-16 | 1 | -6/+6 |
* | ipc: add Windows implementation with named pipes | James Ross-Gowan | 2016-03-23 | 1 | -0/+9 |
* | input: ignore --input-cursor for events injected by input commands | wm4 | 2016-02-04 | 1 | -0/+6 |
* | input: add key name to script-binding command response | wm4 | 2015-12-23 | 1 | -0/+1 |
* | input: remove some unneeded things | wm4 | 2015-05-26 | 1 | -13/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 1 | -1/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 1 | -1/+0 |
* | input: simplify | wm4 | 2014-11-24 | 1 | -1/+1 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 1 | -3/+6 |
* | input: add a prefix to make any binding act on key repeat | wm4 | 2014-11-20 | 1 | -0/+1 |
* | ipc: decouple from MPContext | wm4 | 2014-10-19 | 1 | -1/+7 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 1 | -0/+1 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 1 | -2/+1 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 1 | -1/+1 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -0/+2 |
* | input: separate creation and loading of config | wm4 | 2014-09-27 | 1 | -0/+3 |
* | input: add function for setting repeat info | Alexander Preisinger | 2014-09-19 | 1 | -0/+2 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 1 | -10/+14 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -2/+4 |
* | input: remove central select() call | wm4 | 2014-09-10 | 1 | -39/+2 |
* | input: remove useless joystick.h/lirc.h include files | wm4 | 2014-09-10 | 1 | -0/+2 |
* | input: add convenience function for running input sources in threads | wm4 | 2014-09-10 | 1 | -0/+20 |
* | input: make some fields internal | wm4 | 2014-09-10 | 1 | -3/+1 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 1 | -2/+0 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 1 | -6/+6 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 1 | -1/+33 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 1 | -0/+3 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 1 | -0/+7 |
* | input: remove pausing command prefixes | wm4 | 2014-05-11 | 1 | -3/+0 |
* | stream: make mp_input_check_interrupt thread-safe | wm4 | 2014-04-25 | 1 | -0/+2 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -1/+1 |
* | audio: wake up the core when audio buffer is running low (2) | wm4 | 2014-04-15 | 1 | -0/+2 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 1 | -0/+1 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 1 | -2/+4 |
* | input: change mp_input_run_cmd signature | wm4 | 2014-01-04 | 1 | -2/+2 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 1 | -0/+4 |
* | input: split off some code from input.c to separate files | wm4 | 2013-12-26 | 1 | -100/+2 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 1 | -12/+13 |
* | input: make parse_cmd_strv take const args | Martin Herkt | 2013-12-20 | 1 | -1/+1 |
* | input, lua: add functions to take pre-split input commands | wm4 | 2013-12-20 | 1 | -0/+13 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -4/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -0/+303 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -219/+0 |
* | input: add input test mode | wm4 | 2012-10-14 | 1 | -0/+1 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 1 | -2/+3 |
* | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 1 | -0/+1 |
* | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 1 | -2/+4 |
* | commands: add choice type to input commands | wm4 | 2012-10-12 | 1 | -6/+2 |
* | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 1 | -0/+1 |
* | input: verify input.conf on loading | wm4 | 2012-10-12 | 1 | -1/+2 |
* | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 1 | -1/+2 |
* | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 1 | -1/+0 |
* | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 1 | -3/+2 |
* | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 1 | -2/+0 |
* | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 1 | -1/+0 |
* | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 1 | -4/+8 |
* | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 1 | -36/+0 |
* | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 1 | -19/+0 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 1 | -1/+0 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 1 | -4/+0 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 1 | -1/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 1 | -1/+0 |
* | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 1 | -1/+8 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -11/+0 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -2/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -1/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -6/+0 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 1 | -0/+3 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -4/+6 |
* | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 1 | -0/+1 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -4/+7 |
|\ |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 1 | -0/+3 |
| * | input.c: simplify command definitions | Uoti Urpala | 2012-03-25 | 1 | -8/+7 |
* | | commands: add pt_clear command to clear playlist | wm4 | 2012-02-10 | 1 | -0/+1 |
* | | input.c: simplify command definitions | wm4 | 2012-01-26 | 1 | -5/+4 |
* | | input: fix crashes with libmenu | wm4 | 2012-01-18 | 1 | -1/+0 |
|/ |
|
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -17/+0 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 1 | -0/+5 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 1 | -33/+20 |
* | cosmetics: reformat input.h, fix comments | Uoti Urpala | 2011-07-16 | 1 | -184/+181 |
* | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 1 | -0/+3 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 1 | -7/+0 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 1 | -0/+1 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 1 | -0/+1 |
* | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -0/+8 |
|\ |
|
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 1 | -0/+7 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 1 | -0/+1 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 1 | -0/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 1 | -2/+2 |
* | | commands: Add set_property_osd and step_property_osd | Uoti Urpala | 2009-09-19 | 1 | -0/+2 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -13/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -2/+2 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -0/+18 |
|\| |
|
| * | Add standard GPL license header. | diego | 2008-12-13 | 1 | -0/+18 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -1/+1 |
|\| |
|
| * | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -1/+1 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | | Move some declarations from mplayer.c to proper headers | Uoti Urpala | 2008-08-12 | 1 | -0/+3 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 1 | -137/+140 |
|\| |
|
| * | Change DVDNAV command key names. | ben | 2008-06-19 | 1 | -9/+10 |
| * | Group all input command defines in one big enum | ben | 2008-06-18 | 1 | -128/+130 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -0/+1 |
|\| |
|
| * | Add a slave command to stop stream playback. | ben | 2008-05-27 | 1 | -0/+1 |
* | | Move input options to option struct | Uoti Urpala | 2008-04-30 | 1 | -1/+2 |
* | | input: Move command filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+3 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 1 | -3/+2 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+4 |
* | | input.[ch]: Move some type definitions from .h to .c | Uoti Urpala | 2008-04-30 | 1 | -10/+0 |
* | | input: Move command bind variables to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+2 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 1 | -6/+6 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 1 | -6/+2 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 1 | -0/+1 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 1 | -0/+1 |
* | Do not use exit_player in the signal handler, this code just can not | reimar | 2008-01-08 | 1 | -0/+2 |
* | properties to change angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 1 | -0/+4 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 1 | -1/+1 |
* | Add new function for parsing and queueing multi-commands separated by \n or \r. | ulion | 2007-12-11 | 1 | -0/+6 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 | 1 | -0/+3 |
* | Support select subtitle by source, add 4 properties: | ulion | 2007-11-25 | 1 | -0/+4 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 1 | -0/+4 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 1 | -0/+1 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+2 |
* | Add a loop command and property. | albeu | 2007-07-09 | 1 | -0/+1 |
* | Add the sub_scale property and command. | albeu | 2007-07-09 | 1 | -0/+1 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -2/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 1 | -0/+1 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+2 |
* | implement "bind sections" | voroshil | 2007-06-07 | 1 | -0/+8 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 1 | -0/+1 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 1 | -1/+1 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 1 | -0/ |