Skip to content

v0.36.0_8

Compare
Choose a tag to compare
@mitzsch mitzsch released this 11 Sep 06:42

v0.36.0_8

-- New

  • Version bump, to feature the latest additions to mpv
  • Raise hwdec_extra_frames from 6 to 8
  • Add mpeg2video to allowed default hwdec codecs

-- Differences compared to upstream mpv
Adds:
mpv-player#10713 - "player/command: Added ability to scale overlay"
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@296d40d

This is needed as this commits leads to many dropped frames when having the stats overlay enabled. It
only happens when the file's fps match the display fps - which is the case with Plex HTPC and refresh rate
switching enabled. Plex HTPC does not show the issue that was addressed by the linked commit, so it's
safe to revert it for a better Plex HTPC experience.