aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* marks several strings inside structs as const when they hold just Gravatar reynaldo2006-07-16
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30
* Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU loadGravatar reimar2006-06-25
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Make EDL compilation unconditionalGravatar uau2006-04-27
* Align osd_show_text with osd_show_property_text.Gravatar albeu2006-04-23
* Add a new command: osd_show_property_text that show an expanded propertyGravatar albeu2006-04-23
* Handle the tv color control commands with the properties.Gravatar albeu2006-04-22
* Switch audio delay keys to something more sane (+ to increase, - to decrease)Gravatar diego2006-04-15
* prevent overflow.. wtf?! from irc:Gravatar rfelker2006-03-31
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,Gravatar albeu2006-03-24
* Convert fullscreen, panscan, color controls, ontop, rootwin,Gravatar albeu2006-03-23
* Move audio_delay to a property and add a few read only properties toGravatar albeu2006-03-22
* Add the new property API and implement a couple properties.Gravatar albeu2006-03-22
* Enable gui key bindings only when running the gui. Fix enter and escGravatar albeu2006-03-18
* remove useless cruft (binds variable)Gravatar reimar2006-03-12
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* 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