aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/configfiles.c
Commit message (Expand)AuthorAge
* 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
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* encode: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* player: write file name to the watch later config fileGravatar Alessandro Ghedini2014-06-01
* player: don't complain on too long filenamesGravatar wm42014-05-10
* encode: don't apply default config optionsGravatar wm42014-04-19
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* config: don't load global config files with --config-dirGravatar wm42014-02-28
* config: when writing resume config, read options, not propertiesGravatar wm42014-02-25
* config: don't save options to resume-config that didn't changeGravatar wm42014-02-25
* config: don't write default config fileGravatar wm42014-02-25
* player: load encoding-profiles.conf before the main configGravatar wm42014-01-01
* Install encoding-profiles.conf by defaultGravatar wm42013-12-28
* player: fix buggy error condition when loading mpv.confGravatar wm42013-12-28
* player: simplify mp_load_per_file_configGravatar wm42013-12-22
* player: move code aroundGravatar wm42013-12-22