2006-04-15 |
diego |
Switch audio delay keys to something more sane (+ to increase, - to decrease)
|
2006-03-24 |
albeu |
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
|
2006-03-23 |
albeu |
Convert fullscreen, panscan, color controls, ontop, rootwin,
|
2006-03-22 |
albeu |
Move audio_delay to a property and add a few read only properties to
|
2006-03-22 |
albeu |
Add the new property API and implement a couple properties.
|
2006-03-18 |
albeu |
Enable gui key bindings only when running the gui. Fix enter and esc
|
2006-03-12 |
reimar |
remove useless cruft (binds variable)
|
2005-12-25 |
ods15 |
add "pausing_keep" and "pausing_toggle" input cmd prefixes
|
2005-11-11 |
joey |
Add double-click mouse events.
|
2005-11-10 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
2005-11-02 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
2005-10-25 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
2005-10-25 |
reynaldo |
translatable eng strings to new section on help_mp-en
|
2005-10-18 |
diego |
Make a few more messages translatable by moving them into help_mp-en.h.
|
2005-09-15 |
reimar |
When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.
|
2005-08-31 |
nplourde |
add key_down_eventto slave mode, used to inject key down event with mplayer_put_key
|
2005-08-15 |
reimar |
loadfile/loadlist can now also add files to the playlist
|
2005-07-23 |
reimar |
use calloc so that mp_cmd_free won't use uninitialized data in case of an error
|
2005-06-27 |
reimar |
consume empty lirc events at once.
|
2005-06-09 |
reimar |
Add sub_load and sub_remove slave commands.
|
2005-05-18 |
reimar |
new get_time_pos slave mode commando
|
2005-04-28 |
reimar |
adds a parameter to the switch_audio command to directly select a track.
|
2005-04-15 |
aurel |
when parsing one cmd argument, only un-escape _this_ argument, not the following ones
|
2005-04-11 |
henry |
allow sub_select and vobsub_lang to select particular subtitle
|
2005-04-03 |
gpoirier |
Added support of audio stream switching in the MPEG demuxer using the #-key
|
2005-02-17 |
reimar |
Make seek command parameter float.
|
2005-02-12 |
henry |
command to log current subtitle to file
|
2005-02-11 |
aurel |
fix "Unknown argument" with cmd containing spaces
|
2005-01-20 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
2005-01-03 |
reimar |
Add missing break that caused an irritating error message all the time when using slave mode.
|
2004-12-02 |
aurel |
enable the run slave commande even without libmenu
|
2004-11-20 |
reimar |
add "pausing" prefix for MPlayer commands
|
2004-11-15 |
diego |
Reduce excessive verbosity.
|
2004-10-30 |
faust3 |
small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>
|
2004-10-20 |
reimar |
allow changing playback speed during playback.
|
2004-10-14 |
reimar |
Make '.' key default for framestepping
|
2004-10-12 |
reimar |
allow to step only one frame forward by pressing s.
|
2004-10-10 |
reimar |
Do not loose commands while paused.
|
2004-09-15 |
faust3 |
fix a memory corruption and make sure only getch2 handles stdin
|
2004-09-15 |
faust3 |
slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
|
2004-09-15 |
faust3 |
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
|
2004-09-02 |
faust3 |
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
|
2004-08-22 |
joey |
added runtime toggle of root window playback
|
2004-08-22 |
joey |
moved combined vobsub_lang into sub_select
|
2004-08-03 |
al |
Corrected my mistake in the last memfix patch.
|
2004-07-23 |
al |
false-use-of-get_path() memleak fixes.
|
2004-07-17 |
alex |
individual sub_select option not interferring with vobsub_lang
|
2004-04-26 |
nicodvb |
slave command dvb_set_channel now takes 2 arguments: channel card
|
2004-01-16 |
diego |
Support binding F11 and F12 keys to commands.
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-09-21 |
attila |
Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>
|
2003-09-19 |
faust3 |
slave mode commands to print out vo_fs and sub_visibility globals, patch by Mike Swieton <swietonm at student.gvsu.edu>
|
2003-09-02 |
alex |
1000l
|
2003-08-16 |
albeu |
Finnaly commit Nico's dvb menu. Sorry for committing this
|
2003-08-15 |
albeu |
I've juste found a bug which prevent to load a file whose name contain
|
2003-08-13 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
2003-08-12 |
gabucino |
reverse of accidently twice commited patch (non-unified patch suxx)
|
2003-08-12 |
gabucino |
From: Kir Kostuchenko <kir@users.sourceforge.net>
|
2003-08-12 |
gabucino |
Hi, here are slave commands:
|
2003-08-04 |
gabucino |
I'd like to change tv tuner frequency in the slave mode. So this patch
|