summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-15 19:29:14 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-15 19:29:14 +0900
commit4422c1698f43ef41525ca64fe7c9afc43a4b411c (patch)
tree8dece1ce4d5367bae5fc32fb017865878e257d4c
parent6eab622e7b89a9aac8885e942b25f55a7035b118 (diff)
downloadmpv-4422c1698f43ef41525ca64fe7c9afc43a4b411c.tar.bz2
mpv-4422c1698f43ef41525ca64fe7c9afc43a4b411c.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 4f80fdea20..ac6c60e44a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -4,11 +4,14 @@ Release 0.9.2 (Draft)
Changes
-------
+- The Lua check now also checks for `lua52.pc`, as used by Arch Linux testing.
- (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).
+- Channel fallback (in case the audio device doesn't natively support a given
+ channel layout) has been improved.
Bug fixes
---------
@@ -20,8 +23,11 @@ Bug fixes
- Trying to play a directory will no longer spam `Connection lost!` to the
console log.
- (Linux) Several `vo_rpi` bugfixes.
+- (Linux) Several `vo_drm` bugfixes. Pan&Scan is now supported.
+- (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.
+- (ClientAPI) `vo_opengl_cb` now actually applies options changed at runtime.
- (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