From 53fab20c6d5d13bc6baaa8321186ef6b3c8a8844 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 16 Feb 2017 10:53:48 -0800 Subject: vo_opengl: implement videotoolbox hwdec on iOS Implements --hwdec=videotoolbox on iOS. Similar to hwdec_osx.c, but using CVPixelBuffer APIs available on iOS instead of the equivalent IOSurface APIs in macOS. --- DOCS/man/options.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7db72b9fef..2cb7e422a1 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -634,8 +634,9 @@ Video :vdpau-copy: copies video back into system RAM (Linux with some GPUs only) :vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux only) :vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only) - :videotoolbox: requires ``--vo=opengl`` (OS X 10.8 and up only) - :videotoolbox-copy: copies video back into system RAM (OS X 10.8 and up only) + :videotoolbox: requires ``--vo=opengl`` (OS X 10.8 and up), + or ``--vo=opengl-cb`` (iOS 9.0 and up) + :videotoolbox-copy: copies video back into system RAM (OS X 10.8 or iOS 9.0 and up) :dxva2: requires ``--vo=opengl`` with ``--opengl-backend=angle`` or ``--opengl-backend=dxinterop`` (Windows only) :dxva2-copy: copies video back to system RAM (Windows only) -- cgit v1.2.3