summaryrefslogtreecommitdiffstats
path: root/options/m_config.c
Commit message (Expand)AuthorAgeFilesLines
* 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