| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 6 | -40/+40 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 4 | -45/+45 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 4 | -46/+46 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -1/+1 |
|\| |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 1 | -1/+1 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -5/+5 |
|\| |
|
| * | Rename 'default-binds' input option to 'default-bindings'. | diego | 2009-03-25 | 1 | -4/+4 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+6 |
|\| |
|
| * | Add an option to disable the default key binding that MPlayer includes | reimar | 2009-03-08 | 1 | -1/+4 |
| * | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 | 1 | -1/+10 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -19/+11 |
|\| |
|
| * | Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak | reimar | 2009-01-30 | 1 | -7/+7 |
| * | Fix an MSGT_INPUT to MSGT_LIRC in lirc.c | reimar | 2009-01-30 | 1 | -1/+1 |
| * | Do not use select n lirc code, instead set the fd non-blocking. | reimar | 2009-01-27 | 1 | -18/+10 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -1/+1 |
|\| |
|
| * | Fix typo: pool -> poll | reimar | 2009-01-25 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 7 | -0/+124 |
|\| |
|
| * | Add standard GPL license header. | diego | 2008-12-13 | 7 | -0/+124 |
* | | 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 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -0/+3 |
|\| |
|
| * | Add an experimental pausing_keep_force slave mode command prefix | reimar | 2008-09-25 | 1 | -0/+3 |
* | | Move some declarations from mplayer.c to proper headers | Uoti Urpala | 2008-08-12 | 1 | -0/+3 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -12/+12 |
|\| |
|
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -6/+6 |
| * | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -4/+4 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -3/+3 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -4/+4 |
|\| |
|
| * | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 | 1 | -1/+1 |
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 2 | -146/+149 |
|\| |
|
| * | Change DVDNAV command key names. | ben | 2008-06-19 | 2 | -18/+19 |
| * | 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 | 5 | -2/+174 |
|\| |
|
| * | Add a slave command to stop stream playback. | ben | 2008-05-27 | 2 | -0/+3 |
| * | add potentially missing types | ben | 2008-05-20 | 1 | -0/+1 |
| * | fix compilation of input.c if neither macosx/linux apple remote code | ben | 2008-05-18 | 1 | -1/+1 |
| * | Keep AppleIR enabled by default on MacOSX but have it disable on Linux. | ben | 2008-05-18 | 1 | -0/+4 |
| * | Do not enable AppleIR by default. | ben | 2008-05-18 | 1 | -1/+1 |
| * | Add support for AppleIR Remote as an input under Linux systems. | ben | 2008-05-18 | 3 | -0/+168 |
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 3 | -7/+7 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 2 | -6/+6 |
| * | usec_sleep(0) is not the same as not sleeping at all. | reimar | 2008-05-10 | 1 | -1/+1 |
* | | input.c: Use talloc for all memory allocations | Uoti Urpala | 2008-05-01 | 1 | -14/+10 |
* | | Move input options to option struct | Uoti Urpala | 2008-04-30 | 2 | -40/+40 |
* | | input: Use talloc for struct mp_cmd and things under it | Uoti Urpala | 2008-04-30 | 1 | -28/+12 |
* | | input: Move command filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 2 | -29/+34 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 2 | -22/+23 |
* | | input.c: Change a static variable to local | Uoti Urpala | 2008-04-30 | 1 | -14/+16 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 2 | -28/+34 |
* | | input.c: Move variable from static to local | Uoti Urpala | 2008-04-30 | 1 | -2/+1 |
* | | input.c: Move key down state to context struct | Uoti Urpala | 2008-04-30 | 1 | -33/+36 |
* | | input.c: Use talloc for command bind allocations | Uoti Urpala | 2008-04-30 | 1 | -31/+11 |
* | | input.[ch]: Move some type definitions from .h to .c | Uoti Urpala | 2008-04-30 | 2 | -10/+10 |
* | | input.c: Remove mp_input_ prefixes from static function names | Uoti Urpala | 2008-04-30 | 1 | -60/+58 |
* | | input.c: Make two functions static | Uoti Urpala | 2008-04-30 | 1 | -3/+3 |
* | | Remove INITIALIZED_INPUT from mpctx->initialized_flags | Uoti Urpala | 2008-04-30 | 1 | -0/+3 |
* | | input: Move command bind variables to context struct | Uoti Urpala | 2008-04-30 | 2 | -58/+69 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 2 | -45/+58 |
* | | input.c: Remove _st prefix from struct names | Uoti Urpala | 2008-04-30 | 1 | -4/+4 |
* | | input.c: Use union instead of void * | Uoti Urpala | 2008-04-29 | 1 | -6/+9 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 6 | -54/+15 |
* | | input.c: Revert code uglifications done for gcc 2.95 | Uoti Urpala | 2008-04-29 | 1 | -9/+5 |
* | | input.c: Remove unnecessary #include "osdep/getch2.h" | Uoti Urpala | 2008-04-29 | 1 | |