Skip to content

Release 0.9.1

Compare
Choose a tag to compare
@Jessidhia Jessidhia released this 29 Apr 10:04
· 12291 commits to master since this release

Changes

  • mpv's IRC channel moved from #mpv-player to #mpv on chat.freenode.net.
  • Documentation updates.
  • The default value for the --ytdl-format option is now best, in order to
    work around youtube-dl's 2015.04.26 release enabling DASH by default, as
    FFmpeg / Libav do not yet properly support DASH.
  • When seeking, the current timestamp will show the predicted seek timestamp
    instead, until the final timestamp is resolved. Improves UI responsiveness
    on slow streams and/or large seeks.

Bug fixes

  • Corrected the release marker on DOCS/client-api-changes. The release manager
    forgot to fix it before release...
  • Fix vo_vdpau rendering garbage lines on H.264 video with non-mod16 size
    (issue #1863).
  • Fix a crash on exit if the "sub_reload" command had run successfully.
  • Fixed seeking with the mouse when osc-seekbarstyle=bar is set (issue
    #1876).
  • (IPC) Fixed encoding of UTF-8 data in JSON (issue #1874).

New features

This listing is not complete. A complete changelog can be seen by running
git log v0.9.0..v0.9.1 in the git repository or by visiting
v0.9.0...v0.9.1.