| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+6 |
|\ |
|
| * | Add an option to disable the default key binding that MPlayer includes | reimar | 2009-03-08 | 1 | -1/+4 |
| * | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 | 1 | -1/+10 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -0/+18 |
|\| |
|
| * | Add standard GPL license header. | diego | 2008-12-13 | 1 | -0/+18 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -0/+3 |
|\| |
|
| * | Add an experimental pausing_keep_force slave mode command prefix | reimar | 2008-09-25 | 1 | -0/+3 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -12/+12 |
|\| |
|
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -6/+6 |
| * | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -4/+4 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -3/+3 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -4/+4 |
|\| |
|
| * | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 | 1 | -1/+1 |
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 1 | -9/+9 |
|\| |
|
| * | Change DVDNAV command key names. | ben | 2008-06-19 | 1 | -9/+9 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -0/+14 |
|\| |
|
| * | Add a slave command to stop stream playback. | ben | 2008-05-27 | 1 | -0/+2 |
| * | 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 | 1 | -0/+12 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 1 | -1/+1 |
|\| |
|
| * | usec_sleep(0) is not the same as not sleeping at all. | reimar | 2008-05-10 | 1 | -1/+1 |
* | | input.c: Use talloc for all memory allocations | Uoti Urpala | 2008-05-01 | 1 | -14/+10 |
* | | Move input options to option struct | Uoti Urpala | 2008-04-30 | 1 | -39/+38 |
* | | input: Use talloc for struct mp_cmd and things under it | Uoti Urpala | 2008-04-30 | 1 | -28/+12 |
* | | input: Move command filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -25/+31 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 1 | -19/+21 |
* | | input.c: Change a static variable to local | Uoti Urpala | 2008-04-30 | 1 | -14/+16 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -24/+30 |
* | | input.c: Move variable from static to local | Uoti Urpala | 2008-04-30 | 1 | -2/+1 |
* | | input.c: Move key down state to context struct | Uoti Urpala | 2008-04-30 | 1 | -33/+36 |
* | | input.c: Use talloc for command bind allocations | Uoti Urpala | 2008-04-30 | 1 | -31/+11 |
* | | input.[ch]: Move some type definitions from .h to .c | Uoti Urpala | 2008-04-30 | 1 | -0/+10 |
* | | input.c: Remove mp_input_ prefixes from static function names | Uoti Urpala | 2008-04-30 | 1 | -60/+58 |
* | | input.c: Make two functions static | Uoti Urpala | 2008-04-30 | 1 | -3/+3 |
* | | Remove INITIALIZED_INPUT from mpctx->initialized_flags | Uoti Urpala | 2008-04-30 | 1 | -0/+3 |
* | | input: Move command bind variables to context struct | Uoti Urpala | 2008-04-30 | 1 | -54/+67 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 1 | -39/+52 |
* | | input.c: Remove _st prefix from struct names | Uoti Urpala | 2008-04-30 | 1 | -4/+4 |
* | | input.c: Use union instead of void * | Uoti Urpala | 2008-04-29 | 1 | -6/+9 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 1 | -43/+8 |
* | | input.c: Revert code uglifications done for gcc 2.95 | Uoti Urpala | 2008-04-29 | 1 | -9/+5 |
* | | input.c: Remove unnecessary #include "osdep/getch2.h" | Uoti Urpala | 2008-04-29 | 1 | -1/+0 |
* | | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 | 1 | -1/+1 |
|\| |
|
| * | Use full path for libavutil #includes. | diego | 2008-04-28 | 1 | -1/+1 |
* | | Mark some constant symbols as such | Uoti Urpala | 2008-04-26 | 1 | -2/+2 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 | 1 | -2/+4 |
* | | input/input.c: Minor simplification | Uoti Urpala | 2008-04-23 | 1 | -15/+17 |
|/ |
|
* | Fix handling of comments in input.c, current code had useless ifs and in addi... | reimar | 2008-03-11 | 1 | -4/+2 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 1 | -0/+1 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 1 | -0/+3 |
* | 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 | 1 | -0/+4 |
* | properties to change angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+2 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 1 | -2/+2 |
* | Add new function for parsing and queueing multi-commands separated by \n or \r. | ulion | 2007-12-11 | 1 | -0/+23 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -0/+4 |
* | 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 |
* | 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 | 1 | -2/+25 |
* | 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 | 1 | -0/+1 |
* | Apple Remote support | diego | 2007-08-14 | 1 | -0/+39 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+8 |
* | Add a loop command and property. | albeu | 2007-07-09 | 1 | -0/+1 |
* | Add the sub_scale property and command. | albeu | 2007-07-09 | 1 | -0/+1 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -10/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 1 | -0/+3 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+10 |
* | implement "bind sections" | voroshil | 2007-06-07 | 1 | -15/+89 |
* | Allow setting the direction in the step_property command. | albeu | 2007-05-31 | 1 | -1/+1 |
* | 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 | 1 | -0/+1 |
* | 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 | 1 | -1/+0 |
* | 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 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 1 | -0/+1 |
* | 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 | 1 | -0/+1 |
* | introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0); | nicodvb | 2006-09-19 | 1 | -1/+1 |
* | removed old dvdnav_event definitions | nicodvb | 2006-09-19 | 1 | -1/+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 | 1 | -0/+1 |
* | Add repeated screenshot mode to vf_screenshot. | eugeni | 2006-09-15 | 1 | -2/+3 |
* | permit to select previous dvdnav menu, in the order chapter->title->root | nicodvb | 2006-09-10 | 1 | -0/+1 |
* | 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 | 1 | -0/+5 |
* | extended slave mode with metadata retrieval commands | ben | 2006-08-26 | 1 | -0/+14 |
* | added new filter option to menu file browser to only display some files accor... | ben | 2006-08-22 | 1 | -0/+1 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+5 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 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 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 1 | -4/+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 | 1 | -0/+2 |
* | 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 |
* | 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 | 1 | -2/+4 |
* | Enable gui key bindings only when running the gui. Fix enter and esc | albeu | 2006-03-18 | 1 | -14/+28 |
* | remove useless cruft (binds variable) | reimar | 2006-03-12 | 1 | -7/+0 |
* | 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 | 1 | -0/+10 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 1 | -0/+1 |
* | 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 | 1 | -6/+6 |
* | translatable eng strings to new section on help_mp-en | reynaldo | 2005-10-25 | 1 | -30/+30 |
* | 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 | 1 | -0/+1 |
* | 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 | 1 | -0/+2 |
* | Add sub_load and sub_remove slave commands. | reimar | 2005-06-09 | 1 | -0/+2 |
* | new get_time_pos slave mode commando | reimar | 2005-05-18 | 1 | -0/+1 |
* | 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 | |