summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2016-04-03 13:55:37 +0200
committerwm4 <wm4@nowhere>2016-04-03 14:51:31 +0200
commitc0e13d54a85663ff8ac87d2910f1688978ea1f60 (patch)
tree81b8e28c24afba262d390ce5a4966da0f7e76300 /DOCS/interface-changes.rst
parent669a3228a2d3c5d63e2dd3bd0564c1274d6f3748 (diff)
downloadmpv-c0e13d54a85663ff8ac87d2910f1688978ea1f60.tar.bz2
mpv-c0e13d54a85663ff8ac87d2910f1688978ea1f60.tar.xz
aspect: make video-zoom logarithmic
The past behavior was a bit weird, especially when zooming out. There was no simple way to zoom in or out in consistent increments using keybindings alone. The new behavior preserves most of the old behavior's semantics but scales out to infinity better. It coincidentally also makes it really easy to get clean power of 2 ratios (e.g. 2x, 4x, 8x and their inverses). Fixes #3004.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 532cc05bff..f884296707 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -27,6 +27,7 @@ Interface changes
- add "cache-speed" property
- rename --input-unix-socket to --input-ipc-server, and make it work on
Windows too
+ - change the exact behavior of the "video-zoom" property
--- mpv 0.16.0 ---
- change --audio-channels default to stereo (use --audio-channels=auto to
get the old default)