From 61a1612de9c18d497c3be01f10b0fabc2066d76f Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 6 Jul 2017 10:54:40 -0700 Subject: hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames --- DOCS/man/options.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index f5f668368e..c047e6d2d4 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -681,6 +681,7 @@ Video :d3d11va: requires ``--vo=gpu`` with ``--gpu-context=angle`` (Windows 8+ only) :d3d11va-copy: copies video back to system RAM (Windows 8+ only) + :mediacodec: requires ``--vo=mediacodec_embed`` (Android only) :mediacodec-copy: copies video back to system RAM (Android only) :rpi: requires ``--vo=gpu`` (Raspberry Pi only - default if available) :rpi-copy: copies video back to system RAM (Raspberry Pi only) @@ -2480,6 +2481,10 @@ Window support window embedding of foreign processes, this works only with libmpv, and will crash when used from the command line. + On Android, the ID is interpreted as ``android.view.Surface``. Pass it as a + value cast to ``intptr_t``. Use with ``--vo=mediacodec_embed`` and + ``--hwdec=mediacodec`` for direct rendering using MediaCodec. + ``--no-window-dragging`` Don't move the window when clicking on it and moving the mouse pointer. -- cgit v1.2.3