| Commit message (Expand) | Author | Age | Files | Lines |
* | input: allow disabling window dragging with --no-window-dragging | wm4 | 2014-05-20 | 2 | -0/+4 |
* | cache: redo options and default settings | wm4 | 2014-05-20 | 3 | -21/+26 |
* | options: unify code for setting string and "raw" options | wm4 | 2014-05-18 | 2 | -43/+94 |
* | x11: replace--[x11-]fstype option with --x11-netwm | wm4 | 2014-05-16 | 2 | -2/+3 |
* | player: reorganize how lua scripts are loaded | wm4 | 2014-05-13 | 1 | -0/+2 |
* | options: add --hr-seek-framedrop option | wm4 | 2014-05-07 | 2 | -0/+3 |
* | vo: remove old stuff | wm4 | 2014-05-06 | 1 | -2/+0 |
* | options: fix "-" (stdin) input | wm4 | 2014-05-06 | 1 | -1/+1 |
* | options: print replacement for renamed/replaced options | wm4 | 2014-05-05 | 1 | -1/+87 |
* | options: let unknown option case be handled by final option parser | wm4 | 2014-05-05 | 2 | -9/+6 |
* | options: merge ---sub-auto-match with --sub-auto | wm4 | 2014-05-04 | 2 | -5/+3 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 2 | -2/+0 |
* | options: remove obsolete --fsmode-dontuse | Martin Herkt | 2014-05-04 | 2 | -4/+0 |
* | options: rename device-specific options | Martin Herkt | 2014-05-04 | 1 | -2/+2 |
* | options: rename msg-related options | Martin Herkt | 2014-05-04 | 1 | -6/+6 |
* | options: rename video-related options/properties | Martin Herkt | 2014-05-04 | 2 | -6/+6 |
* | options: rename audio-related options/properties | Martin Herkt | 2014-05-04 | 1 | -5/+5 |
* | options: rename subtitle-related options | Martin Herkt | 2014-05-04 | 1 | -6/+6 |
* | options: rename input-related options | Martin Herkt | 2014-05-04 | 3 | -5/+5 |
* | command: allow native access to "vf" property | wm4 | 2014-04-24 | 1 | -0/+101 |
* | client API: make mpv_set_option set options natively | wm4 | 2014-04-22 | 2 | -23/+26 |
* | build: glob() is always available | wm4 | 2014-04-22 | 1 | -2/+0 |
* | parse_commandline: glob filenames on Windows | James Ross-Gowan | 2014-04-21 | 1 | -2/+26 |
* | encode: don't apply default config options | wm4 | 2014-04-19 | 4 | -14/+12 |
* | player: add a --loop-file option | wm4 | 2014-04-17 | 2 | -0/+2 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 2 | -0/+2 |
* | options: don't allow --no-foo=yes | wm4 | 2014-04-14 | 1 | -2/+2 |
* | video: change image format names, prefer mostly FFmpeg names | wm4 | 2014-04-14 | 1 | -2/+4 |
* | New option --no-ometadata to opt out of including metadata when encoding. | Rudolf Polzer | 2014-04-14 | 2 | -0/+5 |
* | Remove radio:// | wm4 | 2014-04-13 | 1 | -17/+1 |
* | player: remove ASX, SMIL and NSC playlist parsers | wm4 | 2014-04-13 | 1 | -1/+0 |
* | options: don't sort sub-option help output | wm4 | 2014-04-12 | 1 | -1/+2 |
* | options: sort --list-options | wm4 | 2014-04-11 | 1 | -1/+13 |
* | command: remove extended information from --list-properties | wm4 | 2014-04-11 | 1 | -19/+4 |
* | vd_lavc: by default, do not show corrupt frames | wm4 | 2014-04-08 | 1 | -1/+1 |
* | command: fix access to "metadata/list" property | wm4 | 2014-03-30 | 1 | -0/+14 |
* | command: add helper function to split property paths | wm4 | 2014-03-30 | 2 | -0/+20 |
* | m_property: don't parse empty string as 0 | wm4 | 2014-03-30 | 1 | -1/+2 |
* | player: remove confusing argc/argv adjustment | wm4 | 2014-03-23 | 1 | -2/+2 |
* | options: fix allowed DVD start title | wm4 | 2014-03-17 | 1 | -1/+1 |
* | audio: make --channels option always force the output layout | wm4 | 2014-03-10 | 1 | -1/+1 |
* | m_option: fix handling of empty channel layouts | wm4 | 2014-03-10 | 1 | -2/+2 |
* | m_property: allow setting string properties via M_PROPERTY_SET_STRING | wm4 | 2014-03-03 | 1 | -2/+1 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 1 | -1/+1 |
* | msg: add --msgtime option to add timestamps to each output message | wm4 | 2014-02-28 | 2 | -0/+2 |
* | lua: add option to disable auto-loading of lua scripts | wm4 | 2014-02-28 | 2 | -0/+3 |
* | config: fix --config-dir logic for global config files | wm4 | 2014-02-28 | 1 | -1/+1 |
* | m_option: make converting mpv_node to string always fail | wm4 | 2014-02-26 | 1 | -1/+1 |
* | m_option: fix key/value list string conversion | wm4 | 2014-02-26 | 1 | -1/+1 |
* | options: fix --list-options output | wm4 | 2014-02-26 | 1 | -2/+2 |
* | m_property: fix confused error code | wm4 | 2014-02-26 | 1 | -1/+1 |
* | m_option: don't make "unset" string and string list return NULL strings | wm4 | 2014-02-26 | 1 | -2/+2 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 2 | -34/+43 |
* | config: always print resolved config paths in verbose mode | wm4 | 2014-02-25 | 1 | -50/+63 |
* | config: add a --config-dir option to force config directory | wm4 | 2014-02-25 | 3 | -0/+18 |
* | command: make options property return the list of all options | wm4 | 2014-02-24 | 2 | -0/+23 |
* | client API: implement setting options using their native type too | wm4 | 2014-02-24 | 2 | -0/+37 |
* | m_property: retrieve chapter lists etc. as mpv_node | wm4 | 2014-02-24 | 1 | -4/+54 |
* | m_property: add mechanism to access properties as mpv_node | wm4 | 2014-02-24 | 2 | -0/+47 |
* | m_option: add a way to convert values to/from mpv_node | wm4 | 2014-02-24 | 2 | -15/+462 |
* | m_property: simplify some code | wm4 | 2014-02-24 | 1 | -10/+6 |
* | m_option: fix printf format specifier | wm4 | 2014-02-24 | 1 | -1/+2 |
* | command: don't use option name in properties | wm4 | 2014-02-23 | 1 | -15/+5 |
* | m_option: explicitly allow m_option.name==NULL | wm4 | 2014-02-23 | 1 | -10/+11 |
* | options: handle escape sequences in e.g. --playing-msg differently | wm4 | 2014-02-20 | 3 | -65/+11 |
* | m_property: add a mechanism to organize a list of sub-properties | wm4 | 2014-02-16 | 2 | -0/+89 |
* | m_property: add a sub-property mechanism | wm4 | 2014-02-16 | 2 | -1/+88 |
* | options: make --no-config block all auto-loaded configuration files | wm4 | 2014-02-14 | 1 | -0/+11 |
* | options: add --no-terminal switch | wm4 | 2014-02-10 | 2 | -0/+3 |
* | quvi: disable subtitle fetching by default | wm4 | 2014-01-31 | 1 | -1/+1 |
* | options: alternative way to specify color options | wm4 | 2014-01-31 | 1 | -2/+43 |
* | lua: add a --lua-opts option, which can be queried by scripts | wm4 | 2014-01-16 | 2 | -0/+2 |
* | options: add key/value pair list option type | wm4 | 2014-01-16 | 2 | -0/+69 |
* | msg: move special declarations to msg_control.h | wm4 | 2014-01-16 | 2 | -0/+2 |
* | player: add --term-osd-bar, which shows a status bar on the terminal | wm4 | 2014-01-15 | 2 | -0/+6 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 2 | -3/+0 |
* | options: remove --screenw and --screenh | wm4 | 2014-01-11 | 1 | -3/+0 |
* | options: don't reset pause mode when switching to next file | wm4 | 2014-01-09 | 1 | -1/+0 |
* | quvi: add option to not fetch subtitles | Andre D | 2014-01-05 | 2 | -0/+3 |
* | options: make --msglevel=help print something helpful | wm4 | 2014-01-01 | 1 | -0/+11 |
* | common: simplify and optimize string escape parsing | wm4 | 2013-12-30 | 1 | -11/+8 |
* | vd_lavc: by default, output all frames, even corrupted ones | wm4 | 2013-12-29 | 2 | -0/+2 |
* | options: simplify handling of some help options | wm4 | 2013-12-26 | 4 | -54/+26 |
* | player: fix initial selection with --secondary-sid | wm4 | 2013-12-25 | 1 | -0/+1 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 2 | -0/+2 |
* | options: print any options set in verbose mode | wm4 | 2013-12-23 | 1 | -0/+5 |
* | options: disable joystick by default | wm4 | 2013-12-23 | 1 | -1/+0 |
* | path: add function to split URL into prefix and path | wm4 | 2013-12-22 | 2 | -0/+13 |
* | path: don't accept empty protocol as valid | wm4 | 2013-12-22 | 1 | -1/+1 |
* | path: change mp_splitext() semantics | wm4 | 2013-12-22 | 2 | -7/+7 |
* | Don't include version.h from make options.c | wm4 | 2013-12-22 | 1 | -3/+1 |
* | options: move network related options to MPOpts | wm4 | 2013-12-22 | 2 | -29/+17 |
* | options: make --msglevel extend previous settings | wm4 | 2013-12-22 | 1 | -3/+10 |
* | msg: remove global state | wm4 | 2013-12-21 | 4 | -12/+20 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 2 | -22/+33 |
* | playlist_parser: mp_msg conversion | wm4 | 2013-12-21 | 1 | -2/+1 |
* | options: some more mp_msg conversions | wm4 | 2013-12-21 | 3 | -41/+30 |
* | m_option: add mp_log context to sub-module print_help callback | wm4 | 2013-12-21 | 2 | -2/+2 |
* | m_option: add mp_log callback to OPT_STRING_VALIDATE options | wm4 | 2013-12-21 | 2 | -3/+3 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 6 | -247/+219 |
* | m_property: mp_msg conversions | wm4 | 2013-12-21 | 2 | -20/+28 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 2 | -4/+1 |
* | m_config: add custom context to includefunc callback | wm4 | 2013-12-21 | 2 | -2/+3 |
* | msg: change --msglevel, reduce legacy glue | wm4 | 2013-12-20 | 4 | -102/+47 |
* | msg: change hack to silence command line pre-parse error messages | wm4 | 2013-12-20 | 1 | -5/+2 |
* | options: use M_OPT_EXIT with -V | wm4 | 2013-12-19 | 1 | -1/+1 |
* | m_option.h: actually remove config.h include | wm4 | 2013-12-19 | 1 | -1/+0 |
* | m_option: don't include config.h in header | wm4 | 2013-12-18 | 2 | -7/+11 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 9 | -13/+13 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 14 | -0/+6747 |