[mythtv-commits] mythtv commit: r20742 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 24 00:49:20 UTC 2009


      Author: markk
        Date: 2009-06-24 00:49:20 +0000 (Wed, 24 Jun 2009)
New Revision: 20742
   Changeset: http://cvs.mythtv.org/trac/changeset/20742

Modified:

   trunk/mythtv/libs/libmythtv/util-vdpau.cpp
   trunk/mythtv/libs/libmythtv/util-vdpau.h

Log:

Add support for VDPAU 'skip chroma deinterlace', noise reduction and sharpen/blur.

As for inverse telecine, these are currently enabled via the custom filters setting in the video display profile (yes - this is temporary). This is a comma seperated list of options such as:-

vdpauivtc, vdpauskipchroma, vdpaudenoise=0.5, vdpausharpen=1.0

The valid range for denoise is 0.0 to 1.0 and for sharpen -1.0 to 1.0, with 0.0 disabling both. It should also be noted that, apart from skipchroma, these options will hurt performance - so don't enable them unnecessarily.





More information about the mythtv-commits mailing list