From 14d92a4685417610e63307926a799cd5c43b1940 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 2 Dec 2013 19:24:18 +0100 Subject: manpage: mention that vda can work with vo_opengl Also, with the addition of VDA, all hardware decoding backends work with vo_opengl now. --- DOCS/man/en/changes.rst | 1 + DOCS/man/en/options.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS') 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, -- cgit v1.2.3