summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
Commit message (Expand)AuthorAgeFilesLines
* options: simplify mp_get_config_group() memory managementwm42018-01-181-2/+0
* audio: add global options for resampler defaultswm42018-01-131-3/+0
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-0/+4
* options: add a thread-safe way to notify option updateswm42017-08-221-2/+29
* m_option: remove redundant indirectionswm42017-07-021-20/+1
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-121-7/+7
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-0/+3
* options: remove legacy global sub-option syntaxwm42016-11-221-6/+0
* player: do not let pseudo-gui override user config settingswm42016-09-231-0/+2
* m_config, command: remove some minor code duplicationwm42016-09-231-0/+2
* options: slightly better option update mechanismwm42016-09-191-0/+7
* player: more option/property consistency fixeswm42016-09-181-0/+2
* options: take care of propertly updating options on runtime changeswm42016-09-171-2/+8
* options: make --h list options according to a pattern passed to itwm42016-09-101-4/+1
* m_config: remove another unused leftoverwm42016-09-101-3/+0
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-091-9/+0
* config: allow profile forward-references in default profilewm42016-09-021-0/+4
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+4
* m_config: add some convenience functionswm42016-09-021-0/+14
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-021-0/+54
* m_config: add helper function for initializing af/ao/vf/vo suboptionswm42016-09-021-6/+3
* command: add options to property listwm42016-09-011-1/+4
* m_config: remove an unused functionwm42016-08-311-8/+0
* m_config: deprecate top-level suboptionswm42016-08-311-0/+2
* m_config: rename is_generated to is_hiddenwm42016-08-301-1/+1
* command: export profile list as a propertywm42016-08-281-0/+2
* options: handle terminal/logging settings eagerlywm42015-11-041-0/+1
* command: add property indicating per-file optionswm42015-07-231-0/+1
* m_config: make m_config_set_profile() use a namewm42015-05-071-2/+2
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-0/+1
* m_config: add function to copy all optionswm42014-10-061-0/+8
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* options: remove a global variablewm42014-06-111-0/+3
* m_config: add function to copy subopt-structwm42014-06-111-0/+6
* options: unify code for setting string and "raw" optionswm42014-05-181-1/+11
* client API: make mpv_set_option set options nativelywm42014-04-221-2/+2
* command: make options property return the list of all optionswm42014-02-241-0/+3
* client API: implement setting options using their native type toowm42014-02-241-0/+6
* m_option, m_config: mp_msg conversionswm42013-12-211-3/+7
* m_config: add custom context to includefunc callbackwm42013-12-211-1/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+216