aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* m_config: fix "no-" option handling with sub-optionsGravatar wm42016-09-01
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* m_config: remove an unused functionGravatar wm42016-08-31
* m_config: remove some aliasing checksGravatar wm42016-08-31
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_config: deprecate top-level suboptionsGravatar wm42016-08-31
* client API: deprecate "no-..." option handlingGravatar wm42016-08-31
* m_config: introduce and use OPT_ALIAS for some optionsGravatar wm42016-08-31
* m_config: handle --no-... options differentlyGravatar wm42016-08-31
* m_property: remove pointless explicitly clampingGravatar wm42016-08-31
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* m_config: pass parent option in m_config_add_option()Gravatar wm42016-08-30
* m_config: rename is_generated to is_hiddenGravatar wm42016-08-30
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* m_config: profile option values can be NULLGravatar wm42016-08-29
* command: export profile list as a propertyGravatar wm42016-08-28
* 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
* m_option: add mechanism to allow inf/-inf float optionsGravatar wm42016-08-17
* m_option: simplify float value range handlingGravatar wm42016-08-17
* player: add --no-autoload-files optionGravatar wm42016-08-10
* player: add --audio-wait-open optionsGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* options: fix channels options copy/free operationsGravatar wm42016-08-05
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* options: un-restrict --audio-delayGravatar wm42016-08-04
* options: add vp9 to --hwdec-codecsGravatar wm42016-07-30
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with...Gravatar Aman Gupta2016-07-15
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* options: deprecate --heartbeat-cmdGravatar wm42016-06-29
* options: add a deprecation warning printing mechanismGravatar wm42016-06-29
* Fix misspellingsGravatar stepshal2016-06-26
* vo_opengl: refactor performance data propertiesGravatar Niklas Haas2016-06-08
* vo_opengl: somewhat simplify suboption handling messGravatar wm42016-06-04
* options: --geometry: center window position after applying sizeGravatar maniak13492016-05-22
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* win32: make taskbar progress indication optionalGravatar maniak13492016-05-08
* x11: rename inappropriate --x11-bypass-compositor=never optionGravatar wm42016-05-07
* x11: add --x11-bypass-compositor=alwaysGravatar wm42016-05-06
* client API: access choices as flags if appropriateGravatar wm42016-05-04
* x11: extend --x11-bypass-compositor with fs-only optionGravatar wm42016-05-02
* options: add --fit-border video optionGravatar maniak13492016-04-30
* sd_add: replace --sub-ass=no with --ass-style-override=stripGravatar wm42016-04-30
* vo_opengl: D3D11VA + ANGLE interopGravatar wm42016-04-27
* command: fix cycling certain propertiesGravatar wm42016-04-15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15