aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-06-29
|\
* | input: clean up messages with button combination namesGravatar Uoti Urpala2011-06-29
| * input: support up to 20 mouse buttonsGravatar reimar2011-06-29
|/
* input: add useful default pointer button bindingsGravatar Grigori Goronzy2011-06-14
* input: make slave command file descriptors nonblockingGravatar Uoti Urpala2011-05-04
* input/joystick.c: add #include missing from 23cb829072Gravatar Uoti Urpala2011-05-03
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* input: rewrite -key-fifo-size limiting logicGravatar Uoti Urpala2011-05-02
* input: modify interpretation of doubleclick eventsGravatar Uoti Urpala2011-05-02
* cleanup: input.c: simplify some string handling codeGravatar Uoti Urpala2011-05-02
* cleanup: reformat input.cGravatar Uoti Urpala2011-05-02
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* input: don't interrupt processing at unbound eventsGravatar Uoti Urpala2011-05-01
* input: sleep in event loop even if there are no input fdsGravatar Uoti Urpala2011-04-22
* input: accept Shift modifier for Enter and Tab keysGravatar Uoti Urpala2011-02-05
* input: remove incorrect "CTRL" keyname alias for backspaceGravatar Uoti Urpala2011-02-05
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksGravatar Uoti Urpala2010-12-20
| * input: support bindings with modifier keys for X inputGravatar Uoti Urpala2010-12-20
| * core: add support for precise non-keyframe-limited seeksGravatar Uoti Urpala2010-12-20
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* | commands: Allow cycling subtitles backwards with 'J'Gravatar reimar2010-12-16
|/
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairGravatar Clément Bœsch2010-11-04
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* new slave command: af_cmdline, for changing audio filter optionsGravatar reimar2010-11-02
* input: try to open "-input -file=" file even if stat() failsGravatar reimar2010-11-02
* cosmetics: input/ar.c: Mark is_mplayer_front() staticGravatar diego2010-11-02
* Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\
| * Document that time argument is in milliseconds.Gravatar reimar2010-05-28
| * Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.Gravatar diego2010-05-27
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \
* | | input: remove unused "paused" arguments from some functionsGravatar Uoti Urpala2010-04-25
| | * Add slave commands for loading and unloading audio filters at runtime.Gravatar cehoyos2010-04-11
| | * Add osd_show_progression: Show progress bar and elapsed/total time.Gravatar cehoyos2010-04-09
| | * Mark input-related m_option_t arrays as const.Gravatar diego2010-04-04
| |/
| * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
| * Support all line ending types in mp_input_read_cmd.Gravatar reimar2010-02-27
| * Include lirc.h in lirc.c to add missing prototypes.Gravatar cehoyos2010-02-27
| * Mark some more functions that are not used outside of their files as static.Gravatar diego2010-02-18
| * Declare mp_input_register_options() in input/input.h.Gravatar diego2010-02-14
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
| * Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* | UI: Make the 'D' key print the new deinterlace statusGravatar Uoti Urpala2009-09-19
* | commands: Add set_property_osd and step_property_osdGravatar Uoti Urpala2009-09-19
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07