aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_config.h
Commit message (Expand)AuthorAge
* m_config: remove outdated commentGravatar wm42018-05-31
* m_config: remove an unused functionGravatar wm42018-05-31
* options: simplify mp_get_config_group() memory managementGravatar wm42018-01-18
* audio: add global options for resampler defaultsGravatar wm42018-01-13
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* options: add a thread-safe way to notify option updatesGravatar wm42017-08-22
* m_option: remove redundant indirectionsGravatar wm42017-07-02
* options: change license of most files to LGPL (except options.c/.h)Gravatar wm42017-06-12
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* options: remove legacy global sub-option syntaxGravatar wm42016-11-22
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* m_config, command: remove some minor code duplicationGravatar wm42016-09-23
* 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: 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
* config: allow profile forward-references in default profileGravatar 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: remove an unused functionGravatar wm42016-08-31
* m_config: deprecate top-level suboptionsGravatar wm42016-08-31
* m_config: rename is_generated to is_hiddenGravatar wm42016-08-30
* command: export profile list as a propertyGravatar wm42016-08-28
* 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: add slightly more sophistcated mechanism for option deprecationGravatar wm42014-12-11
* m_config: add function to copy all optionsGravatar wm42014-10-06
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* options: remove a global variableGravatar wm42014-06-11
* m_config: add function to copy subopt-structGravatar wm42014-06-11
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* command: make options property return the list of all optionsGravatar wm42014-02-24
* client API: implement setting options using their native type tooGravatar wm42014-02-24
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* m_config: add custom context to includefunc callbackGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17