aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_option.h
Commit message (Expand)AuthorAge
* options: some simplificationsGravatar wm42016-11-29
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* win32: make --priority runtime-settableGravatar James Ross-Gowan2016-09-28
* player: make audio-channels etc. runtime settableGravatar wm42016-09-22
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* options: make input options generally runtime-settableGravatar wm42016-09-21
* command: change update handling of some video-related propertiesGravatar wm42016-09-20
* m_option: resort M_OPT_ flag valuesGravatar wm42016-09-20
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* options, command: simplify some option updatesGravatar wm42016-09-19
* options: slightly better option update mechanismGravatar wm42016-09-19
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* options: kill M_OPT_GLOBAL flagGravatar wm42016-09-17
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* options: deprecate --vo-defaultsGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* command: add options to property listGravatar wm42016-09-01
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_config: introduce and use OPT_ALIAS for some optionsGravatar wm42016-08-31
* m_property: remove pointless explicitly clampingGravatar wm42016-08-31
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* options: add a deprecation warning printing mechanismGravatar wm42016-06-29
* Fix misspellingsGravatar stepshal2016-06-26
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* options: handle terminal/logging settings eagerlyGravatar wm42015-11-04
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* options: add flag option typeGravatar wm42015-03-04
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* options: add slightly more sophistcated mechanism for option deprecationGravatar wm42014-12-11
* options: allow selecting track ID 0 tooGravatar wm42014-10-21
* options: add M_OPT_FILE flag to mark options that want a file(list)Gravatar Alessandro Ghedini2014-09-13
* video: initial Matroska 3D supportGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* options: support setting start time relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* options: remove some more stuffGravatar wm42014-06-13
* options: remove some unneeded stuffGravatar wm42014-06-13
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* options: change --sub-file behaviorGravatar wm42014-06-08
* options: allow changing options at runtimeGravatar wm42014-02-25
* m_option: add a way to convert values to/from mpv_nodeGravatar wm42014-02-24
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar wm42014-02-20
* options: add key/value pair list option typeGravatar wm42014-01-16
* options: simplify handling of some help optionsGravatar wm42013-12-26
* m_option: add mp_log context to sub-module print_help callbackGravatar wm42013-12-21