summaryrefslogtreecommitdiffstats
path: root/options/parse_configfile.c
Commit message (Expand)AuthorAgeFilesLines
* config: do not resolve default profile during "include" processingwm42017-01-131-1/+2
* config: allow profile forward-references in default profilewm42016-09-021-8/+6
* options: clarify quoting for option values starting with %wm42015-04-171-1/+4
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: use config parser for setting up pseudo-gui profilewm42015-04-101-2/+2
* options: fix run length escape case in config file parserwm42015-04-041-2/+2
* options: rewrite config file parserwm42015-04-041-210/+142
* Do not call strerror()wm42014-11-261-1/+2
* parse_configfile: check quote termination properlywm42014-11-211-0/+7
* config: adjust config parser messageswm42014-07-131-5/+4
* config: skip BOMwm42014-07-121-0/+4
* Audit and replace all ctype.h useswm42014-07-011-8/+8
* options: remove a global variablewm42014-06-111-5/+2
* options: let unknown option case be handled by final option parserwm42014-05-051-5/+4
* encode: don't apply default config optionswm42014-04-191-12/+8
* options: some more mp_msg conversionswm42013-12-211-22/+16
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+277