0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/man
Niklas Haas b968d779af aspect: rework --video-unscaled
In the past, --video-unscaled also disabled zooming and aspect ratio
corrections. But this didn't make much sense in terms of being a useful
option. The new behavior just sets the initial video size to be
unscaled, but it's still affected by zoom commands and aspect ratio
corrections.

To get the old behavior back, --video-aspect=0 --video-zoom=0 need to be
added as well (in the general case). Most of the time it should not make
a difference though.

Also, there seems to have been some additional dst_rect clamping code
inside src_dst_split_scaling that didn't seem to either be necessary nor
ever get triggered. (The code immediately above it already makes sure to
crop the video if it's larger than the dst_rect)

No idea why it was there, but I just removed it.
2016-04-10 18:29:20 +02:00
..
af.rst manpage: minor corrections 2016-01-24 19:41:32 +01:00
ao.rst ao_dsound: remove this audio output 2016-01-06 13:52:15 +01:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst man: fix grammar issues 2015-12-19 09:26:41 +01:00
input.rst command: add video-stereo-mode property 2016-03-28 19:40:47 +02:00
ipc.rst man: ipc: update for named pipe IPC on Windows 2016-03-23 23:15:27 +11:00
lua.rst lua: don't require key for mp.add_key_binding() 2016-03-26 10:44:57 +01:00
mpv.rst manpage: change underscore to hyphen in input command 2016-04-03 04:10:23 -07:00
options.rst aspect: rework --video-unscaled 2016-04-10 18:29:20 +02:00
osc.rst osc: add always-on mode and unify visibility mode (always/never/auto) 2016-02-27 22:19:30 +01:00
vf.rst manpage: fix indenting issue in vf_format 2016-02-11 00:14:12 +01:00
vo.rst csputils: add DCI-P3 colorspace 2016-03-19 14:08:01 +01:00