summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-02 19:24:18 +0100
committerwm4 <wm4@nowhere>2013-12-02 19:24:18 +0100
commit14d92a4685417610e63307926a799cd5c43b1940 (patch)
treed3a35787824f9983367d2870d99236d70b74210b /DOCS
parent391035d8574ceef316112779035dc540dba4d264 (diff)
downloadmpv-14d92a4685417610e63307926a799cd5c43b1940.tar.bz2
mpv-14d92a4685417610e63307926a799cd5c43b1940.tar.xz
manpage: mention that vda can work with vo_opengl
Also, with the addition of VDA, all hardware decoding backends work with vo_opengl now.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/changes.rst1
-rw-r--r--DOCS/man/en/options.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 8740dcdb55..6f6818230a 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -103,6 +103,7 @@ General Changes for mplayer2 to mpv
* Native VAAPI support
* OSX: VDA support using libavcodec hwaccel API insted of FFmpeg's decoder. Up
to 2-2.5x reduction in CPU usage.
+* Make hardware decoding in general work with the ``opengl`` video output.
* General bug fixes and removal of long-standing issues
* General code cleanups (including refactoring or rewrites of many parts)
* Many more changes
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 15cba5e460..501475f33a 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1118,7 +1118,7 @@ OPTIONS
:vdpau: requires ``--vo=vdpau`` or ``--vo=opengl`` (Linux only)
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux with Intel GPUs only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)
- :vda: requires ``--vo=corevideo`` (OSX only)
+ :vda: requires ``--vo=opengl`` or ``--vo=corevideo`` (OSX only)
``auto`` tries to automatically enable hardware decoding using the first
available method. This still depends what VO you are using. For example,