summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-29 18:47:11 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-29 18:47:11 +0900
commitf534c83da6fa96a5c224d8fc3ee9b7d0744f6573 (patch)
treec3fd1618eeea43b15ae4d2e3f5a72249fd92493a
parent39f6824b3051695c9c99cb0b396e17d1016c7288 (diff)
downloadmpv-f534c83da6fa96a5c224d8fc3ee9b7d0744f6573.tar.bz2
mpv-f534c83da6fa96a5c224d8fc3ee9b7d0744f6573.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index a1af1ec946..6ff8da4c5a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -9,6 +9,9 @@ Changes
- 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
---------
@@ -18,6 +21,9 @@ Bug fixes
- 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
------------