mpv v0.32.0 Release Notes

Release Date: 2020-01-26 // about 4 years ago
  • ๐Ÿš€ This release requires FFmpeg 4.0 or newer.

    ๐Ÿ”‹ Features

    โž• Added

    • ๐Ÿ‘ stream_libarchive: enable RAR5 support
    • bash completion: add initial implementation
    • ๐Ÿ‘ cocoa-cb: add support for forcing the dedicated GPU for rendering
    • cocoa-cb: add pinch to resize window gesture
    • ๐Ÿ‘ w32_common: support minimizing/maximizing using osc window controls

    ๐Ÿ”„ Changed

    • โš  wayland: print warning on GNOME due to serious issues with their compositor
    • ๐Ÿ‘€ player: write watch-later config even for unseekable streams

    โœ‚ Removed

    • vo_gpu: hwdec_vdpau: remove direct_mode
    • vo_gpu: hwdec_vaegl: remove support for old-style interop

    Options and Commands

    โž• Added

    • command: add a playlist-unshuffle command
    • command: add osd-dimensions property
    • ๐Ÿ” input: new PLAYONLY and PAUSEONLY keycodes

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ options: change option parsing when using a single dash
      โš  This adds a warning for -o file.mkv and disallows the use of
      --o file.mkv (use --o=file.mkv instead).

    ๐Ÿ›  Fixes and Minor Enhancements

    • lua: fix mp.file_info for large files
    • vo_gpu: fix crash if dither texture fails to allocate
    • wayland: unscrew up cursors, fix various issues
    • osc: usability improvements for osc window controls

    ๐Ÿ“„ This listing is not complete. Check DOCS/client-api-changes.rst for a history
    ๐Ÿ“„ of changes to the client API, and DOCS/interface-changes.rst for a history
    of changes to other user-visible interfaces.

    ๐Ÿ‘€ A complete changelog can be seen by running git log v0.31.0..v0.32.0
    in the git repository or by visiting either
    v0.31.0...v0.32.0 or
    ๐ŸŒฒ https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.31.0..v0.32.0