From 585c5c34f1195007beb012668aa9a22cb47b1f37 Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sat, 19 Nov 2016 13:57:23 -0800 Subject: vo_opengl: hwdec_cuda: Support P016 output surfaces The latest 375.xx nvidia drivers add support for P016 output surfaces. In combination with an ffmpeg change to return those surfaces, we can display them. The bulk of the work is related to knowing which format you're dealing with at the right time. Once you know, it's straight forward. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index bf98370eee..82c51fc503 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -703,8 +703,8 @@ Video mechanism in the opengl output path. To use this deinterlacing you must pass the option: ``vd-lavc-o=deint=[weave|bob|adaptive]``. Pass ``weave`` to not attempt any deinterlacing. - 10bit HEVC is available if the hardware supports it but it will be - rounded down to 8 bits. + 10 and 12bit HEVC is available if the hardware supports it and a + sufficiently new driver (> 375.xx) is used. ``cuda-copy`` has the same behaviour as ``cuda`` - including the ability to deinterlace inside the decoder. However, traditional deinterlacing -- cgit v1.2.3