Skip to content

Releases: mitzsch/mpv

v0.39.0_4

07 Dec 14:37
bcc89ee
Compare
Choose a tag to compare

v0.39.0_4
-- New
Version bump, to feature the latest additions to mpv
Keep it compatible with Plex HTPC

-- Differences compared to upstream mpv
Adds:
mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@c678033 - as this commit breaks compatibility with Plex HTPC
mpv-player@5dc4047 - as it causes Plex HTPC to play the first file you select without audio.

v0.39.0_2

07 Oct 13:19
88c9426
Compare
Choose a tag to compare

v0.39.0_2
-- New
Version bump, to feature the latest additions to mpv
Keep it compatible with Plex HTPC

-- Differences compared to upstream mpv
Adds:
mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@c678033 - as this commit breaks compatibility with Plex HTPC

v0.38.0_4

14 Jun 19:20
24aadc9
Compare
Choose a tag to compare

v0.38.0_4
-- New
Version bump, to feature the latest additions to mpv
Keep it compatible with Plex HTPC

-- Differences compared to upstream mpv
Adds:
mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@c678033 - as this commit breaks compatibility with Plex HTPC

v0.38.0_2

21 Apr 17:56
3e89839
Compare
Choose a tag to compare

v0.38.0_2
-- New
Version bump, to feature the latest additions to mpv
Keep it compatible with Plex HTPC

-- Differences compared to upstream mpv
Adds:
mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@c678033 - as this commit breaks compatibility with Plex HTPC

v0.37.0_8

09 Mar 18:00
Compare
Choose a tag to compare

v0.37.0_8
-- New
Version bump, to feature the latest additions to mpv
Make it compatible with Plex HTPC again

-- Differences compared to upstream mpv
Adds:
mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

Reverts:
mpv-player@c678033 - as this commit breaks compatibility with Plex HTPC

v0.37.0_4

26 Jan 15:53
778e1c3
Compare
Choose a tag to compare

v0.37.0_4
-- New
Version bump, to feature the latest additions to mpv

-- Differences compared to upstream mpv
Adds:

mpv-player#13350 - "ad_spdif: change deprecated FF_PROFILE to AV_PROFILE"
mpv-player#10713 - "player/command: Added ability to scale overlay" -> merged upstream
a2a6144 - "Increase hwdec_extra_frames value"
3fe7fbb - "add mpeg2video to hwdec-codecs"

v0.37.0_2

22 Nov 07:56
273d064
Compare
Choose a tag to compare

v0.37.0_2
-- New
Bump to v0.37 versioning, features the latest additions to mpv

-- 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"

v0.36.0_12

23 Oct 18:36
0adbe08
Compare
Choose a tag to compare

v0.36.0_12
-- New
Version bump, to feature the latest additions to mpv

-- 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"

v0.36.0_10

22 Sep 18:13
Compare
Choose a tag to compare

v0.36.0_10
-- New
Version bump, to feature the latest additions to mpv
Adds 27a7827 - fixes mpv-player@296d40d (and therefore not reverted anymore)

-- 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"

v0.36.0_8

11 Sep 06:42
Compare
Choose a tag to compare

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.