| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|