summaryrefslogtreecommitdiffstats
path: root/player/configfiles.c
Commit message (Expand)AuthorAgeFilesLines
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* config: when writing resume config, read options, not propertieswm42014-02-251-33/+33
* config: don't save options to resume-config that didn't changewm42014-02-251-5/+28
* config: don't write default config filewm42014-02-251-13/+3
* player: load encoding-profiles.conf before the main configwm42014-01-011-7/+7
* Install encoding-profiles.conf by defaultwm42013-12-281-9/+26
* player: fix buggy error condition when loading mpv.confwm42013-12-281-1/+1
* player: simplify mp_load_per_file_configwm42013-12-221-8/+7
* player: move code aroundwm42013-12-221-41/+37
* player: remove code duplication for auto-loaded config profileswm42013-12-221-60/+14
* path lookup functions: mp_msg conversionswm42013-12-211-43/+58
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-5/+5
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+354