summaryrefslogtreecommitdiffstats
path: root/player/configfiles.c
Commit message (Expand)AuthorAgeFilesLines
* player: silence config file loading message on resumingwm42018-01-131-6/+7
* player: change default section when loading encoding-profiles.confwm42017-07-121-3/+3
* Revert "player: always load encoding-profiles.conf"wm42017-07-121-3/+3
* player: document where the magic "encoding" section name is usedwm42017-06-261-0/+1
* player: always load encoding-profiles.confwm42017-06-261-3/+3
* player: change license of most core files to LGPLwm42017-06-231-7/+7
* options: another missed --sub-ass-style-override usewm42017-06-071-1/+1
* player: fix potential segfault when playing dvd:// with DVD disabledwm42017-05-011-1/+1
* player: fix previous commitwm42016-10-031-3/+3
* player: remove some explicit options accesses when saving resume filewm42016-09-221-29/+26
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-221-1/+2
* player: add --watch-later-directory optionDavid Logie2016-09-221-2/+10
* player: Save sub-speed value when resuming playbackVladimir Panteleev2016-09-131-0/+1
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-081-2/+2
* config: deprecate ao and vo auto-profileswm42016-09-031-0/+2
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-2/+2
* audio: drop --softvol=no and --softvol=autowm42016-07-091-1/+2
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-061-9/+61
* command: make time properties unavailable if timestamp is unknownwm42015-10-161-5/+3
* options: fix --no-configwm42015-09-051-2/+0
* player: restore video-aspect on playback resumewm42015-05-291-0/+1
* player: reuse a functionwm42015-05-091-5/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-091-13/+13
* player: avoid undefined behavior when resumign DVD/BD playbackwm42015-05-091-3/+3
* path: make mp_path_join accept normal C stringswm42015-05-091-2/+2
* m_config: make m_config_set_profile() use a namewm42015-05-071-2/+2
* player: do not load encoding config files in non-encoding modewm42015-04-211-8/+6
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: fix seekability testwm42015-03-201-1/+1
* player: refuse to write resume file with unseekable fileswm42015-03-181-0/+6
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-1/+2
* osxbundle: config file special case isn't needed anymorewm42015-02-151-6/+0
* player: undeprecate 'config' fileswm42015-02-151-22/+5
* Fix build on OSX broken by previous commitwm42015-02-131-1/+1
* player: deprecate 'config' files (use mpv.conf), warn against clasheswm42015-02-131-5/+27
* options: add option for ignoring patch in resume mechanismwm42014-12-131-4/+8
* player: restore ab-loop settings with playback resumewm42014-12-091-0/+2
* Remove some superfluous NULL checkswm42014-11-211-1/+1
* options: don't load per-file config files by defaultwm42014-10-171-11/+11
* player: quote %-starting stringsshdown2014-10-161-0/+2
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+6
* Remove DVD and Bluray supportwm42014-07-141-6/+0
* Audit and replace all ctype.h useswm42014-07-011-2/+2
* config, player: avoid some temporary talloc contextswm42014-06-261-15/+10
* player: create config dir if it doesn't existwm42014-06-261-0/+2
* player: remove some minor code duplication in config loader codewm42014-06-261-18/+14
* Basic xdg directory implementationKenneth Zhou2014-06-261-14/+19
* encode: make option struct localwm42014-06-111-1/+3
* Add more constwm42014-06-111-1/+1
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-6/+4
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+2
* player: don't complain on too long filenameswm42014-05-101-2/+2
* encode: don't apply default config optionswm42014-04-191-4/+17
* 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