aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_config.c
Commit message (Expand)AuthorAge
* options: deprecate --loopGravatar wm42017-04-10
* options: change --h=... behaviorGravatar wm42016-12-16
* options: some simplificationsGravatar wm42016-11-29
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* options: remove legacy global sub-option syntaxGravatar wm42016-11-22
* options: fnmatch: check existence instead of posixGravatar Avi Halachmi (:avih)2016-11-08
* options: handle legacy no-* sub-optionsGravatar wm42016-10-21
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* m_config, command: remove some minor code duplicationGravatar wm42016-09-23
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* options: slightly better option update mechanismGravatar wm42016-09-19
* player: more option/property consistency fixesGravatar wm42016-09-18
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* options: fix pseudo-options like -vGravatar wm42016-09-17
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* m_config: make option setting always call m_config_set_option_raw()Gravatar wm42016-09-17
* options: kill M_OPT_GLOBAL flagGravatar wm42016-09-17
* options: fix another minor regressionGravatar wm42016-09-11
* options: fix --list-options after previous commitGravatar wm42016-09-10
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* m_config: remove another unused leftoverGravatar wm42016-09-10
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* m_config: avoid accidentally causing deprecation warningsGravatar wm42016-09-05
* 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
* m_config: move parts of m_config_add_option into its own functionGravatar wm42016-09-05
* config: allow profile forward-references in default profileGravatar wm42016-09-02
* m_config: make sure profile values are never NULLGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* m_config: add some convenience functionsGravatar wm42016-09-02
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* command: add options to property listGravatar wm42016-09-01
* m_config: fix "no-" option handling with sub-optionsGravatar wm42016-09-01
* m_config: remove an unused functionGravatar wm42016-08-31
* m_config: remove some aliasing checksGravatar wm42016-08-31
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_config: deprecate top-level suboptionsGravatar wm42016-08-31
* client API: deprecate "no-..." option handlingGravatar wm42016-08-31
* m_config: introduce and use OPT_ALIAS for some optionsGravatar wm42016-08-31
* m_config: handle --no-... options differentlyGravatar wm42016-08-31
* m_config: pass parent option in m_config_add_option()Gravatar wm42016-08-30
* m_config: rename is_generated to is_hiddenGravatar wm42016-08-30
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* m_config: profile option values can be NULLGravatar wm42016-08-29
* command: export profile list as a propertyGravatar wm42016-08-28
* options: add a deprecation warning printing mechanismGravatar wm42016-06-29
* vo_opengl: somewhat simplify suboption handling messGravatar wm42016-06-04
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11