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.
|
Sun, 10 Jun 2007 00:06:12 +0000 |
voroshil |
Teletext support for tv:// (v4l and v4l2 only)
|
Thu, 07 Jun 2007 18:06:53 +0000 |
voroshil |
implement "bind sections"
|
Thu, 31 May 2007 09:42:14 +0000 |
albeu |
Allow setting the direction in the step_property command.
|
Wed, 21 Mar 2007 08:24:20 +0000 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
Sat, 17 Mar 2007 11:51:17 +0000 |
voroshil |
New slave command: tv_step_freq <offset in MHz>
|
Mon, 05 Mar 2007 10:15:55 +0000 |
reimar |
Allow to add/modify keybind for '#'
|
Mon, 19 Feb 2007 06:20:47 +0000 |
uau |
Remove remnants of the nonfunctional "grab_frames" command.
|
Sun, 21 Jan 2007 11:10:52 +0000 |
reimar |
Add ignore key bind
|
Sun, 24 Dec 2006 04:54:31 +0000 |
diego |
Remove undocumented redundant key bindings.
|
Sun, 03 Dec 2006 14:01:22 +0000 |
reimar |
Do not call usec_sleep when we are not supposed to sleep.
|
Sat, 02 Dec 2006 19:59:35 +0000 |
reimar |
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
|
Sun, 19 Nov 2006 16:15:05 +0000 |
voroshil |
new slave command: radio_step_freq
|
Sat, 18 Nov 2006 14:33:46 +0000 |
nicodvb |
bind TAB to 'step_property switch_program'
|
Fri, 17 Nov 2006 19:37:58 +0000 |
reimar |
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
|
Fri, 17 Nov 2006 18:16:21 +0000 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
Thu, 16 Nov 2006 21:26:46 +0000 |
nicodvb |
associated _ to 'step_property switch_video'
|
Tue, 14 Nov 2006 19:52:21 +0000 |
reimar |
Introduce step_property command.
|
Tue, 19 Sep 2006 23:50:21 +0000 |
nicodvb |
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
|
Tue, 19 Sep 2006 22:59:05 +0000 |
nicodvb |
removed old dvdnav_event definitions
|
Sat, 16 Sep 2006 15:38:21 +0000 |
nicodvb |
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)
|
Sat, 16 Sep 2006 15:13:41 +0000 |
nicodvb |
report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me
|
Fri, 15 Sep 2006 13:27:59 +0000 |
eugeni |
Add repeated screenshot mode to vf_screenshot.
|
Sun, 10 Sep 2006 10:25:48 +0000 |
nicodvb |
permit to select previous dvdnav menu, in the order chapter->title->root
|
Sat, 09 Sep 2006 23:08:25 +0000 |
nicodvb |
reassigned to KEY_KP? the dvdnav bindings used in input.conf
|
Mon, 28 Aug 2006 17:05:18 +0000 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
Sat, 26 Aug 2006 09:44:20 +0000 |
ben |
extended slave mode with metadata retrieval commands
|
Tue, 22 Aug 2006 20:55:49 +0000 |
ben |
added new filter option to menu file browser to only display some files according to extension
|
Sun, 06 Aug 2006 18:55:34 +0000 |
eugeni |
Add matroska chapter seeking capability.
|
Sun, 16 Jul 2006 01:40:24 +0000 |
reynaldo |
marks several strings inside structs as const when they hold just
|
Mon, 03 Jul 2006 23:27:37 +0000 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
Mon, 03 Jul 2006 13:21:54 +0000 |
reynaldo |
rm unnecesary casts from void* - part 4
|
Sun, 02 Jul 2006 03:59:36 +0000 |
reynaldo |
rm unnecesary casts from void* - part 2
|
Fri, 30 Jun 2006 04:24:07 +0000 |
reynaldo |
gets ride of a few more sizeof(char)s
|
Sun, 25 Jun 2006 14:03:56 +0000 |
reimar |
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load
|
Thu, 27 Apr 2006 12:40:29 +0000 |
uau |
Make EDL compilation unconditional
|
Sun, 23 Apr 2006 14:48:15 +0000 |
albeu |
Align osd_show_text with osd_show_property_text.
|
Sun, 23 Apr 2006 14:31:54 +0000 |
albeu |
Add a new command: osd_show_property_text that show an expanded property
|