summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-08 16:37:03 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-08 16:38:46 +0900
commitd939de5a719d1c4657c9e3c4350fda21b2269af2 (patch)
treea4892396db18fe057c4e3f154be34bb93b8267a5
parent0f834d0d5abf4eed7548281e67843747f056b08f (diff)
downloadmpv-d939de5a719d1c4657c9e3c4350fda21b2269af2.tar.bz2
mpv-d939de5a719d1c4657c9e3c4350fda21b2269af2.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES33
1 files changed, 33 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cef9b62473..4f80fdea20 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,36 @@
+Release 0.9.2 (Draft)
+=====================
+
+Changes
+-------
+
+- (X11) `vo_opengl`'s `icc-profile-auto` now queries the current ICC profile
+ relative to the center of the window.
+- `ao_coreaudio`, `ao_alsa` now support adding dummy padding channels for
+ better compatibility with hardware decoders that only support specific
+ channel counts (e.g. 5.1 now should work on a decoder that only accepts 7.1).
+
+Bug fixes
+---------
+
+- `vo_opengl`'s default for `fbo-format` is now `rgba16`, to avoid rounding
+ errors when using non-default `cscale` (issue #1918).
+- Improved framedrop behavior when playing video that has higher framerate
+ than the display (issue #1897).
+- Trying to play a directory will no longer spam `Connection lost!` to the
+ console log.
+- (Linux) Several `vo_rpi` bugfixes.
+- (OSX) Several `ao_coreaudio` and `ao_coreaudio_exclusive` bugfixes.
+- (OSX) Fixed potential crash on exit when using Cocoa.
+- (OSX, ClientAPI) Cocoa now works when both the `cplayer` (`mpv`) and `libmpv`
+ are built at the same time; however, `libmpv` now always creates an
+ application singleton. Cocoa has to be disabled completely to prevent
+ `libmpv` from creating the singleton.
+
+This listing is not complete. A complete changelog can be seen by running
+`git log v0.9.1..` in the git repository or by visiting
+https://github.com/mpv-player/mpv/compare/v0.9.1...release/0.9.
+
Release 0.9.1
=============