aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_config.c
Commit message (Expand)AuthorAge
* m_config: check for int16_t offset overflowGravatar wm42018-05-31
* m_config: remove an unused functionGravatar wm42018-05-31
* m_config: cosmetics: fix 2 typosGravatar wm42018-05-31
* options: minor cleanup to --no-... handlingGravatar wm42018-02-13
* options: prefix option with "--" in one case in help outputGravatar wm42018-02-13
* options: pretty print default values with --list-optionsGravatar wm42018-02-01
* options: simplify mp_get_config_group() memory managementGravatar wm42018-01-18
* options: don't warn when reading deprecated option as raw valueGravatar 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
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* m_config: better variable nameGravatar wm42017-09-22
* options: properly handle deprecated options with CLI actionsGravatar wm42017-09-22
* options: add a thread-safe way to notify option updatesGravatar wm42017-08-22
* options: fix --includeGravatar wm42017-08-08
* client API: drop some compatibility handlingGravatar wm42017-07-21
* options: change everything againGravatar wm42017-07-02
* m_option: remove redundant indirectionsGravatar wm42017-07-02
* options: list suffix actions as options tooGravatar wm42017-06-27
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* client API: drop old "no-" option emulationGravatar wm42017-06-26
* options: make mess to allow setting profile option with libmpvGravatar wm42017-06-15
* options: change license of most files to LGPL (except options.c/.h)Gravatar wm42017-06-12
* 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