From 012d297bb13a290508c8a40c5d9f62d6535bb415 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 May 2013 21:00:05 +0200 Subject: video: add --hwdec-codecs option to whitelist codecs for hw decoding --- DOCS/man/en/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index c805e04002..53c04f48fc 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -874,6 +874,18 @@ :vda: OSX :crystalhd: Broadcom Crystal HD +--hwdec-codecs= + Allow hardware decoding for a given list of codecs only. The default is the + special value ``all``, which always allows all codecs. + + This is usually only needed with broken GPUs, where fallback to software + decoding doesn't work properly. + + *EXAMPLE*: + + - ``mpv --hwdec=vdpau --vo=vdpau --hwdec-codecs=h264,mpeg2video`` + Enable vdpau decoding for h264 and mpeg2 only. + --identify Deprecated. Use ``TOOLS/mpv_identify.sh``. -- cgit v1.2.3