summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-19 11:19:09 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-19 11:19:09 +0900
commitabfa51e8903d0eba630b75c18a655691146cc40d (patch)
tree5074223c19c49f0247ee39141d438a8c59384717
parenta7794d6fc18832b8a0bdcc603f1c92892055f202 (diff)
downloadmpv-abfa51e8903d0eba630b75c18a655691146cc40d.tar.bz2
mpv-abfa51e8903d0eba630b75c18a655691146cc40d.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index ac6c60e44a..8d3d1b442d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -12,6 +12,9 @@ Changes
channel counts (e.g. 5.1 now should work on a decoder that only accepts 7.1).
- Channel fallback (in case the audio device doesn't natively support a given
channel layout) has been improved.
+- `vf_vapoursynth` now rejects unaligned video instead of outputting corrupted
+ video.
+- mpv now tries to autoload `.sup` subtitles as well.
Bug fixes
---------
@@ -24,6 +27,8 @@ Bug fixes
console log.
- (Linux) Several `vo_rpi` bugfixes.
- (Linux) Several `vo_drm` bugfixes. Pan&Scan is now supported.
+- (X11) Fix fullscreen behavior on certain window managers (issues #1937,
+ #1920).
- (OSX) The OSD no longer always shows up on startup.
- (OSX) Several `ao_coreaudio` and `ao_coreaudio_exclusive` bugfixes.
- (OSX) Fixed potential crash on exit when using Cocoa.