aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/options.c
Commit message (Expand)AuthorAge
* video: add --hwdec=vdpau-copy modeGravatar wm42016-10-20
* vd_lavc: Add hwdec wrapper for crystalhdGravatar Philip Langdale2016-10-15
* vo_drm: change CLI options + refactorsGravatar rr-2016-10-07
* options: handle --audio-device changes like the other optionsGravatar wm42016-10-05
* audio: make setting audio-exclusive update the audio chainGravatar Kevin Mitchell2016-10-04
* 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
* 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
* 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
* 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
* 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: 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
* 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
* demux: do not access global optionsGravatar wm42016-09-06
* audio/out: deprecate "exclusive" sub-optionsGravatar 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
* sd_lavc: enable teletextGravatar wm42016-09-03
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02
* options: deprecate --vo-defaultsGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* vo: use new option update mechanismGravatar wm42016-09-02
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_config: introduce and use OPT_ALIAS for some optionsGravatar wm42016-08-31
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* player: add option to disable video OSDGravatar wm42016-08-28
* aspect: add --video-unscaled=downscale-bigGravatar rr-2016-08-19
* player: add option to control duration of image displayGravatar wm42016-08-17
* player: add --no-autoload-files optionGravatar wm42016-08-10