aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
* 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
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Increase slave mode buffer so that one can load files with a deeperGravatar ben2009-06-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Rename 'default-binds' input option to 'default-bindings'.Gravatar diego2009-03-25
* Add an option to disable the default key binding that MPlayer includesGravatar reimar2009-03-08
* Make pausing_keep_force the default for the set_mouse_pos and key_down_event -Gravatar reimar2009-03-07
* Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakGravatar reimar2009-01-30
* Fix an MSGT_INPUT to MSGT_LIRC in lirc.cGravatar reimar2009-01-30
* Do not use select n lirc code, instead set the fd non-blocking.Gravatar reimar2009-01-27
* Fix typo: pool -> pollGravatar reimar2009-01-25
* Add standard GPL license header.Gravatar diego2008-12-13
* Re-add "extern"s incorrectly removed in r28085Gravatar reimar2008-12-04
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Add an experimental pausing_keep_force slave mode command prefixGravatar reimar2008-09-25
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Change DVDNAV command key names.Gravatar ben2008-06-19
* Group all input command defines in one big enumGravatar ben2008-06-18
* Add a slave command to stop stream playback.Gravatar ben2008-05-27
* add potentially missing typesGravatar ben2008-05-20
* fix compilation of input.c if neither macosx/linux apple remote codeGravatar ben2008-05-18
* Keep AppleIR enabled by default on MacOSX but have it disable on Linux.Gravatar ben2008-05-18
* Do not enable AppleIR by default.Gravatar ben2008-05-18
* Add support for AppleIR Remote as an input under Linux systems.Gravatar ben2008-05-18
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* usec_sleep(0) is not the same as not sleeping at all.Gravatar reimar2008-05-10
* Use full path for libavutil #includes.Gravatar diego2008-04-28
* Get rid of recursive make for the input/ subdirectory.Gravatar diego2008-04-06
* Fix handling of comments in input.c, current code had useless ifs and in addi...Gravatar reimar2008-03-11
* joystick.c is only ever compiled on Linux, remove pointless #ifdefGravatar diego2008-02-28
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* typo fix: inited --> initializedGravatar diego2008-02-14
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* Add ass_use_margins command and property to shift subtitles to margins and backGravatar eugeni2008-01-23
* Fix some types to constGravatar reimar2008-01-19
* Remove a useless castGravatar reimar2008-01-15