| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 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 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -140/+178 |
|\| |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 1 | -6/+38 |
| * | input.c: simplify command definitions | Uoti Urpala | 2012-03-25 | 1 | -137/+145 |
| * | x11: input: add print and menu keys | wm4 | 2012-03-25 | 1 | -0/+1 |
| * | input: allow unicode keys and reassign internal key codes | wm4 | 2012-03-25 | 1 | -7/+25 |
* | | 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 | 1 | -0/+1 |
* | | input.c: simplify command definitions | wm4 | 2012-01-26 | 1 | -124/+126 |
* | | Merge branch 'utf8_input' into my_master | wm4 | 2012-01-18 | 1 | -7/+26 |
|\ \ |
|
| * | | x11: add print and menu keys | wm4 | 2012-01-18 | 1 | -0/+1 |
| * | | input: allow unicode keys and reassign internal key codes | wm4 | 2012-01-18 | 1 | -7/+25 |
| |/ |
|
* | | input: simplify previous commit a bit more | wm4 | 2012-01-18 | 1 | -20/+20 |
* | | input: fix crashes with libmenu | wm4 | 2012-01-18 | 1 | -16/+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 | 1 | -49/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -1/+1 |
* | 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 | 1 | -150/+206 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 1 | -76/+58 |
* | 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 | 1 | -0/+20 |
|\ |
|
| * | input: support up to 20 mouse buttons | reimar | 2011-06-29 | 1 | -0/+20 |
* | | 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 |
* | 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 | 1 | -2/+11 |
* | 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 | 1 | -2/+1 |
* | 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 | 1 | -10/+5 |
* | 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 | 1 | -0/+2 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 1 | -0/+1 |
* | input: try to open "-input -file=" file even if stat() fails | reimar | 2010-11-02 | 1 | -12/+13 |
* | 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 | 1 | -0/+7 |
|\| |
|
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 1 | -0/+5 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 1 | -0/+2 |
| * | 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 | |