| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | commands: Add set_property_osd and step_property_osd | Uoti Urpala | 2009-09-19 | 2 | -0/+4 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 2 | -46/+2 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
|\| |
|
| * | Increase slave mode buffer so that one can load files with a deeper | ben | 2009-06-26 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 6 | -45/+45 |
* | | Remov |