Fri, 26 Jun 2009 20:21:38 +0000 |
ben |
Increase slave mode buffer so that one can load files with a deeper
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Wed, 25 Mar 2009 21:31:56 +0000 |
diego |
Rename 'default-binds' input option to 'default-bindings'.
|
Sun, 08 Mar 2009 09:14:30 +0000 |
reimar |
Add an option to disable the default key binding that MPlayer includes
|
Sat, 07 Mar 2009 13:25:55 +0000 |
reimar |
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
|
Sat, 13 Dec 2008 18:28:00 +0000 |
diego |
Add standard GPL license header.
|
Thu, 25 Sep 2008 17:40:33 +0000 |
reimar |
Add an experimental pausing_keep_force slave mode command prefix
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Wed, 06 Aug 2008 07:42:26 +0000 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Wed, 30 Jul 2008 18:07:19 +0000 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 19 Jun 2008 18:51:42 +0000 |
ben |
Change DVDNAV command key names.
|
Tue, 27 May 2008 18:39:57 +0000 |
ben |
Add a slave command to stop stream playback.
|
Sun, 18 May 2008 18:11:05 +0000 |
ben |
fix compilation of input.c if neither macosx/linux apple remote code
|
Sun, 18 May 2008 12:11:17 +0000 |
ben |
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
|
Sun, 18 May 2008 11:56:20 +0000 |
ben |
Do not enable AppleIR by default.
|
Sun, 18 May 2008 11:53:00 +0000 |
ben |
Add support for AppleIR Remote as an input under Linux systems.
|
Sat, 10 May 2008 14:03:42 +0000 |
reimar |
usec_sleep(0) is not the same as not sleeping at all.
|
Mon, 28 Apr 2008 14:44:10 +0000 |
diego |
Use full path for libavutil #includes.
|
Tue, 11 Mar 2008 14:44:19 +0000 |
reimar |
Fix handling of comments in input.c, current code had useless ifs and in addition
|
Thu, 24 Jan 2008 19:14:05 +0000 |
ben |
Add new command to switch between dvdnav titles
|
Wed, 23 Jan 2008 21:18:32 +0000 |
eugeni |
Add ass_use_margins command and property to shift subtitles to margins and back
|
Sat, 19 Jan 2008 11:42:03 +0000 |
reimar |
Fix some types to const
|
Tue, 15 Jan 2008 09:27:22 +0000 |
reimar |
Remove a useless cast
|
Sun, 13 Jan 2008 16:13:54 +0000 |
reimar |
Make several mapping tables related to input processing const.
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Tue, 08 Jan 2008 21:40:44 +0000 |
reimar |
Do not use exit_player in the signal handler, this code just can not
|
Sat, 05 Jan 2008 14:31:03 +0000 |
nicodvb |
properties to change angle; patch by oattila chello hu
|
Wed, 26 Dec 2007 13:13:48 +0000 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
Tue, 11 Dec 2007 08:03:47 +0000 |
ulion |
Add new function for parsing and queueing multi-commands separated by \n or \r.
|
Mon, 10 Dec 2007 01:46:02 +0000 |
ulion |
Ignore heading spaces when parsing command.
|
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.
|