aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* options: rename subtitle optionsGravatar Dan Oscarsson2016-10-03
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* rpi: add --hwdec=rpi-copyGravatar wm42016-09-30
* path: default ~~ paths to home directoryGravatar wm42016-09-29
* win32: make --priority runtime-settableGravatar James Ross-Gowan2016-09-28
* options: do not mark --profile/--include as M_OPT_FIXEDGravatar wm42016-09-24
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* m_config, command: remove some minor code duplicationGravatar wm42016-09-23
* player: make audio-channels etc. runtime settableGravatar wm42016-09-22
* player: add --watch-later-directory optionGravatar David Logie2016-09-22
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* options: make input options generally runtime-settableGravatar wm42016-09-21
* command: change update handling of some video-related propertiesGravatar wm42016-09-20
* options: fix window-scale propertyGravatar wm42016-09-20
* m_option: resort M_OPT_ flag valuesGravatar wm42016-09-20
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* options, command: simplify some option updatesGravatar wm42016-09-19
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* options: slightly better option update mechanismGravatar wm42016-09-19
* options: remove some M_OPT_FIXED flagsGravatar wm42016-09-19
* command: fix "cycle"/"add" not working on most propertiesGravatar wm42016-09-18
* player: more option/property consistency fixesGravatar wm42016-09-18
* options: rename/deprecate --playlist-posGravatar wm42016-09-18
* options: actually deprecate --mute=autoGravatar wm42016-09-18
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* options: fix pseudo-options like -vGravatar wm42016-09-17
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* m_config: make option setting always call m_config_set_option_raw()Gravatar wm42016-09-17
* options: kill M_OPT_GLOBAL flagGravatar wm42016-09-17
* options: add --hwdec=yes as alias for --hwdec=autoGravatar wm42016-09-15
* player: move builtin profiles to a separate fileGravatar wm42016-09-15
* hwdec_cuda: Add trivial cuda-copy wrapperGravatar Philip Langdale2016-09-11
* options: fix another minor regressionGravatar wm42016-09-11
* options: fix --list-options after previous commitGravatar wm42016-09-10
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* m_config: remove another unused leftoverGravatar wm42016-09-10
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* options: drop unreferenced --bluray-angle optionGravatar wm42016-09-08
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodeGravatar Philip Langdale2016-09-08
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* demux: do not access global optionsGravatar wm42016-09-06
* m_config: avoid accidentally causing deprecation warningsGravatar wm42016-09-05
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* vo_image: move to global optionsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* m_config: move parts of m_config_add_option into its own functionGravatar wm42016-09-05
* sd_lavc: enable teletextGravatar wm42016-09-03
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02