summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* UI: Make the 'D' key print the new deinterlace statusUoti Urpala2009-09-191-1/+1
* commands: Add set_property_osd and step_property_osdUoti Urpala2009-09-192-0/+4
* Remove the internal GUIAnton Khirnov2009-07-072-46/+2
* Merge svn changes up to r29412Uoti Urpala2009-07-071-1/+1
|\
| * Increase slave mode buffer so that one can load files with a deeperben2009-06-261-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-136-45/+45
* | Remove trailing whitespace from most filesUoti Urpala2009-07-076-40/+40
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-074-45/+45
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-074-46/+46
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-5/+5
|\|
| * Rename 'default-binds' input option to 'default-bindings'.diego2009-03-251-4/+4
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+6
|\|
| * Add an option to disable the default key binding that MPlayer includesreimar2009-03-081-1/+4
| * Make pausing_keep_force the default for the set_mouse_pos and key_down_event -reimar2009-03-071-1/+10
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-19/+11
|\|
| * Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakreimar2009-01-301-7/+7
| * Fix an MSGT_INPUT to MSGT_LIRC in lirc.creimar2009-01-301-1/+1
| * Do not use select n lirc code, instead set the fd non-blocking.reimar2009-01-271-18/+10
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-1/+1
|\|
| * Fix typo: pool -> pollreimar2009-01-251-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-147-0/+124
|\|
| * Add standard GPL license header.diego2008-12-137-0/+124
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-1/+1
|\|
| * Re-add "extern"s incorrectly removed in r28085reimar2008-12-041-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-0/+3
|\|
| * Add an experimental pausing_keep_force slave mode command prefixreimar2008-09-251-0/+3
* | Move some declarations from mplayer.c to proper headersUoti Urpala2008-08-121-0/+3
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-12/+12
|\|
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-6/+6
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-4/+4
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-3/+3
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-4/+4
|\|
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-1/+1
| * Rename two GUI-related preprocessor directives:diego2008-07-301-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | Merge svn changes up to r27123Uoti Urpala2008-06-232-146/+149
|\|
| * Change DVDNAV command key names.ben2008-06-192-18/+19
| * Group all input command defines in one big enumben2008-06-181-128/+130
* | Merge svn changes up to r26979Uoti Urpala2008-06-045-2/+174
|\|
| * Add a slave command to stop stream playback.ben2008-05-272-0/+3
| * add potentially missing typesben2008-05-201-0/+1
| * fix compilation of input.c if neither macosx/linux apple remote codeben2008-05-181-1/+1
| * Keep AppleIR enabled by default on MacOSX but have it disable on Linux.ben2008-05-181-0/+4
| * Do not enable AppleIR by default.ben2008-05-181-1/+1
| * Add support for AppleIR Remote as an input under Linux systems.ben2008-05-183-0/+168
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-153-7/+7
|\|
| * Use standard license headers with standard formatting.diego2008-05-142-6/+6
| * usec_sleep(0) is not the same as not sleeping at all.reimar2008-05-101-1/+1
* | input.c: Use talloc for all memory allocationsUoti Urpala2008-05-011-14/+10
* | Move input options to option structUoti Urpala2008-04-302-40/+40
* | input: Use talloc for struct mp_cmd and things under itUoti Urpala2008-04-301-28/+12
* | input: Move command filedescriptor list to context structUoti Urpala2008-04-302-29/+34
* | input: Move cmd_queue to context structUoti Urpala2008-04-302-22/+23
* | input.c: Change a static variable to localUoti Urpala2008-04-301-14/+16
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-302-28/+34
* | input.c: Move variable from static to localUoti Urpala2008-04-301-2/+1
* | input.c: Move key down state to context structUoti Urpala2008-04-301-33/+36
* | input.c: Use talloc for command bind allocationsUoti Urpala2008-04-301-31/+11
* | input.[ch]: Move some type definitions from .h to .cUoti Urpala2008-04-302-10/+10
* | input.c: Remove mp_input_ prefixes from static function namesUoti Urpala2008-04-301-60/+58
* | input.c: Make two functions staticUoti Urpala2008-04-301-3/+3
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-301-0/+3
* | input: Move command bind variables to context structUoti Urpala2008-04-302-58/+69
* | Create a context for input.c stateUoti Urpala2008-04-302-45/+58
* | input.c: Remove _st prefix from struct namesUoti Urpala2008-04-301-4/+4
* | input.c: Use union instead of void *Uoti Urpala2008-04-291-6/+9
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-296-54/+15
* | input.c: Revert code uglifications done for gcc 2.95Uoti Urpala2008-04-291-9/+5
* | input.c: Remove unnecessary #include "osdep/getch2.h"Uoti Urpala2008-04-291-1/+0
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\|
| * Use full path for libavutil #includes.diego2008-04-281-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* | Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-232-3/+5
* | input/input.c: Minor simplificationUoti Urpala2008-04-231-15/+17
|/
* Get rid of recursive make for the input/ subdirectory.diego2008-04-061-10/+0
* Fix handling of comments in input.c, current code had useless ifs and in addi...reimar2008-03-111-4/+2
* joystick.c is only ever compiled on Linux, remove pointless #ifdefdiego2008-02-281-17/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-15/+15
* typo fix: inited --> initializeddiego2008-02-142-9/+9
* Add new command to switch between dvdnav titlesben2008-01-242-0/+2
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-232-0/+4
* Fix some types to constreimar2008-01-191-5/+6
* Remove a useless castreimar2008-01-151-1/+1
* Make several mapping tables related to input processing const.reimar2008-01-131-4/+4
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Do not use exit_player in the signal handler, this code just can notreimar2008-01-082-0/+6
* properties to change angle; patch by oattila chello hunicodvb2008-01-052-0/+3
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-014-2/+15
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-262-3/+3
* Add new function for parsing and queueing multi-commands separated by \n or \r.ulion2007-12-112-0/+29
* Ignore heading spaces when parsing command.ulion2007-12-101-0/+4
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-042-1/+4
* Do not queue empty cmd.ulion2007-12-021-1/+1
* Use const char * to replace a char * parameter.ulion2007-11-271-1/+1
* Support select subtitle by source, add 4 properties:ulion2007-11-252-0/+8
* Fix cmd filter memory leak, free the cmd after filter ate it.ulion2007-11-081-1/+6
* Fix input.conf parse bug when comment follows key binding in the same line.ulion2007-10-311-1/+1
* Fix input command parser for using only tab to separate the arguments.ulion2007-10-231-2/+2
* spelling cosmeticsdiego2007-09-291-1/+1
* warning fixes:diego2007-09-131-2/+2
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.reimar2007-08-271-1/+2
* Revert r24158, it is not necessary with unsigned bitfieldreimar2007-08-251-4/+2
* Change bitfield to unsigned so that we get the usual truth valuesreimar2007-08-251-6/+6
* Hack around broken bitfields in gcc 4.2reimar2007-08-251-2/+4
* Fix invalid fd check, the bug is somewhere else though.reimar2007-08-251-2/+2
* HACK: check added fds for validity because otherwise mplayerreimar2007-08-251-0/+12
* Fix loads of warningsreimar2007-08-251-6/+10
* Handle queued commands from input event functions immediatelyuau2007-08-251-0/+6
* Add separate event input type for terminal+vouau2007-08-252-2/+29
* Use a single select() for both key and slave inputuau2007-08-251-195/+117
* Make terminal input work more like VO key inputuau2007-08-251-4/+4
* Remove unused functionuau2007-08-251-18/+1
* Use bitfield instead of manual bit fiddling in input.cuau2007-08-251-28/+25
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-232-0/+2
* Clarify comment as pointed out by Ulion.diego2007-08-151-2/+2
* cosmetics: prettyprintdiego2007-08-141-3/+3
* Apple Remote supportdiego2007-08-144-0/+551
* Teletext support.voroshil2007-07-292-0/+10
* Add a loop command and property.albeu2007-07-092-0/+2
* Add the sub_scale property and command.albeu2007-07-092-0/+2
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* Revert r23530.voroshil2007-06-212-12/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-202-0/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-102-0/+12
* implement "bind sections"voroshil2007-06-072-15/+97
* Allow setting the direction in the step_property command.albeu2007-05-311-1/+1
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-10/+10
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-172-0/+2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-1/+0
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-4/+4
* Allow to add/modify keybind for '#'reimar2007-03-051-0/+1
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-192-2/+1
* Add ignore key bindreimar2007-01-211-0/+1
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
* Do not call usec_sleep when we are not supposed to sleep.reimar2006-12-031-2/+3
* Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)reimar2006-12-021-7/+1
* FFmpeg-style dependency declarationdiego2006-11-271-6/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* new slave command: radio_step_freqvoroshil2006-11-192-0/+2
* bind TAB to 'step_property switch_program'nicodvb2006-11-181-0/+1
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-171-2/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+1
* associated _ to 'step_property switch_video'nicodvb2006-11-161-0/+1
* Introduce step_property command.reimar2006-11-142-0/+2
* litle bug, didn't compile :(ptt2006-10-121-1/+1
* slight overall verbosity reductiondiego2006-10-122-3/+3
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-192-1/+2
* removed old dvdnav_event definitionsnicodvb2006-09-192-3/+0
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma...nicodvb2006-09-161-0/+1
*