aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_config.c
Commit message (Expand)AuthorAge
...
* 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
* Remove some VLAsGravatar wm42015-11-06
* options: handle terminal/logging settings eagerlyGravatar wm42015-11-04
* command: add property indicating per-file optionsGravatar wm42015-07-23
* m_config: make m_config_set_profile() use a nameGravatar wm42015-05-07
* Update license headersGravatar Marcin Kurczewski2015-04-13
* options: rewrite config file parserGravatar wm42015-04-04
* m_config: remove assertion for option names with length 0Gravatar wm42015-03-29
* m_config: log options set by the client API tooGravatar wm42015-02-16
* options: don't list removed optionsGravatar wm42015-01-25
* options: don't cut off long options in --list-optionsGravatar wm42015-01-06
* options: make --no-... options work for OPT_REPLACED tooGravatar wm42014-12-11
* options: add slightly more sophistcated mechanism for option deprecationGravatar wm42014-12-11
* m_config: add function to copy all optionsGravatar wm42014-10-06
* cocoa: remove --fs-missioncontrolGravatar Stefano Pigozzi2014-10-05
* options: remove --volstepGravatar wm42014-09-21
* options: add M_OPT_FILE flag to mark options that want a file(list)Gravatar Alessandro Ghedini2014-09-13
* m_config: fix theoretic undefined behaviorGravatar wm42014-09-13
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* options: remove bogus replacement message for --fstypeGravatar wm42014-07-05
* options: add --autosub-match to option replacement listGravatar wm42014-07-05
* 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: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* m_config: add function to copy subopt-structGravatar wm42014-06-11