From c0e13d54a85663ff8ac87d2910f1688978ea1f60 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 3 Apr 2016 13:55:37 +0200 Subject: 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. --- DOCS/interface-changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/interface-changes.rst') 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) -- cgit v1.2.3