aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/configfiles.c
Commit message (Expand)AuthorAge
* player: remove deprecated vo/ao auto profilesGravatar wm42018-05-31
* player: silence config file loading message on resumingGravatar wm42018-01-13
* player: change default section when loading encoding-profiles.confGravatar wm42017-07-12
* Revert "player: always load encoding-profiles.conf"Gravatar wm42017-07-12
* player: document where the magic "encoding" section name is usedGravatar wm42017-06-26
* player: always load encoding-profiles.confGravatar wm42017-06-26
* player: change license of most core files to LGPLGravatar wm42017-06-23
* options: another missed --sub-ass-style-override useGravatar wm42017-06-07
* player: fix potential segfault when playing dvd:// with DVD disabledGravatar wm42017-05-01
* player: fix previous commitGravatar wm42016-10-03
* player: remove some explicit options accesses when saving resume fileGravatar wm42016-09-22
* player: some M_SETOPT_RUNTIME cleanupsGravatar wm42016-09-22
* player: add --watch-later-directory optionGravatar David Logie2016-09-22
* player: Save sub-speed value when resuming playbackGravatar Vladimir Panteleev2016-09-13
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* config: deprecate ao and vo auto-profilesGravatar wm42016-09-03
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: make watch later/resume work when "playing" directoriesGravatar wm42016-01-06
* command: make time properties unavailable if timestamp is unknownGravatar wm42015-10-16
* options: fix --no-configGravatar wm42015-09-05
* player: restore video-aspect on playback resumeGravatar wm42015-05-29
* player: reuse a functionGravatar wm42015-05-09
* player: make resuming playlists less noisy in verbose modeGravatar wm42015-05-09
* player: avoid undefined behavior when resumign DVD/BD playbackGravatar wm42015-05-09
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* m_config: make m_config_set_profile() use a nameGravatar wm42015-05-07
* player: do not load encoding config files in non-encoding modeGravatar wm42015-04-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* player: fix seekability testGravatar wm42015-03-20
* player: refuse to write resume file with unseekable filesGravatar wm42015-03-18
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* osxbundle: config file special case isn't needed anymoreGravatar wm42015-02-15
* player: undeprecate 'config' filesGravatar wm42015-02-15
* Fix build on OSX broken by previous commitGravatar wm42015-02-13
* player: deprecate 'config' files (use mpv.conf), warn against clashesGravatar wm42015-02-13
* options: add option for ignoring patch in resume mechanismGravatar wm42014-12-13
* player: restore ab-loop settings with playback resumeGravatar wm42014-12-09
* Remove some superfluous NULL checksGravatar wm42014-11-21
* options: don't load per-file config files by defaultGravatar wm42014-10-17
* player: quote %-starting stringsGravatar shdown2014-10-16
* player: don't let multiline filenames set options on resumeGravatar wm42014-09-16
* player: check for null in resume config searchGravatar James Ross-Gowan2014-09-05
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* config, player: avoid some temporary talloc contextsGravatar wm42014-06-26
* player: create config dir if it doesn't existGravatar wm42014-06-26
* player: remove some minor code duplication in config loader codeGravatar wm42014-06-26