| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compilation of input.c if neither macosx/linux apple remote code | ben | 2008-05-18 | 1 | -1/+1 |
* | Keep AppleIR enabled by default on MacOSX but have it disable on Linux. | ben | 2008-05-18 | 1 | -0/+4 |
* | Do not enable AppleIR by default. | ben | 2008-05-18 | 1 | -1/+1 |
* | Add support for AppleIR Remote as an input under Linux systems. | ben | 2008-05-18 | 3 | -0/+168 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 2 | -6/+6 |
* | usec_sleep(0) is not the same as not sleeping at all. | reimar | 2008-05-10 | 1 | -1/+1 |
* | Use full path for libavutil #includes. | diego | 2008-04-28 | 1 | -1/+1 |
* | Get rid of recursive make for the input/ subdirectory. | diego | 2008-04-06 | 1 | -10/+0 |
* | Fix handling of comments in input.c, current code had useless ifs and in addi... | reimar | 2008-03-11 | 1 | -4/+2 |
* | joystick.c is only ever compiled on Linux, remove pointless #ifdef | diego | 2008-02-28 | 1 | -17/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 5 | -15/+15 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 2 | -9/+9 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 2 | -0/+2 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 2 | -0/+4 |
* | Fix some types to const | reimar | 2008-01-19 | 1 | -5/+6 |
* | Remove a useless cast | reimar | 2008-01-15 | 1 | -1/+1 |
* | Make several mapping tables related to input processing const. | reimar | 2008-01-13 | 1 | -4/+4 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Do not use exit_player in the signal handler, this code just can not | reimar | 2008-01-08 | 2 | -0/+6 |
* | properties to change angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 2 | -0/+3 |
* | 10l: Replace #define with #endif where I really meant to write #endif. | diego | 2008-01-02 | 1 | -1/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 4 | -2/+15 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 2 | -3/+3 |
* | Add new function for parsing and queueing multi-commands separated by \n or \r. | ulion | 2007-12-11 | 2 | -0/+29 |
* | Ignore heading spaces when parsing command. | ulion | 2007-12-10 | 1 | -0/+4 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 | 2 | -1/+4 |
* | Do not queue empty cmd. | ulion | 2007-12-02 | 1 | -1/+1 |
* | Use const char * to replace a char * parameter. | ulion | 2007-11-27 | 1 | -1/+1 |
* | Support select subtitle by source, add 4 properties: | ulion | 2007-11-25 | 2 | -0/+8 |
* | Fix cmd filter memory leak, free the cmd after filter ate it. | ulion | 2007-11-08 | 1 | -1/+6 |
* | Fix input.conf parse bug when comment follows key binding in the same line. | ulion | 2007-10-31 | 1 | -1/+1 |
* | Fix input command parser for using only tab to separate the arguments. | ulion | 2007-10-23 | 1 | -2/+2 |
* | spelling cosmetics | diego | 2007-09-29 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-13 | 1 | -2/+2 |
* | Implement X/27/0 packet decoding. | voroshil | 2007-08-28 | 1 | -0/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+1 |
* | Process any waiting commands (got_cmd set). Should fix e.g. smplayer. | reimar | 2007-08-27 | 1 | -1/+2 |
* | Revert r24158, it is not necessary with unsigned bitfield | reimar | 2007-08-25 | 1 | -4/+2 |
* | Change bitfield to unsigned so that we get the usual truth values | reimar | 2007-08-25 | 1 | -6/+6 |
* | Hack around broken bitfields in gcc 4.2 | reimar | 2007-08-25 | 1 | -2/+4 |
* | Fix invalid fd check, the bug is somewhere else though. | reimar | 2007-08-25 | 1 | -2/+2 |
* | HACK: check added fds for validity because otherwise mplayer | reimar | 2007-08-25 | 1 | -0/+12 |
* | Fix loads of warnings | reimar | 2007-08-25 | 1 | -6/+10 |
* | Handle queued commands from input event functions immediately | uau | 2007-08-25 | 1 | -0/+6 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 2 | -2/+29 |
* | Use a single select() for both key and slave input | uau | 2007-08-25 | 1 | -195/+117 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 | 1 | -4/+4 |
* | Remove unused function | uau | 2007-08-25 | 1 | -18/+1 |
* | Use bitfield instead of manual bit fiddling in input.c | uau | 2007-08-25 | 1 | -28/+25 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 2 | -0/+2 |
* | Clarify comment as pointed out by Ulion. | diego | 2007-08-15 | 1 | -2/+2 |
* | cosmetics: prettyprint | diego | 2007-08-14 | 1 | -3/+3 |
* | Apple Remote support | diego | 2007-08-14 | 4 | -0/+551 |
* | Teletext support. | voroshil | 2007-07-29 | 2 | -0/+10 |
* | Add a loop command and property. | albeu | 2007-07-09 | 2 | -0/+2 |
* | Add the sub_scale property and command. | albeu | 2007-07-09 | 2 | -0/+2 |
* | Add comments to some preprocessor directives. | diego | 2007-06-27 | 1 | -2/+2 |
* | Revert r23530. | voroshil | 2007-06-21 | 2 | -12/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 2 | -0/+4 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 2 | -0/+12 |
* | implement "bind sections" | voroshil | 2007-06-07 | 2 | -15/+97 |
* | Allow setting the direction in the step_property command. | albeu | 2007-05-31 | 1 | -1/+1 |
* | buggy joystick initialization, works much better without this | ben | 2007-05-19 | 1 | -1/+0 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 1 | -10/+10 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 2 | -0/+2 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -1/+0 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -4/+4 |
* | Allow to add/modify keybind for '#' | reimar | 2007-03-05 | 1 | -0/+1 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 2 | -2/+1 |
* | Add ignore key bind | reimar | 2007-01-21 | 1 | -0/+1 |
* | Remove undocumented redundant key bindings. | diego | 2006-12-24 | 1 | -4/+0 |
* | Do not call usec_sleep when we are not supposed to sleep. | reimar | 2006-12-03 | 1 | -2/+3 |
* | Simplify: 1 > 0 seems to be a rather safe assumption to make ;-) | reimar | 2006-12-02 | 1 | -7/+1 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -6/+2 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+1 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 2 | -0/+2 |
* | bind TAB to 'step_property switch_program' | nicodvb | 2006-11-18 | 1 | -0/+1 |
* | Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound | reimar | 2006-11-17 | 1 | -2/+1 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 1 | -0/+1 |
* | associated _ to 'step_property switch_video' | nicodvb | 2006-11-16 | 1 | -0/+1 |
* | Introduce step_property command. | reimar | 2006-11-14 | 2 | -0/+2 |
* | litle bug, didn't compile :( | ptt | 2006-10-12 | 1 | -1/+1 |
* | slight overall verbosity reduction | diego | 2006-10-12 | 2 | -3/+3 |
* | introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0); | nicodvb | 2006-09-19 | 2 | -1/+2 |
* | removed old dvdnav_event definitions | nicodvb | 2006-09-19 | 2 | -3/+0 |
* | when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma... | nicodvb | 2006-09-16 | 1 | -0/+1 |
* | report to mplayer with a slave command the coordinates of the pointer reporte... | nicodvb | 2006-09-16 | 2 | -0/+2 |
* | Add repeated screenshot mode to vf_screenshot. | eugeni | 2006-09-15 | 1 | -2/+3 |
* | Move conditional compilation to the build system. | diego | 2006-09-12 | 3 | -9/+8 |
* | permit to select previous dvdnav menu, in the order chapter->title->root | nicodvb | 2006-09-10 | 2 | -0/+2 |
* | reassigned to KEY_KP? the dvdnav bindings used in input.conf | nicodvb | 2006-09-09 | 1 | -6/+6 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 2 | -0/+8 |
* | extended slave mode with metadata retrieval commands | ben | 2006-08-26 | 2 | -0/+28 |
* | added new filter option to menu file browser to only display some files accor... | ben | 2006-08-22 | 2 | -0/+2 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 2 | -0/+6 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 1 | -1/+1 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 1 | -4/+4 |
* | gets ride of a few more sizeof(char)s | reynaldo | 2006-06-30 | 1 | -3/+3 |
* | Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load | reimar | 2006-06-25 | 1 | -4/+8 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 2 | -6/+0 |
* | Align osd_show_text with osd_show_property_text. | albeu | 2006-04-23 | 1 | -1/+1 |
* | Add a new command: osd_show_property_text that show an expanded property | albeu | 2006-04-23 | 2 | -0/+3 |
* | Handle the tv color control commands with the properties. | albeu | 2006-04-22 | 1 | -4/+4 |
* | Switch audio delay keys to something more sane (+ to increase, - to decrease) | diego | 2006-04-15 | 1 | -2/+2 |
* | prevent overflow.. wtf?! from irc: | rfelker | 2006-03-31 | 1 | -1/+1 |
* | Subtitles properties: move sub_select, sub_pos, sub_visibilty, | albeu | 2006-03-24 | 1 | -2/+2 |
* | Convert fullscreen, panscan, color controls, ontop, rootwin, | albeu | 2006-03-23 | 1 | -4/+4 |
* | Move audio_delay to a property and add a few read only properties to | albeu | 2006-03-22 | 1 | -1/+1 |
* | Add the new property API and implement a couple properties. | albeu | 2006-03-22 | 2 | -2/+6 |
* | Enable gui key bindings only when running the gui. Fix enter and esc | albeu | 2006-03-18 | 2 | -15/+29 |
* | remove useless cruft (binds variable) | reimar | 2006-03-12 | 1 | -7/+0 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | add "pausing_keep" and "pausing_toggle" input cmd prefixes | ods15 | 2005-12-25 | 1 | -0/+6 |
* | Add double-click mouse events. | joey | 2005-11-11 | 2 | -0/+22 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 2 | -0/+2 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -8/+40 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-10-25 | 3 | -10/+10 |
* | translatable eng strings to new section on help_mp-en | reynaldo | 2005-10-25 | 1 | -30/+30 |
* | printf to mp_msg | reynaldo | 2005-10-25 | 1 | -9/+12 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 1 | -1/+2 |
* | When compiled with gui, bind ESC to gui_stop so that s is free for screenshot. | reimar | 2005-09-15 | 1 | -2/+2 |
* | add key_down_eventto slave mode, used to inject key down event with mplayer_p... | nplourde | 2005-08-31 | 2 | -0/+2 |
* | loadfile/loadlist can now also add files to the playlist | reimar | 2005-08-15 | 1 | -2/+2 |
* | use calloc so that mp_cmd_free won't use uninitialized data in case of an error | reimar | 2005-07-23 | 1 | -1/+1 |
* | consume empty lirc events at once. | reimar | 2005-06-27 | 3 | -1/+5 |
* | Add sub_load and sub_remove slave commands. | reimar | 2005-06-09 | 2 | -0/+4 |
* | new get_time_pos slave mode commando | reimar | 2005-05-18 | 2 | -0/+2 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -1/+1 |
* | when parsing one cmd argument, only un-escape _this_ argument, not the follow... | aurel | 2005-04-15 | 1 | -1/+1 |
* | allow sub_select and vobsub_lang to select particular subtitle | henry | 2005-04-11 | 1 | -2/+2 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 2 | -0/+3 |
* | Make seek command parameter float. | reimar | 2005-02-17 | 1 | -1/+1 |
* | command to log current subtitle to file | henry | 2005-02-12 | 2 | -0/+2 |
* | fix "Unknown argument" with cmd containing spaces | aurel | 2005-02-11 | 1 | -0/+1 |
* | remove all setlocale calls, they break the behaviour of sscanf and | reimar | 2005-01-20 | 1 | -11/+0 |
* | Add missing break that caused an irritating error message all the time when u... | reimar | 2005-01-03 | 1 | -0/+1 |
* | enable the run slave commande even without libmenu | aurel | 2004-12-02 | 2 | -2/+2 |
* | add "pausing" prefix for MPlayer commands | reimar | 2004-11-20 | 2 | -0/+8 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -3/+3 |
* | small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com> | faust3 | 2004-10-30 | 1 | -0/+2 |
* | allow changing playback speed during playback. | reimar | 2004-10-20 | 2 | -0/+11 |
* | Make '.' key default for framestepping | reimar | 2004-10-14 | 1 | -0/+1 |
* | Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>. | diego | 2004-10-13 | 1 | -2/+2 |
* | allow to step only one frame forward by pressing s. | reimar | 2004-10-12 | 2 | -0/+2 |
* | Do not loose commands while paused. | reimar | 2004-10-10 | 2 | -9/+19 |
* | fix a memory corruption and make sure only getch2 handles stdin | faust3 | 2004-09-15 | 1 | -2/+2 |
* | slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at... | faust3 | 2004-09-15 | 2 | -0/+2 |
* | quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <... | faust3 | 2004-09-15 | 1 | -1/+1 |
* | slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn... | faust3 | 2004-09-02 | 2 | -0/+2 |
* | added runtime toggle of root window playback | joey | 2004-08-22 | 2 | -0/+2 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 2 | -2/+2 |
* | Corrected my mistake in the last memfix patch. | al | 2004-08-03 | 1 | -4/+13 |
* | false-use-of-get_path() memleak fixes. | al | 2004-07-23 | 1 | -1/+4 |
* | individual sub_select option not interferring with vobsub_lang | alex | 2004-07-17 | 2 | -0/+3 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | slave command dvb_set_channel now takes 2 arguments: channel card | nicodvb | 2004-04-26 | 1 | -1/+1 |
* | Support binding F11 and F12 keys to commands. | diego | 2004-01-16 | 1 | -0/+2 |
* | occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au> | diego | 2003-12-24 | 1 | -2/+2 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 2 | -0/+3 |
* | Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de> | attila | 2003-09-21 | 2 | -0/+3 |
* | slave mode commands to print out vo_fs and sub_visibility globals, patch by M... | faust3 | |