| Commit message (Expand) | Author | Age | Files | Lines |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 1 | -0/+1 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 1 | -2/+4 |
* | input: change mp_input_run_cmd signature | wm4 | 2014-01-04 | 1 | -2/+2 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 1 | -0/+4 |
* | input: split off some code from input.c to separate files | wm4 | 2013-12-26 | 1 | -100/+2 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 1 | -12/+13 |
* | input: make parse_cmd_strv take const args | Martin Herkt | 2013-12-20 | 1 | -1/+1 |
* | input, lua: add functions to take pre-split input commands | wm4 | 2013-12-20 | 1 | -0/+13 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -4/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -0/+303 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -219/+0 |
* | input: add input test mode | wm4 | 2012-10-14 | 1 | -0/+1 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 1 | -2/+3 |
* | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 1 | -0/+1 |
* | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 1 | -2/+4 |
* | commands: add choice type to input commands | wm4 | 2012-10-12 | 1 | -6/+2 |
* | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 1 | -0/+1 |
* | input: verify input.conf on loading | wm4 | 2012-10-12 | 1 | -1/+2 |
* | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 1 | -1/+2 |
* | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 1 | -1/+0 |
* | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 1 | -3/+2 |
* | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 1 | -2/+0 |
* | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 1 | -1/+0 |
* | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 1 | -4/+8 |
* | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 1 | -36/+0 |
* | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 1 | -19/+0 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 1 | -1/+0 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 1 | -4/+0 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 1 | -1/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 1 | -1/+0 |
* | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 1 | -1/+8 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -11/+0 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -2/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -1/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -6/+0 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 1 | -0/+3 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -4/+6 |
* | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 1 | -0/+1 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -4/+7 |
|\ |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 1 | -0/+3 |
| * | input.c: simplify command definitions | Uoti Urpala | 2012-03-25 | 1 | -8/+7 |
* | | commands: add pt_clear command to clear playlist | wm4 | 2012-02-10 | 1 | -0/+1 |
* | | input.c: simplify command definitions | wm4 | 2012-01-26 | 1 | -5/+4 |
* | | input: fix crashes with libmenu | wm4 | 2012-01-18 | 1 | -1/+0 |
|/ |
|
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -17/+0 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 1 | -0/+5 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 1 | -33/+20 |
* | cosmetics: reformat input.h, fix comments | Uoti Urpala | 2011-07-16 | 1 | -184/+181 |
* | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 1 | -0/+3 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 1 | -7/+0 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 1 | -0/+1 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 1 | -0/+1 |
* | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -0/+8 |
|\ |
|
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 1 | -0/+7 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 1 | -0/+1 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 1 | -0/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 1 | -2/+2 |
* | | commands: Add set_property_osd and step_property_osd | Uoti Urpala | 2009-09-19 | 1 | -0/+2 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -13/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -2/+2 |
* | | 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 r28103 | Uoti Urpala | 2008-12-06 | 1 | -1/+1 |
|\| |
|
| * | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -1/+1 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | | Move some declarations from mplayer.c to proper headers | Uoti Urpala | 2008-08-12 | 1 | -0/+3 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 1 | -137/+140 |
|\| |
|
| * | Change DVDNAV command key names. | ben | 2008-06-19 | 1 | -9/+10 |
| * | Group all input command defines in one big enum | ben | 2008-06-18 | 1 | -128/+130 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -0/+1 |
|\| |
|
| * | Add a slave command to stop stream playback. | ben | 2008-05-27 | 1 | -0/+1 |
* | | Move input options to option struct | Uoti Urpala | 2008-04-30 | 1 | -1/+2 |
* | | input: Move command filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+3 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 1 | -3/+2 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+4 |
* | | input.[ch]: Move some type definitions from .h to .c | Uoti Urpala | 2008-04-30 | 1 | -10/+0 |
* | | input: Move command bind variables to context struct | Uoti Urpala | 2008-04-30 | 1 | -4/+2 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 1 | -6/+6 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 1 | -6/+2 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | 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/+1 |
* | Do not use exit_player in the signal handler, this code just can not | reimar | 2008-01-08 | 1 | -0/+2 |
* | properties to change angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 1 | -0/+4 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 1 | -1/+1 |
* | Add new function for parsing and queueing multi-commands separated by \n or \r. | ulion | 2007-12-11 | 1 | -0/+6 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 | 1 | -0/+3 |
* | Support select subtitle by source, add 4 properties: | ulion | 2007-11-25 | 1 | -0/+4 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 1 | -0/+4 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 1 | -0/+1 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+2 |
* | 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 | -2/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 1 | -0/+1 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+2 |
* | implement "bind sections" | voroshil | 2007-06-07 | 1 | -0/+8 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 1 | -0/+1 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 1 | -1/+1 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 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 | -0/+1 |
* | removed old dvdnav_event definitions | nicodvb | 2006-09-19 | 1 | -2/+0 |
* | report to mplayer with a slave command the coordinates of the pointer reporte... | nicodvb | 2006-09-16 | 1 | -0/+1 |
* | permit to select previous dvdnav menu, in the order chapter->title->root | nicodvb | 2006-09-10 | 1 | -0/+1 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 1 | -0/+3 |
* | 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/+1 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 1 | -2/+0 |
* | Add a new command: osd_show_property_text that show an expanded property | albeu | 2006-04-23 | 1 | -0/+1 |
* | Add the new property API and implement a couple properties. | albeu | 2006-03-22 | 1 | -0/+2 |
* | Enable gui key bindings only when running the gui. Fix enter and esc | albeu | 2006-03-18 | 1 | -1/+1 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 1 | -0/+1 |
* | add key_down_eventto slave mode, used to inject key down event with mplayer_p... | nplourde | 2005-08-31 | 1 | -0/+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 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -0/+1 |
* | command to log current subtitle to file | henry | 2005-02-12 | 1 | -0/+1 |
* | enable the run slave commande even without libmenu | aurel | 2004-12-02 | 1 | -1/+1 |
* | add "pausing" prefix for MPlayer commands | reimar | 2004-11-20 | 1 | -0/+1 |
* | allow changing playback speed during playback. | reimar | 2004-10-20 | 1 | -0/+3 |
* | 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 | 1 | -0/+1 |
* | Do not loose commands while paused. | reimar | 2004-10-10 | 1 | -1/+1 |
* | slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at... | faust3 | 2004-09-15 | 1 | -0/+1 |
* | slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn... | faust3 | 2004-09-02 | 1 | -0/+1 |
* | added runtime toggle of root window playback | joey | 2004-08-22 | 1 | -0/+1 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 1 | -1/+1 |
* | individual sub_select option not interferring with vobsub_lang | alex | 2004-07-17 | 1 | -0/+1 |
* | 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 | 1 | -0/+1 |
* | Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de> | attila | 2003-09-21 | 1 | -0/+1 |
* | slave mode commands to print out vo_fs and sub_visibility globals, patch by M... | faust3 | 2003-09-19 | 1 | -0/+2 |
* | spelling cosmetics | diego | 2003-09-14 | 1 | -22/+22 |
* | reverse of accidently twice commited patch (non-unified patch suxx) | gabucino | 2003-08-12 | 1 | -4/+0 |
* | From: Kir Kostuchenko <kir@users.sourceforge.net> | gabucino | 2003-08-12 | 1 | -0/+4 |
* | Hi, here are slave commands: | gabucino | 2003-08-12 | 1 | -0/+4 |
* | dvbin fix by Nico <nsabbi@libero.it> | alex | 2003-08-11 | 1 | -0/+4 |
* | I'd like to change tv tuner frequency in the slave mode. So this patch | gabucino | 2003-08-04 | 1 | -0/+2 |
* | new slave mode command to show text via osd, patch by Lars Gemeinhardt <lars.... | faust3 | 2003-05-17 | 1 | -0/+1 |
* | user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois) | henry | 2002-12-28 | 1 | -2/+2 |
* | This patch adds support for vertical subtitle alignment | arpi | 2002-12-23 | 1 | -0/+1 |
* | Merged EDL 0.5 patch - it's something like Quicktime's edit lists. | arpi | 2002-12-23 | 1 | -0/+4 |
* | add a TV_SET_CNANNEL command | henry | 2002-12-19 | 1 | -0/+1 |
* | This patch makes it possible to navigate among the subtitles while | arpi | 2002-12-05 | 1 | -0/+1 |
* | slave-mode commands to get movie length & pos | arpi | 2002-12-05 | 1 | -0/+2 |
* | Add quoting support for string arguments (fix loading of file with space in | albeu | |