summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* Use const char * to replace a char * parameter.ulion2007-11-271-1/+1
* Support select subtitle by source, add 4 properties:ulion2007-11-252-0/+8
* Fix cmd filter memory leak, free the cmd after filter ate it.ulion2007-11-081-1/+6
* Fix input.conf parse bug when comment follows key binding in the same line.ulion2007-10-311-1/+1
* Fix input command parser for using only tab to separate the arguments.ulion2007-10-231-2/+2
* spelling cosmeticsdiego2007-09-291-1/+1
* warning fixes:diego2007-09-131-2/+2
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.reimar2007-08-271-1/+2
* Revert r24158, it is not necessary with unsigned bitfieldreimar2007-08-251-4/+2
* Change bitfield to unsigned so that we get the usual truth valuesreimar2007-08-251-6/+6
* Hack around broken bitfields in gcc 4.2reimar2007-08-251-2/+4
* Fix invalid fd check, the bug is somewhere else though.reimar2007-08-251-2/+2
* HACK: check added fds for validity because otherwise mplayerreimar2007-08-251-0/+12
* Fix loads of warningsreimar2007-08-251-6/+10
* Handle queued commands from input event functions immediatelyuau2007-08-251-0/+6
* Add separate event input type for terminal+vouau2007-08-252-2/+29
* Use a single select() for both key and slave inputuau2007-08-251-195/+117
* Make terminal input work more like VO key inputuau2007-08-251-4/+4
* Remove unused functionuau2007-08-251-18/+1
* Use bitfield instead of manual bit fiddling in input.cuau2007-08-251-28/+25
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-232-0/+2
* Clarify comment as pointed out by Ulion.diego2007-08-151-2/+2
* cosmetics: prettyprintdiego2007-08-141-3/+3
* Apple Remote supportdiego2007-08-144-0/+551
* Teletext support.voroshil2007-07-292-0/+10
* Add a loop command and property.albeu2007-07-092-0/+2
* Add the sub_scale property and command.albeu2007-07-092-0/+2
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* Revert r23530.voroshil2007-06-212-12/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-202-0/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-102-0/+12
* implement "bind sections"voroshil2007-06-072-15/+97
* Allow setting the direction in the step_property command.albeu2007-05-311-1/+1
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-10/+10
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-172-0/+2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-1/+0
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-4/+4
* Allow to add/modify keybind for '#'reimar2007-03-051-0/+1
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-192-2/+1
* Add ignore key bindreimar2007-01-211-0/+1
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
* Do not call usec_sleep when we are not supposed to sleep.reimar2006-12-031-2/+3
* Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)reimar2006-12-021-7/+1
* FFmpeg-style dependency declarationdiego2006-11-271-6/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* new slave command: radio_step_freqvoroshil2006-11-192-0/+2
* bind TAB to 'step_property switch_program'nicodvb2006-11-181-0/+1
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-171-2/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+1
* associated _ to 'step_property switch_video'nicodvb2006-11-161-0/+1
* Introduce step_property command.reimar2006-11-142-0/+2
* litle bug, didn't compile :(ptt2006-10-121-1/+1
* slight overall verbosity reductiondiego2006-10-122-3/+3
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-192-1/+2
* removed old dvdnav_event definitionsnicodvb2006-09-192-3/+0
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma...nicodvb2006-09-161-0/+1
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-162-0/+2
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-2/+3
* Move conditional compilation to the build system.diego2006-09-123-9/+8
* permit to select previous dvdnav menu, in the order chapter->title->rootnicodvb2006-09-102-0/+2
* reassigned to KEY_KP? the dvdnav bindings used in input.confnicodvb2006-09-091-6/+6
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-282-0/+8
* extended slave mode with metadata retrieval commandsben2006-08-262-0/+28
* added new filter option to menu file browser to only display some files accor...ben2006-08-222-0/+2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Add matroska chapter seeking capability.eugeni2006-08-062-0/+6
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-4/+4
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-3/+3
* Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU loadreimar2006-06-251-4/+8
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Make EDL compilation unconditionaluau2006-04-272-6/+0
* Align osd_show_text with osd_show_property_text.albeu2006-04-231-1/+1
* Add a new command: osd_show_property_text that show an expanded propertyalbeu2006-04-232-0/+3
* Handle the tv color control commands with the properties.albeu2006-04-221-4/+4
* Switch audio delay keys to something more sane (+ to increase, - to decrease)diego2006-04-151-2/+2
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,albeu2006-03-241-2/+2
* Convert fullscreen, panscan, color controls, ontop, rootwin,albeu2006-03-231-4/+4
* Move audio_delay to a property and add a few read only properties toalbeu2006-03-221-1/+1
* Add the new property API and implement a couple properties.albeu2006-03-222-2/+6
* Enable gui key bindings only when running the gui. Fix enter and escalbeu2006-03-182-15/+29
* remove useless cruft (binds variable)reimar2006-03-121-7/+0
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* add "pausing_keep" and "pausing_toggle" input cmd prefixesods152005-12-251-0/+6
* Add double-click mouse events.joey2005-11-112-0/+22
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-102-0/+2
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-8/+40
* Unify include paths, -I.. is in CFLAGS.diego2005-10-253-10/+10
* translatable eng strings to new section on help_mp-enreynaldo2005-10-251-30/+30
* printf to mp_msgreynaldo2005-10-251-9/+12
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-1/+2
* When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.reimar2005-09-151-2/+2
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-312-0/+2
* loadfile/loadlist can now also add files to the playlistreimar2005-08-151-2/+2
* use calloc so that mp_cmd_free won't use uninitialized data in case of an errorreimar2005-07-231-1/+1
* consume empty lirc events at once.reimar2005-06-273-1/+5
* Add sub_load and sub_remove slave commands.reimar2005-06-092-0/+4
* new get_time_pos slave mode commandoreimar2005-05-182-0/+2
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-1/+1
* when parsing one cmd argument, only un-escape _this_ argument, not the follow...aurel2005-04-151-1/+1
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-111-2/+2
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-032-0/+3
* Make seek command parameter float.reimar2005-02-171-1/+1
* command to log current subtitle to filehenry2005-02-122-0/+2
* fix "Unknown argument" with cmd containing spacesaurel2005-02-111-0/+1
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-11/+0
* Add missing break that caused an irritating error message all the time when u...reimar2005-01-031-0/+1
* enable the run slave commande even without libmenuaurel2004-12-022-2/+2
* add "pausing" prefix for MPlayer commandsreimar2004-11-202-0/+8
* Reduce excessive verbosity.diego2004-11-151-3/+3
* small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>faust32004-10-301-0/+2
* allow changing playback speed during playback.reimar2004-10-202-0/+11
* Make '.' key default for framesteppingreimar2004-10-141-0/+1
* Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.diego2004-10-131-2/+2
* allow to step only one frame forward by pressing s.reimar2004-10-122-0/+2
* Do not loose commands while paused.reimar2004-10-102-9/+19
* fix a memory corruption and make sure only getch2 handles stdinfaust32004-09-151-2/+2
* slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at...faust32004-09-152-0/+2
* quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <...faust32004-09-151-1/+1
* slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn...faust32004-09-022-0/+2
* added runtime toggle of root window playbackjoey2004-08-222-0/+2
* moved combined vobsub_lang into sub_selectjoey2004-08-222-2/+2
* Corrected my mistake in the last memfix patch.al2004-08-031-4/+13
* false-use-of-get_path() memleak fixes.al2004-07-231-1/+4
* individual sub_select option not interferring with vobsub_langalex2004-07-172-0/+3
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* slave command dvb_set_channel now takes 2 arguments: channel cardnicodvb2004-04-261-1/+1
* Support binding F11 and F12 keys to commands.diego2004-01-161-0/+2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
* runtime 'stay-on-top' functionalityjoey2003-11-302-0/+3
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>attila2003-09-212-0/+3
* slave mode commands to print out vo_fs and sub_visibility globals, patch by M...faust32003-09-192-0/+5
* spelling cosmeticsdiego2003-09-141-22/+22
* 1000lalex2003-09-021-2/+2
* Finnaly commit Nico's dvb menu. Sorry for committing thisalbeu2003-08-161-0/+3
* I've juste found a bug which prevent to load a file whose name containalbeu2003-08-151-3/+4
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-9/+8
* reverse of accidently twice commited patch (non-unified patch suxx)gabucino2003-08-122-8/+0
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-122-0/+8
* Hi, here are slave commands:gabucino2003-08-122-0/+8
* dvbin fix by Nico <nsabbi@libero.it>alex2003-08-111-0/+4
* I'd like to change tv tuner frequency in the slave mode. So this patchgabucino2003-08-042-0/+4
* Output typos fixed.diego2003-07-091-33/+33
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+1
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-301-1/+15
* new slave mode command to show text via osd, patch by Lars Gemeinhardt <lars....faust32003-05-172-0/+2
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-091-0/+24
* allow select()less compilationfaust32003-04-041-0/+20
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+12
* - 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's havearpi2003-03-291-3/+9
* linux->osdeparpi2003-02-091-3/+3
* use 'a' for subtitle aligment instead for useless gui aboutboxarpi2003-01-121-2/+1
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-282-2/+3
* This patch adds support for vertical subtitle alignmentarpi2002-12-232-0/+3
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-232-0/+10
* add a TV_SET_CNANNEL commandhenry2002-12-192-0/+2
* This patch makes it possible to navigate among the subtitles whilearpi2002-12-052-0/+4
* slave-mode commands to get movie length & posarpi2002-12-052-0/+4
* 10l my last fix choked the last command definition, this fix seems to work co...atmos42002-11-251-2/+2
* Fix endless-loop if no newline at input.conf EOFatmos42002-11-251-3/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* Add quoting support for string arguments (fix loading of file with space inalbeu2002-11-182-9/+32
* Add the possibilty to grab the keys and to filter the commandsalbeu2002-11-142-26/+106
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+1
* Reverse Arpi's commit and put the right fix in place.albeu2002-10-252-14/+32
* better error handlingarpi</