Releases: mitzsch/mpv
v0.39.0_4
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
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
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
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
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
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
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
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
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
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.