summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* options: don't sort sub-option help outputwm42014-04-121-1/+2
* options: sort --list-optionswm42014-04-111-1/+13
* command: remove extended information from --list-propertieswm42014-04-111-19/+4
* vd_lavc: by default, do not show corrupt frameswm42014-04-081-1/+1
* command: fix access to "metadata/list" propertywm42014-03-301-0/+14
* command: add helper function to split property pathswm42014-03-302-0/+20
* m_property: don't parse empty string as 0wm42014-03-301-1/+2
* player: remove confusing argc/argv adjustmentwm42014-03-231-2/+2
* options: fix allowed DVD start titlewm42014-03-171-1/+1
* audio: make --channels option always force the output layoutwm42014-03-101-1/+1
* m_option: fix handling of empty channel layoutswm42014-03-101-2/+2
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGwm42014-03-031-2/+1
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-1/+1
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-282-0/+2
* lua: add option to disable auto-loading of lua scriptswm42014-02-282-0/+3
* config: fix --config-dir logic for global config fileswm42014-02-281-1/+1
* m_option: make converting mpv_node to string always failwm42014-02-261-1/+1
* m_option: fix key/value list string conversionwm42014-02-261-1/+1
* options: fix --list-options outputwm42014-02-261-2/+2
* m_property: fix confused error codewm42014-02-261-1/+1
* m_option: don't make "unset" string and string list return NULL stringswm42014-02-261-2/+2
* options: allow changing options at runtimewm42014-02-252-34/+43
* config: always print resolved config paths in verbose modewm42014-02-251-50/+63
* config: add a --config-dir option to force config directorywm42014-02-253-0/+18
* command: make options property return the list of all optionswm42014-02-242-0/+23
* client API: implement setting options using their native type toowm42014-02-242-0/+37
* m_property: retrieve chapter lists etc. as mpv_nodewm42014-02-241-4/+54
* m_property: add mechanism to access properties as mpv_nodewm42014-02-242-0/+47
* m_option: add a way to convert values to/from mpv_nodewm42014-02-242-15/+462
* m_property: simplify some codewm42014-02-241-10/+6
* m_option: fix printf format specifierwm42014-02-241-1/+2
* command: don't use option name in propertieswm42014-02-231-15/+5
* m_option: explicitly allow m_option.name==NULLwm42014-02-231-10/+11
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-203-65/+11
* m_property: add a mechanism to organize a list of sub-propertieswm42014-02-162-0/+89
* m_property: add a sub-property mechanismwm42014-02-162-1/+88
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-0/+11
* options: add --no-terminal switchwm42014-02-102-0/+3
* quvi: disable subtitle fetching by defaultwm42014-01-311-1/+1
* options: alternative way to specify color optionswm42014-01-311-2/+43
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-162-0/+2
* options: add key/value pair list option typewm42014-01-162-0/+69
* msg: move special declarations to msg_control.hwm42014-01-162-0/+2
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-152-0/+6
* player: redo terminal OSD and status line handlingwm42014-01-132-3/+0
* options: remove --screenw and --screenhwm42014-01-111-3/+0
* options: don't reset pause mode when switching to next filewm42014-01-091-1/+0
* quvi: add option to not fetch subtitlesAndre D2014-01-052-0/+3
* options: make --msglevel=help print something helpfulwm42014-01-011-0/+11
* common: simplify and optimize string escape parsingwm42013-12-301-11/+8
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-292-0/+2
* options: simplify handling of some help optionswm42013-12-264-54/+26
* player: fix initial selection with --secondary-sidwm42013-12-251-0/+1
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-242-0/+2
* options: print any options set in verbose modewm42013-12-231-0/+5
* options: disable joystick by defaultwm42013-12-231-1/+0
* path: add function to split URL into prefix and pathwm42013-12-222-0/+13
* path: don't accept empty protocol as validwm42013-12-221-1/+1
* path: change mp_splitext() semanticswm42013-12-222-7/+7
* Don't include version.h from make options.cwm42013-12-221-3/+1
* options: move network related options to MPOptswm42013-12-222-29/+17
* options: make --msglevel extend previous settingswm42013-12-221-3/+10
* msg: remove global statewm42013-12-214-12/+20
* path lookup functions: mp_msg conversionswm42013-12-212-22/+33
* playlist_parser: mp_msg conversionwm42013-12-211-2/+1
* options: some more mp_msg conversionswm42013-12-213-41/+30
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-212-2/+2
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-212-3/+3
* m_option, m_config: mp_msg conversionswm42013-12-216-247/+219
* m_property: mp_msg conversionswm42013-12-212-20/+28
* input: rework how input sources are addedwm42013-12-212-4/+1
* m_config: add custom context to includefunc callbackwm42013-12-212-2/+3
* msg: change --msglevel, reduce legacy gluewm42013-12-204-102/+47
* msg: change hack to silence command line pre-parse error messageswm42013-12-201-5/+2
* options: use M_OPT_EXIT with -Vwm42013-12-191-1/+1
* m_option.h: actually remove config.h includewm42013-12-191-1/+0
* m_option: don't include config.h in headerwm42013-12-182-7/+11
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-179-13/+13
* Move options/config related files from mpvcore/ to options/wm42013-12-1714-0/+6747