aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* 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
* config: allow profile forward-references in default profileGravatar wm42016-09-02
* m_config: make sure profile values are never NULLGravatar wm42016-09-02
* options: deprecate --vo-defaultsGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* m_config: add some convenience functionsGravatar wm42016-09-02
* vo: use new option update mechanismGravatar wm42016-09-02
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar 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_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