aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Do not use exit_player in the signal handler, this code just can notGravatar reimar2008-01-08
* properties to change angle; patch by oattila chello huGravatar nicodvb2008-01-05
* 10l: Replace #define with #endif where I really meant to write #endif.Gravatar diego2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Add new function for parsing and queueing multi-commands separated by \n or \r.Gravatar ulion2007-12-11
* Ignore heading spaces when parsing command.Gravatar ulion2007-12-10
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Do not queue empty cmd.Gravatar ulion2007-12-02
* Use const char * to replace a char * parameter.Gravatar ulion2007-11-27
* Support select subtitle by source, add 4 properties:Gravatar ulion2007-11-25
* Fix cmd filter memory leak, free the cmd after filter ate it.Gravatar ulion2007-11-08
* Fix input.conf parse bug when comment follows key binding in the same line.Gravatar ulion2007-10-31
* Fix input command parser for using only tab to separate the arguments.Gravatar ulion2007-10-23
* spelling cosmeticsGravatar diego2007-09-29
* warning fixes:Gravatar diego2007-09-13
* Implement X/27/0 packet decoding.Gravatar voroshil2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.Gravatar reimar2007-08-27
* Revert r24158, it is not necessary with unsigned bitfieldGravatar reimar2007-08-25
* Change bitfield to unsigned so that we get the usual truth valuesGravatar reimar2007-08-25
* Hack around broken bitfields in gcc 4.2Gravatar reimar2007-08-25
* Fix invalid fd check, the bug is somewhere else though.Gravatar reimar2007-08-25
* HACK: check added fds for validity because otherwise mplayerGravatar reimar2007-08-25
* Fix loads of warningsGravatar reimar2007-08-25
* Handle queued commands from input event functions immediatelyGravatar uau2007-08-25
* Add separate event input type for terminal+voGravatar uau2007-08-25
* Use a single select() for both key and slave inputGravatar uau2007-08-25
* Make terminal input work more like VO key inputGravatar uau2007-08-25
* Remove unused functionGravatar uau2007-08-25
* Use bitfield instead of manual bit fiddling in input.cGravatar uau2007-08-25
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Clarify comment as pointed out by Ulion.Gravatar diego2007-08-15
* cosmetics: prettyprintGravatar diego2007-08-14
* Apple Remote supportGravatar diego2007-08-14
* Teletext support.Gravatar voroshil2007-07-29
* Add a loop command and property.Gravatar albeu2007-07-09
* Add the sub_scale property and command.Gravatar albeu2007-07-09
* Add comments to some preprocessor directives.Gravatar diego2007-06-27
* Revert r23530.Gravatar voroshil2007-06-21
* The audio balance feature implemented with af_pan.Gravatar zuxy2007-06-20
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* implement "bind sections"Gravatar voroshil2007-06-07
* Allow setting the direction in the step_property command.Gravatar albeu2007-05-31
* buggy joystick initialization, works much better without thisGravatar ben2007-05-19
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* New slave command: tv_step_freq <offset in MHz>Gravatar voroshil2007-03-17
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13