summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-09-06 14:01:37 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-09-06 14:10:22 +0200
commita1d3afb395a8cea5327e3155f32c3d808bd52c49 (patch)
tree564b7622a02995433c1f4aa2c697d22bef382617 /DOCS
parenta6774d3a83481d77716409fa87963983e663dfe2 (diff)
downloadmpv-a1d3afb395a8cea5327e3155f32c3d808bd52c49.tar.bz2
mpv-a1d3afb395a8cea5327e3155f32c3d808bd52c49.tar.xz
vo_corevideo: remove this VO
This was kept in the codebase because it is slightly faster than --vo=opengl on really old Intel cards (from the GMA era). Time to kill it, and let it rest. Fixes #1061
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
-rw-r--r--DOCS/man/vo.rst7
2 files changed, 1 insertions, 8 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 73378d5ad3..413e5ca5ee 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -475,7 +475,7 @@ Video
: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=opengl`` or ``--vo=corevideo`` (OS X only)
+ :vda: requires ``--vo=opengl`` (OS X only)
``auto`` tries to automatically enable hardware decoding using the first
available method. This still depends what VO you are using. For example,
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 184aac4dad..14ce9efc9e 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -259,13 +259,6 @@ Available video output drivers are:
.. note:: This driver is for compatibility with old systems.
-``corevideo`` (Mac OS X 10.6 and later)
- Mac OS X CoreVideo video output driver. Uses the CoreVideo APIs to fill
- PixelBuffers and generate OpenGL textures from them (useful as a fallback
- for ``opengl``).
-
- .. note:: This driver is for compatibility with old systems.
-
``opengl``
OpenGL video output driver. It supports extended scaling methods, dithering
and color management.