| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | 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 | 1 | -9/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 1 | -13/+0 |
* | input: minor cleanup | wm4 | 2015-02-18 | 1 | -9/+2 |
* | input: add MOUSE_ENTER keybinding. | torque | 2015-02-18 | 1 | -1/+8 |
* | 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 |
* | 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 |
* | input: simplify | wm4 | 2014-11-24 | 1 | -33/+12 |
* | command: don't queue framesteps | wm4 | 2014-11-23 | 1 | -0/+1 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 1 | -5/+9 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 1 | -1/+2 |
* | input: add a prefix to make any binding act on key repeat | wm4 | 2014-11-20 | 1 | -1/+2 |
* | input: cascade-load input.conf | wm4 | 2014-10-29 | 1 | -8/+6 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+2 |
* | input: implement --input-file on unix using the IPC support | Alessandro Ghedini | 2014-10-17 | 1 | -6/+5 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 1 | -6/+4 |
* | 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 | 1 | -5/+6 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -0/+11 |
* | input: copy options automatically | wm4 | 2014-09-27 | 1 | -36/+29 |
* | input: separate creation and loading of config | wm4 | 2014-09-27 | 1 | -14/+20 |
* | 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 | 1 | -0/+6 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 1 | -4/+11 |
* | input: distinguish playlist navigation and quit commands for abort | wm4 | 2014-09-13 | 1 | -13/+15 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -7/+11 |
* | 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 | 1 | -371/+33 |
* | input: remove useless joystick.h/lirc.h include files | wm4 | 2014-09-10 | 1 | -10/+4 |
* | input: use an input thread for joystick | wm4 | 2014-09-10 | 1 | -1/+1 |
* | input: use an input thread for lirc | wm4 | 2014-09-10 | 1 | -1/+1 |
* | input: add convenience function for running input sources in threads | wm4 | 2014-09-10 | 1 | -1/+71 |
* | input: make some fields internal | wm4 | 2014-09-10 | 1 | -10/+18 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 1 | -19/+1 |
* | input: fix missed wakeups, simplify | wm4 | 2014-09-09 | 1 | -26/+10 |
* | input: fix exiting with signals | wm4 | 2014-09-08 | 1 | -2/+2 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 1 | -11/+18 |
* | 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 | 1 | -1/+1 |
* | input: make key bindings like "Shift+X" work (for ASCII) | wm4 | 2014-08-26 | 1 | -10/+2 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 1 | -23/+95 |
* | 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: be stricter about rejecting mouse input with --no-input-cursor | wm4 | 2014-07-27 | 1 | -0/+2 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 1 | -0/+18 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 1 | -0/+29 |
* | osdep: don't assume errno is positive | wm4 | 2014-07-25 | 1 | -1/+1 |
* | input: skip BOM in input.conf | wm4 | 2014-07-12 | 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 |
* | 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 | 1 | -2/+2 |
* | 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 |
* | options: rename input-related options | Martin Herkt | 2014-05-04 | 1 | -7/+7 |
* | 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 | 1 | -2/+11 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -5/+2 |
* | 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: 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 | 1 | -0/+6 |
* | input: allow input.conf bindings to be declared as builtin | wm4 | 2014-02-25 | 1 | -0/+11 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 1 | -2/+2 |
* | 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 | 1 | -2/+12 |
* | 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 |
* | 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 | 1 | -4/+2 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 1 | -0/+9 |
* | input: use bstr_xappend() | wm4 | 2013-12-30 | 1 | -1/+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 | 1 | -949/+32 |
* | 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 | 1 | -77/+43 |
* | 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 | -70/+149 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 1 | -9/+2 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -5/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -4/+4 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -4/+3 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -0/+2560 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -1959/+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 | 1 | -12/+76 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 1 | -21/+39 |
* | 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 | 1 | -233/+358 |
|\ |
|
| * | 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 | 1 | -0/+1 |
| * | 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 | 1 | -0/+8 |
| * | commands: add choice type to input commands | wm4 | 2012-10-12 | 1 | -44/+62 |
| * | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 1 | -25/+26 |
| * | input: handle escapes always in command parser | wm4 | 2012-10-12 | 1 | -125/+157 |
| * | input: verify input.conf on loading | wm4 | 2012-10-12 | 1 | -7/+10 |
| * | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 1 | -35/+36 |
| * | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 1 | -2/+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 | 1 | -3/+5 |
| * | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 1 | -2/+2 |
| * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 1 | -39/+38 |
| * | 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 | -20/+46 |
| * | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 1 | -40/+63 |
| * | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 1 | -19/+0 |
* | | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -1/+1 |
* | | 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 | 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 | -5/+10 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -4/+0 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -2/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -1/+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 | 1 | -24/+0 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 1 | -0/+2 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -19/+13 |
* | 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 | 1 | -0/+1 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 1 | -0/+3 |
* | Merge remote-tracking b |