log input/input.c @ 25263:96d0992c7920

age author description
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Sun, 02 Dec 2007 15:53:33 +0000 ulion Do not queue empty cmd.
Tue, 27 Nov 2007 08:27:20 +0000 ulion Use const char * to replace a char * parameter.
Sun, 25 Nov 2007 04:09:04 +0000 ulion Support select subtitle by source, add 4 properties:
Thu, 08 Nov 2007 05:19:56 +0000 ulion Fix cmd filter memory leak, free the cmd after filter ate it.
Wed, 31 Oct 2007 01:23:33 +0000 ulion Fix input.conf parse bug when comment follows key binding in the same line.
Tue, 23 Oct 2007 00:44:22 +0000 ulion Fix input command parser for using only tab to separate the arguments.
Thu, 13 Sep 2007 13:16:30 +0000 diego warning fixes:
Tue, 28 Aug 2007 14:10:47 +0000 voroshil Implement X/27/0 packet decoding.
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Mon, 27 Aug 2007 15:21:12 +0000 reimar Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
Sat, 25 Aug 2007 09:29:27 +0000 reimar Revert r24158, it is not necessary with unsigned bitfield
Sat, 25 Aug 2007 09:27:43 +0000 reimar Change bitfield to unsigned so that we get the usual truth values
Sat, 25 Aug 2007 07:35:35 +0000 reimar Hack around broken bitfields in gcc 4.2
Sat, 25 Aug 2007 07:30:17 +0000 reimar Fix invalid fd check, the bug is somewhere else though.
Sat, 25 Aug 2007 07:08:49 +0000 reimar HACK: check added fds for validity because otherwise mplayer
Sat, 25 Aug 2007 06:52:17 +0000 reimar Fix loads of warnings
Sat, 25 Aug 2007 04:28:20 +0000 uau Handle queued commands from input event functions immediately
Sat, 25 Aug 2007 04:28:14 +0000 uau Add separate event input type for terminal+vo
Sat, 25 Aug 2007 04:28:11 +0000 uau Use a single select() for both key and slave input
Sat, 25 Aug 2007 04:28:08 +0000 uau Make terminal input work more like VO key input
Sat, 25 Aug 2007 04:28:06 +0000 uau Remove unused function
Sat, 25 Aug 2007 04:28:04 +0000 uau Use bitfield instead of manual bit fiddling in input.c
Thu, 23 Aug 2007 16:09:30 +0000 voroshil Automatic TV channels scanning ability for MPlayer.
Tue, 14 Aug 2007 14:29:22 +0000 diego Apple Remote support
Sun, 29 Jul 2007 17:55:28 +0000 voroshil Teletext support.
Mon, 09 Jul 2007 14:52:46 +0000 albeu Add a loop command and property.
Mon, 09 Jul 2007 11:19:21 +0000 albeu Add the sub_scale property and command.
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Wed, 20 Jun 2007 02:26:20 +0000 zuxy The audio balance feature implemented with af_pan.