log input/input.c @ 29427:ba2cb7c23fa2

age author description
2009-06-26 ben Increase slave mode buffer so that one can load files with a deeper
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-25 diego Rename 'default-binds' input option to 'default-bindings'.
2009-03-08 reimar Add an option to disable the default key binding that MPlayer includes
2009-03-07 reimar Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
2008-12-13 diego Add standard GPL license header.
2008-09-25 reimar Add an experimental pausing_keep_force slave mode command prefix
2008-08-07 diego Rename a bunch of miscellaneous preprocessor directives.
2008-08-06 diego Rename all preprocessor directives related to Apple / Mac OS X.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-07-30 diego Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
2008-07-30 diego Rename two GUI-related preprocessor directives:
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-06-19 ben Change DVDNAV command key names.
2008-05-27 ben Add a slave command to stop stream playback.
2008-05-18 ben fix compilation of input.c if neither macosx/linux apple remote code
2008-05-18 ben Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
2008-05-18 ben Do not enable AppleIR by default.
2008-05-18 ben Add support for AppleIR Remote as an input under Linux systems.
2008-05-10 reimar usec_sleep(0) is not the same as not sleeping at all.
2008-04-28 diego Use full path for libavutil #includes.
2008-03-11 reimar Fix handling of comments in input.c, current code had useless ifs and in addition
2008-01-24 ben Add new command to switch between dvdnav titles
2008-01-23 eugeni Add ass_use_margins command and property to shift subtitles to margins and back
2008-01-19 reimar Fix some types to const
2008-01-15 reimar Remove a useless cast
2008-01-13 reimar Make several mapping tables related to input processing const.
2008-01-09 uau Remove unnecessary <signal.h> includes
2008-01-08 reimar Do not use exit_player in the signal handler, this code just can not
2008-01-05 nicodvb properties to change angle; patch by oattila chello hu
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-11 ulion Add new function for parsing and queueing multi-commands separated by \n or \r.
2007-12-10 ulion Ignore heading spaces when parsing command.
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-12-02 ulion Do not queue empty cmd.
2007-11-27 ulion Use const char * to replace a char * parameter.
2007-11-25 ulion Support select subtitle by source, add 4 properties:
2007-11-08 ulion Fix cmd filter memory leak, free the cmd after filter ate it.
2007-10-31 ulion Fix input.conf parse bug when comment follows key binding in the same line.
2007-10-23 ulion Fix input command parser for using only tab to separate the arguments.
2007-09-13 diego warning fixes:
2007-08-28 voroshil Implement X/27/0 packet decoding.
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-08-27 reimar Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
2007-08-25 reimar Revert r24158, it is not necessary with unsigned bitfield
2007-08-25 reimar Change bitfield to unsigned so that we get the usual truth values
2007-08-25 reimar Hack around broken bitfields in gcc 4.2
2007-08-25 reimar Fix invalid fd check, the bug is somewhere else though.
2007-08-25 reimar HACK: check added fds for validity because otherwise mplayer
2007-08-25 reimar Fix loads of warnings
2007-08-25 uau Handle queued commands from input event functions immediately
2007-08-25 uau Add separate event input type for terminal+vo
2007-08-25 uau Use a single select() for both key and slave input
2007-08-25 uau Make terminal input work more like VO key input
2007-08-25 uau Remove unused function
2007-08-25 uau Use bitfield instead of manual bit fiddling in input.c
2007-08-23 voroshil Automatic TV channels scanning ability for MPlayer.
2007-08-14 diego Apple Remote support
2007-07-29 voroshil Teletext support.
2007-07-09 albeu Add a loop command and property.