summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2016-11-20 17:37:22 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2016-11-20 18:14:41 +0100
commiteafc273d2c2ae6d247d741202e58ca23dc938cb2 (patch)
treec25b051bb83952e0695bed1ffa913cf4d5c5aea5 /DOCS
parentbb48f095320da6e0a71bc18729b8324924dd9bdb (diff)
downloadmpv-eafc273d2c2ae6d247d741202e58ca23dc938cb2.tar.bz2
mpv-eafc273d2c2ae6d247d741202e58ca23dc938cb2.tar.xz
DOCS: update interface changes
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst2
-rw-r--r--DOCS/interface-changes.rst11
2 files changed, 10 insertions, 3 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 75d5b7d034..94b39bd58d 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,7 +32,7 @@ API changes
::
- --- mpv 0.21.0 ---
+ --- mpv 0.22.0 ---
1.23 - deprecate setting "no-" options via mpv_set_option*(). For example,
instead of "no-video=" you should set "video=no".
- do not override the SIGPIPE signal handler anymore. This was done as
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index aebb181420..7868f0a8e2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,6 +19,15 @@ Interface changes
::
+ --- mpv 0.22.0 ---
+ - the "audio-device-list" property now sets empty device description to the
+ device name as a fallback
+ - add --hidpi-window-scale option for macOS
+ - add audiounit audio output for iOS
+ - make --start-time work with --rebase-start-time=no
+ - add --opengl-early-flush=auto mode
+ - add --hwdec=vdpau-copy, deprecate vf_vdpaurb
+ - add tct video output for true-color and 256-color terminals
--- mpv 0.21.0 ---
- unlike in older versions, setting options at runtime will now take effect
immediately (see for example issue #3281). On the other hand, it will also
@@ -95,8 +104,6 @@ Interface changes
--terminal, --osc, --ytdl, can all be enable/disabled after
mpv_initialize() - this can be extended to other still fixed options
on user requests)
- - the "audio-device-list" property now sets empty device description to the
- device name as a fallback
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an