aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* add "pausing_keep" and "pausing_toggle" input cmd prefixesGravatar ods152005-12-25
* Add double-click mouse events.Gravatar joey2005-11-11
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-25
* translatable eng strings to new section on help_mp-enGravatar reynaldo2005-10-25
* printf to mp_msgGravatar reynaldo2005-10-25
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.Gravatar reimar2005-09-15
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...Gravatar nplourde2005-08-31
* loadfile/loadlist can now also add files to the playlistGravatar reimar2005-08-15
* use calloc so that mp_cmd_free won't use uninitialized data in case of an errorGravatar reimar2005-07-23
* consume empty lirc events at once.Gravatar reimar2005-06-27
* Add sub_load and sub_remove slave commands.Gravatar reimar2005-06-09
* new get_time_pos slave mode commandoGravatar reimar2005-05-18
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* when parsing one cmd argument, only un-escape _this_ argument, not the follow...Gravatar aurel2005-04-15
* allow sub_select and vobsub_lang to select particular subtitleGravatar henry2005-04-11
* Added support of audio stream switching in the MPEG demuxer using the #-keyGravatar gpoirier2005-04-03
* Make seek command parameter float.Gravatar reimar2005-02-17
* command to log current subtitle to fileGravatar henry2005-02-12
* fix "Unknown argument" with cmd containing spacesGravatar aurel2005-02-11
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* Add missing break that caused an irritating error message all the time when u...Gravatar reimar2005-01-03
* enable the run slave commande even without libmenuGravatar aurel2004-12-02
* add "pausing" prefix for MPlayer commandsGravatar reimar2004-11-20
* Reduce excessive verbosity.Gravatar diego2004-11-15
* small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>Gravatar faust32004-10-30
* allow changing playback speed during playback.Gravatar reimar2004-10-20
* Make '.' key default for framesteppingGravatar reimar2004-10-14
* Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.Gravatar diego2004-10-13
* allow to step only one frame forward by pressing s.Gravatar reimar2004-10-12
* Do not loose commands while paused.Gravatar reimar2004-10-10
* fix a memory corruption and make sure only getch2 handles stdinGravatar faust32004-09-15
* slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at...Gravatar faust32004-09-15
* quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <...Gravatar faust32004-09-15
* slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn...Gravatar faust32004-09-02
* added runtime toggle of root window playbackGravatar joey2004-08-22
* moved combined vobsub_lang into sub_selectGravatar joey2004-08-22
* Corrected my mistake in the last memfix patch.Gravatar al2004-08-03
* false-use-of-get_path() memleak fixes.Gravatar al2004-07-23
* individual sub_select option not interferring with vobsub_langGravatar alex2004-07-17
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* slave command dvb_set_channel now takes 2 arguments: channel cardGravatar nicodvb2004-04-26
* Support binding F11 and F12 keys to commands.Gravatar diego2004-01-16
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>Gravatar diego2003-12-24
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>Gravatar attila2003-09-21
* slave mode commands to print out vo_fs and sub_visibility globals, patch by M...Gravatar faust32003-09-19
* spelling cosmeticsGravatar diego2003-09-14