aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* m_config: rename is_generated to is_hiddenGravatar wm42016-08-30
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* command: cosmetics: fix some minor whitespace mistakesGravatar wm42016-08-30
* player: make --force-window work with opengl-cbGravatar wm42016-08-30
* player: slightly adjust framerate guessing heuristicGravatar wm42016-08-29
* Merge pull request #3467 from atomnuker/masterGravatar Rostislav Pehlivanov2016-08-29
|\
| * wayland: reject resize events with either dimension being 0Gravatar Rostislav Pehlivanov2016-08-29
|/
* vo_opengl: explicitly check for GL errors around framebuffer depth checkGravatar wm42016-08-29
* sd_lavc: always set decoder timebaseGravatar wm42016-08-29
* vd_lavc: always force milliseconds for MMALGravatar wm42016-08-29
* vd_lavc, ad_lavc: set pkt_timebase, not time_baseGravatar wm42016-08-29
* m_config: profile option values can be NULLGravatar wm42016-08-29
* command: export profile list as a propertyGravatar wm42016-08-28
* misc: add some annoying mpv_node helpersGravatar wm42016-08-28
* common: add assert.h includeGravatar wm42016-08-28
* player: add option to disable video OSDGravatar wm42016-08-28
* command: add property for current subtitle textGravatar wm42016-08-27
* player: fix minor spelling mistake in osc.luaGravatar James Cowgill2016-08-27
* TOOLS/zsh.pl: add m4a to zsh completion filetype listGravatar wgmk2016-08-26