diff options
author | Niklas Haas <git@nand.wakku.to> | 2015-01-15 21:32:19 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2015-01-15 21:32:19 +0100 |
commit | 7aaf71861e6a353fc17a44500404c2dcc19bbcb2 (patch) | |
tree | 87d956610531d9a2508f9c5dfab85a6902012933 /DOCS/man | |
parent | 26baf5b9da4faaec6f5e39a8efba7e58dd6317ed (diff) |
manpage: changes.rst: document vo_opengl's placebo features
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/changes.rst | 6 |
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). |