aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_config.c
Commit message (Expand)AuthorAge
* m_config: make m_config_set_profile() use a nameGravatar wm42015-05-07
* Update license headersGravatar Marcin Kurczewski2015-04-13
* options: rewrite config file parserGravatar wm42015-04-04
* m_config: remove assertion for option names with length 0Gravatar wm42015-03-29
* m_config: log options set by the client API tooGravatar wm42015-02-16
* options: don't list removed optionsGravatar wm42015-01-25
* options: don't cut off long options in --list-optionsGravatar wm42015-01-06
* options: make --no-... options work for OPT_REPLACED tooGravatar wm42014-12-11
* options: add slightly more sophistcated mechanism for option deprecationGravatar wm42014-12-11
* m_config: add function to copy all optionsGravatar wm42014-10-06
* cocoa: remove --fs-missioncontrolGravatar Stefano Pigozzi2014-10-05
* options: remove --volstepGravatar wm42014-09-21
* options: add M_OPT_FILE flag to mark options that want a file(list)Gravatar Alessandro Ghedini2014-09-13
* m_config: fix theoretic undefined behaviorGravatar wm42014-09-13
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* options: remove bogus replacement message for --fstypeGravatar wm42014-07-05
* options: add --autosub-match to option replacement listGravatar wm42014-07-05
* options: remove some more stuffGravatar wm42014-06-13
* options: remove some unneeded stuffGravatar wm42014-06-13
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* options: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* m_config: add function to copy subopt-structGravatar wm42014-06-11
* cache: redo options and default settingsGravatar wm42014-05-20
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* options: print replacement for renamed/replaced optionsGravatar wm42014-05-05
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* encode: don't apply default config optionsGravatar wm42014-04-19
* options: don't sort sub-option help outputGravatar wm42014-04-12
* options: sort --list-optionsGravatar wm42014-04-11
* options: fix --list-options outputGravatar wm42014-02-26
* 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
* options: print any options set in verbose modeGravatar wm42013-12-23
* 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