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
|
Sat, 22 Apr 2006 19:29:02 +0000 |
albeu |
Handle the tv color control commands with the properties.
|
Sat, 15 Apr 2006 14:24:36 +0000 |
diego |
Switch audio delay keys to something more sane (+ to increase, - to decrease)
|
Fri, 24 Mar 2006 19:32:23 +0000 |
albeu |
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
|
Thu, 23 Mar 2006 01:22:43 +0000 |
albeu |
Convert fullscreen, panscan, color controls, ontop, rootwin,
|
Wed, 22 Mar 2006 23:05:13 +0000 |
albeu |
Move audio_delay to a property and add a few read only properties to
|
Wed, 22 Mar 2006 00:19:02 +0000 |
albeu |
Add the new property API and implement a couple properties.
|
Sat, 18 Mar 2006 18:13:22 +0000 |
albeu |
Enable gui key bindings only when running the gui. Fix enter and esc
|
Sun, 12 Mar 2006 21:47:15 +0000 |
reimar |
remove useless cruft (binds variable)
|
Sun, 25 Dec 2005 19:22:48 +0000 |
ods15 |
add "pausing_keep" and "pausing_toggle" input cmd prefixes
|
Fri, 11 Nov 2005 13:25:48 +0000 |
joey |
Add double-click mouse events.
|
Thu, 10 Nov 2005 22:25:54 +0000 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
Wed, 02 Nov 2005 21:50:55 +0000 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
Tue, 25 Oct 2005 21:23:45 +0000 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
Tue, 25 Oct 2005 18:46:25 +0000 |
reynaldo |
translatable eng strings to new section on help_mp-en
|
Tue, 18 Oct 2005 11:11:25 +0000 |
diego |
Make a few more messages translatable by moving them into help_mp-en.h.
|
Thu, 15 Sep 2005 10:25:43 +0000 |
reimar |
When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.
|
Wed, 31 Aug 2005 02:15:03 +0000 |
nplourde |
add key_down_eventto slave mode, used to inject key down event with mplayer_put_key
|
Mon, 15 Aug 2005 08:30:43 +0000 |
reimar |
loadfile/loadlist can now also add files to the playlist
|
Sat, 23 Jul 2005 16:54:45 +0000 |
reimar |
use calloc so that mp_cmd_free won't use uninitialized data in case of an error
|
Mon, 27 Jun 2005 08:16:23 +0000 |
reimar |
consume empty lirc events at once.
|
Thu, 09 Jun 2005 20:13:53 +0000 |
reimar |
Add sub_load and sub_remove slave commands.
|
Wed, 18 May 2005 11:38:06 +0000 |
reimar |
new get_time_pos slave mode commando
|
Thu, 28 Apr 2005 14:43:19 +0000 |
reimar |
adds a parameter to the switch_audio command to directly select a track.
|
Fri, 15 Apr 2005 14:52:33 +0000 |
aurel |
when parsing one cmd argument, only un-escape _this_ argument, not the following ones
|
Mon, 11 Apr 2005 21:26:14 +0000 |
henry |
allow sub_select and vobsub_lang to select particular subtitle
|
Sun, 03 Apr 2005 14:08:28 +0000 |
gpoirier |
Added support of audio stream switching in the MPEG demuxer using the #-key
|
Thu, 17 Feb 2005 15:56:25 +0000 |
reimar |
Make seek command parameter float.
|
Sat, 12 Feb 2005 14:45:54 +0000 |
henry |
command to log current subtitle to file
|
Fri, 11 Feb 2005 11:44:00 +0000 |
aurel |
fix "Unknown argument" with cmd containing spaces
|
Thu, 20 Jan 2005 13:22:53 +0000 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
Mon, 03 Jan 2005 13:56:48 +0000 |
reimar |
Add missing break that caused an irritating error message all the time when using slave mode.
|
Thu, 02 Dec 2004 14:37:16 +0000 |
aurel |
enable the run slave commande even without libmenu
|
Sat, 20 Nov 2004 10:51:13 +0000 |
reimar |
add "pausing" prefix for MPlayer commands
|
Mon, 15 Nov 2004 09:09:29 +0000 |
diego |
Reduce excessive verbosity.
|
Sat, 30 Oct 2004 10:40:53 +0000 |
faust3 |
small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>
|
Wed, 20 Oct 2004 20:07:50 +0000 |
reimar |
allow changing playback speed during playback.
|
Thu, 14 Oct 2004 15:33:10 +0000 |
reimar |
Make '.' key default for framestepping
|
Tue, 12 Oct 2004 22:10:56 +0000 |
reimar |
allow to step only one frame forward by pressing s.
|
Sun, 10 Oct 2004 17:39:07 +0000 |
reimar |
Do not loose commands while paused.
|
Wed, 15 Sep 2004 14:08:46 +0000 |
faust3 |
fix a memory corruption and make sure only getch2 handles stdin
|