summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
Commit message (Expand)AuthorAgeFilesLines
* options: deprecate --ff- options and propertieswm42017-12-211-2/+3
* video: remove automatic stereo3d filter insertionwm42017-11-291-2/+2
* lua: integrate stats.lua scriptJulian2017-10-091-1/+1
* video: change --deinterlace behaviorwm42017-08-221-1/+2
* options: add a thread-safe way to notify option updateswm42017-08-221-2/+0
* player: make --lavfi-complex changeable at runtimewm42017-08-121-1/+2
* options: change everything againwm42017-07-021-2/+8
* m_option: remove unused error codewm42017-07-021-4/+1
* options: change path list options, and document list optionswm42017-06-301-4/+1
* options: handle suffixes like -add in a more generic waywm42017-06-261-15/+14
* options: simplify and rename m_option_type_storewm42017-06-231-7/+1
* options: unbreak -hwm42017-06-231-0/+3
* command: add all options to property->option bridgewm42017-06-151-2/+2
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-121-7/+7
* audio: move replaygain control to top-level optionswm42017-04-261-1/+2
* options: deprecate --loopwm42017-04-101-2/+5
* command: add better runtime filter toggling methodwm42017-03-251-0/+4
* options: some simplificationswm42016-11-291-18/+1
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-10/+5
* player: make --stop-screensaver runtime-changeablewm42016-10-021-1/+2
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-281-1/+2
* player: make audio-channels etc. runtime settablewm42016-09-221-1/+2
* client API: more or less deprecate mpv_set_option()wm42016-09-211-1/+0
* options: make input options generally runtime-settablewm42016-09-211-1/+2
* command: change update handling of some video-related propertieswm42016-09-201-1/+2
* m_option: resort M_OPT_ flag valueswm42016-09-201-11/+11
* player: make --osc/--ytdl settable during playbackwm42016-09-201-1/+2
* options, command: simplify some option updateswm42016-09-191-1/+3
* options: slightly better option update mechanismwm42016-09-191-3/+14
* options: simplify M_OPT_EXITwm42016-09-171-4/+1
* options: kill M_OPT_GLOBAL flagwm42016-09-171-5/+2
* options: add automagic hack for handling sub-option deprecationswm42016-09-051-0/+4
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-0/+2
* options: deprecate --vo-defaultswm42016-09-021-2/+3
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+13
* command: add options to property listwm42016-09-011-0/+3
* vo, ao: disable positional parameter suboptionswm42016-09-011-0/+2
* m_option: replace --no-video-aspect aliaswm42016-08-311-6/+4
* m_config: introduce and use OPT_ALIAS for some optionswm42016-08-311-4/+11
* m_property: remove pointless explicitly clampingwm42016-08-311-7/+0
* m_option: remove M_OPT_TYPE_DYNAMIC flagwm42016-08-301-9/+1
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-5/+13
* options: add a deprecation warning printing mechanismwm42016-06-291-0/+4
* Fix misspellingsstepshal2016-06-261-1/+1
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-151-0/+4
* options: handle terminal/logging settings eagerlywm42015-11-041-0/+3
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: cleanup stereo mode parsingwm42015-04-021-4/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-0/+8
* options: add flag option typewm42015-03-041-0/+4
* options: handle choice -> flag fallback automaticallywm42015-02-271-3/+0
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-0/+13
* options: allow selecting track ID 0 toowm42014-10-211-1/+1
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-131-0/+3
* video: initial Matroska 3D supportwm42014-08-301-1/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-1/+1
* options: remove some more stuffwm42014-06-131-8/+2
* options: remove some unneeded stuffwm42014-06-131-10/+6
* options: remove OPT_FLAG_CONSTANTSwm42014-06-131-10/+4
* options: change --sub-file behaviorwm42014-06-081-0/+4
* options: allow changing options at runtimewm42014-02-251-5/+11
* m_option: add a way to convert values to/from mpv_nodewm42014-02-241-1/+37
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-3/+0
* options: add key/value pair list option typewm42014-01-161-0/+5
* options: simplify handling of some help optionswm42013-12-261-16/+10
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-211-1/+1
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-211-2/+2
* m_option, m_config: mp_msg conversionswm42013-12-211-6/+12
* msg: change --msglevel, reduce legacy gluewm42013-12-201-1/+1
* m_option.h: actually remove config.h includewm42013-12-191-1/+0
* m_option: don't include config.h in headerwm42013-12-181-7/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+648