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