aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* travis: trigger website rebuild only on docs changesGravatar Ricardo Constantino2016-09-04
* travis: rebuild website for updated docs on pushGravatar Stefano Pigozzi2016-09-04
* client API: more option/property updatesGravatar wm42016-09-03
* sd_lavc: enable teletextGravatar wm42016-09-03
* command: try selecting the next track if track switching failsGravatar wm42016-09-03
* player: remove opengl-es=no flag from opengl-hq profileGravatar wm42016-09-03
* manpage: document another option/property inconsistenceGravatar wm42016-09-03
* config: deprecate ao and vo auto-profilesGravatar wm42016-09-03
* manpage: mention how to apply/view opengl-hq profileGravatar wm42016-09-02
* 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
* w32_common: initialize playback status as soon as possibleGravatar wm42016-09-02
* command: remove vo-cmdlineGravatar wm42016-09-02
* options: deprecate --vo-defaultsGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* vo_opengl: rename 3dlut-size to icc-3dlut-sizeGravatar 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
* player: don't send win32 taskbar update before window is createdGravatar wm42016-09-02
* vo_opengl: minor renderer option access refactorGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* charset_conv: Use CP949 instead of EUC-KRGravatar Jeong Woon Choi2016-09-02
* DOCS: move libmpv stub to manpageGravatar wm42016-09-02
* manpage: mention the client API/interface change logsGravatar wm42016-09-02
* command: deprecate "cache" property, replace with "cache-percent"Gravatar wm42016-09-02
* vo_opengl: remove pre/post/scale-shadersGravatar Niklas Haas2016-09-02
* client API: create core thread at an earlier timeGravatar wm42016-09-01
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: remove 2 deprecated propertiesGravatar wm42016-09-01
* command: rename/deprecate some conflicting property namesGravatar 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
* stream_cb: remove broken castGravatar wm42016-08-31
* m_config: remove an unused functionGravatar wm42016-08-31
* vo: update w32_common left out by 4d75514Gravatar quilloss2016-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
* input: use OPT_REPLACED for an old option aliasGravatar wm42016-08-31
* vo_xv: remove an aliased optionGravatar wm42016-08-31
* vo: change messy handling of fullscreen and other flagsGravatar wm42016-08-30
* 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