summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-01-15 21:32:19 +0100
committerNiklas Haas <git@nand.wakku.to>2015-01-15 21:32:19 +0100
commit7aaf71861e6a353fc17a44500404c2dcc19bbcb2 (patch)
tree87d956610531d9a2508f9c5dfab85a6902012933
parent26baf5b9da4faaec6f5e39a8efba7e58dd6317ed (diff)
downloadmpv-7aaf71861e6a353fc17a44500404c2dcc19bbcb2.tar.bz2
mpv-7aaf71861e6a353fc17a44500404c2dcc19bbcb2.tar.xz
manpage: changes.rst: document vo_opengl's placebo features
-rw-r--r--DOCS/man/changes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 6f3a653b22..7dac55d4cf 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -71,7 +71,11 @@ Video
* Support for libavfilter (for video->video and audio->audio). This allows
using most of FFmpeg's filters, which improve greatly on the old MPlayer
filters in features, performance, and correctness.
-* More correct color reproduction (color matrix generation).
+* More correct color reproduction (color matrix generation), including support
+ for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.
+* Support for color managed displays, via ICC profiles.
+* More high-quality image resamplers (see the ``lscale`` suboption).
+* Support for scaling in (sigmoidized) linear light.
* Better subtitle rendering using libass by default.
* Improvements when playing multiple files (``--fixed-vo`` is default, do not
reset settings by default when playing a new file).