summaryrefslogtreecommitdiffstats
path: root/options/m_config.c
Commit message (Expand)AuthorAgeFilesLines
* m_config: remove a redundant conditionwm42018-05-241-3/+1
* m_config: fix build with emulated stdatomicwm42018-05-241-2/+3
* m_config: make m_config_cache_update() return more fine grainedwm42018-05-241-3/+7
* m_config: optimize initialization of each optionwm42018-05-241-5/+9
* m_config: remove extra default_data fieldwm42018-05-241-16/+23
* m_config: remove unused fieldswm42018-05-241-3/+2
* m_config: reduce redundant option change notificationswm42018-05-241-1/+1
* m_config: remove an old temporary hackwm42018-05-241-297/+323
* m_config: check for int16_t offset overflowwm42018-05-241-1/+3
* m_config: remove an unused functionwm42018-05-241-11/+0
* m_config: cosmetics: fix 2 typoswm42018-05-241-2/+2
* options: minor cleanup to --no-... handlingwm42018-02-131-5/+5
* options: prefix option with "--" in one case in help outputwm42018-02-131-1/+1
* options: pretty print default values with --list-optionswm42018-02-011-1/+1
* options: simplify mp_get_config_group() memory managementwm42018-01-181-2/+4
* options: don't warn when reading deprecated option as raw valuewm42018-01-181-1/+1
* audio: add global options for resampler defaultswm42018-01-131-5/+12
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-0/+14
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-4/+4
* m_config: better variable namewm42017-09-221-5/+5
* options: properly handle deprecated options with CLI actionswm42017-09-221-8/+23
* options: add a thread-safe way to notify option updateswm42017-08-221-1/+90
* options: fix --includewm42017-08-081-0/+2
* client API: drop some compatibility handlingwm42017-07-211-13/+2
* options: change everything againwm42017-07-021-3/+26
* m_option: remove redundant indirectionswm42017-07-021-27/+23
* options: list suffix actions as options toowm42017-06-271-2/+7
* options: handle suffixes like -add in a more generic waywm42017-06-261-28/+66
* client API: drop old "no-" option emulationwm42017-06-261-22/+2
* options: make mess to allow setting profile option with libmpvwm42017-06-151-81/+81
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-121-7/+7
* options: deprecate --loopwm42017-04-101-5/+9
* options: change --h=... behaviorwm42016-12-161-7/+1
* options: some simplificationswm42016-11-291-36/+17
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-65/+100
* options: remove legacy global sub-option syntaxwm42016-11-221-54/+3
* options: fnmatch: check existence instead of posixAvi Halachmi (:avih)2016-11-081-1/+0
* options: handle legacy no-* sub-optionswm42016-10-211-8/+21
* player: do not let pseudo-gui override user config settingswm42016-09-231-0/+7
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+7
* client API: more or less deprecate mpv_set_option()wm42016-09-211-1/+3
* options: slightly better option update mechanismwm42016-09-191-7/+17
* player: more option/property consistency fixeswm42016-09-181-5/+2
* options: take care of propertly updating options on runtime changeswm42016-09-171-3/+23
* options: fix pseudo-options like -vwm42016-09-171-1/+1
* options: simplify M_OPT_EXITwm42016-09-171-7/+7
* m_config: make option setting always call m_config_set_option_raw()wm42016-09-171-14/+20
* options: kill M_OPT_GLOBAL flagwm42016-09-171-13/+2
* options: fix another minor regressionwm42016-09-111-1/+2
* options: fix --list-options after previous commitwm42016-09-101-2/+3
* options: make --h list options according to a pattern passed to itwm42016-09-101-4/+21
* m_config: remove another unused leftoverwm42016-09-101-12/+0
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-091-63/+5
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* m_config: avoid accidentally causing deprecation warningswm42016-09-051-41/+52
* options: add automagic hack for handling sub-option deprecationswm42016-09-051-5/+47
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-0/+16
* m_config: move parts of m_config_add_option into its own functionwm42016-09-051-26/+36
* config: allow profile forward-references in default profilewm42016-09-021-2/+9
* m_config: make sure profile values are never NULLwm42016-09-021-5/+4
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-20/+36
* m_config: add some convenience functionswm42016-09-021-0/+21
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-021-4/+203
* m_config: add helper function for initializing af/ao/vf/vo suboptionswm42016-09-021-3/+19
* command: add options to property listwm42016-09-011-1/+11
* m_config: fix "no-" option handling with sub-optionswm42016-09-011-1/+1
* m_config: remove an unused functionwm42016-08-311-16/+6
* m_config: remove some aliasing checkswm42016-08-311-19/+2
* m_option: replace --no-video-aspect aliaswm42016-08-311-15/+2
* m_config: deprecate top-level suboptionswm42016-08-311-0/+5
* client API: deprecate "no-..." option handlingwm42016-08-311-0/+7
* m_config: introduce and use OPT_ALIAS for some optionswm42016-08-311-8/+6
* m_config: handle --no-... options differentlywm42016-08-311-53/+44
* m_config: pass parent option in m_config_add_option()wm42016-08-301-9/+10
* m_config: rename is_generated to is_hiddenwm42016-08-301-6/+6
* m_option: remove M_OPT_TYPE_DYNAMIC flagwm42016-08-301-1/+1
* m_config: profile option values can be NULLwm42016-08-291-1/+2
* command: export profile list as a propertywm42016-08-281-0/+27
* options: add a deprecation warning printing mechanismwm42016-06-291-0/+7
* vo_opengl: somewhat simplify suboption handling messwm42016-06-041-14/+37
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* Remove some VLAswm42015-11-061-12/+4
* options: handle terminal/logging settings eagerlywm42015-11-041-13/+18
* command: add property indicating per-file optionswm42015-07-231-0/+2
* m_config: make m_config_set_profile() use a namewm42015-05-071-9/+14
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* options: rewrite config file parserwm42015-04-041-0/+8
* m_config: remove assertion for option names with length 0wm42015-03-291-2/+4
* m_config: log options set by the client API toowm42015-02-161-0/+7
* options: don't list removed optionswm42015-01-251-0/+3
* options: don't cut off long options in --list-optionswm42015-01-061-1/+1
* options: make --no-... options work for OPT_REPLACED toowm42014-12-111-7/+21
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-92/+34
* m_config: add function to copy all optionswm42014-10-061-1/+14
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-051-1/+0
* options: remove --volstepwm42014-09-211-0/+1
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-131-0/+2
* m_config: fix theoretic undefined behaviorwm42014-09-131-4/+7
* player: redo how stream caching and pausing on low cache workswm42014-08-271-0/+2
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* options: remove bogus replacement message for --fstypewm42014-07-051-1/+0
* options: add --autosub-match to option replacement listwm42014-07-051-0/+1
* options: remove some more stuffwm42014-06-131-16/+11
* options: remove some unneeded stuffwm42014-06-131-7/+2
* options: remove OPT_FLAG_CONSTANTSwm42014-06-131-1/+1
* options: turn --idx, --forceidx into --indexwm42014-06-131-0/+2
* Add more constwm42014-06-111-2/+2
* m_config: add function to copy subopt-structwm42014-06-111-0/+37
* cache: redo options and default settingswm42014-05-201-1/+0
* options: unify code for setting string and "raw" optionswm42014-05-181-42/+83
* options: print replacement for renamed/replaced optionswm42014-05-051-1/+87
* client API: make mpv_set_option set options nativelywm42014-04-221-21/+24
* encode: don't apply default config optionswm42014-04-191-0/+2
* options: don't sort sub-option help outputwm42014-04-121-1/+2
* options: sort --list-optionswm42014-04-111-1/+13
* options: fix --list-options outputwm42014-02-261-2/+2
* command: make options property return the list of all optionswm42014-02-241-0/+20
* client API: implement setting options using their native type toowm42014-02-241-0/+31
* options: print any options set in verbose modewm42013-12-231-0/+5
* m_option, m_config: mp_msg conversionswm42013-12-211-49/+42
* m_config: add custom context to includefunc callbackwm42013-12-211-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+755