summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-16 17:26:05 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-16 17:26:05 +0900
commitfc4da23c64397c9a90e656a00886997590db9380 (patch)
tree2b8dbdf1ca403c818b8b408a03cb5126688555cb
parent017c2808e46c445ef47ca7b1eec7a2c60949c9e4 (diff)
downloadmpv-fc4da23c64397c9a90e656a00886997590db9380.tar.bz2
mpv-fc4da23c64397c9a90e656a00886997590db9380.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES28
1 files changed, 28 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index fc6f692413..9703a0d647 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,31 @@
+Release 0.8.3
+=============
+
+Changes
+-------
+
+- Documentation fixes and updates.
+- (Client API) Clarify `mpv_opengl_cb_render`'s viewport parameter behavior.
+
+Bug fixes
+---------
+
+- (X11) Fix crash on `vo_xv:no-colorkey` with the Overlay adapter. (bug #1629)
+- Make the video equalizer work correctly on some VAAPI drivers. (bug #1647)
+- Prevent OSD from disappearing when clicking on mozplugger. (bug #1672)
+- The new DVB-S2 support code, using S2API, now builds on FreeBSD.
+- Fix decoding of seekable matroska from unseekable network stream. (bug #1656)
+- (OSX) Fix crashing when closing a VO's window (usually at exit). (bug #1657)
+- (OSX) Unhide the mouse cursor when over the Dock or Launchpad. (bug #513)
+- (OSX) Fix mouse cursor autohiding when the player is fullscreen.
+- `vf_vavpp` (VAAPI postprocessing) now deinterlaces video correctly.
+- `smb://` streams now use the stream cache (used to be inefficient).
+- (Windows) Do not hide the mouse cursor when it is hovering the window menu.
+- Fix 8-channel output on `ao_jack`. (bug #1688)
+
+This listing is not complete. A complete changelog can be seen by running
+`git log v0.8.2..v0.8.3` in the git repository.
+
Release 0.8.2
=============