Difference between revisions of "VAAPI"

From MythTV Official Wiki
Jump to: navigation, search
Line 2: Line 2:
 
{{Wikipedia|Video Acceleration API}}
 
{{Wikipedia|Video Acceleration API}}
  
'''V'''ideo '''A'''cceleration '''API''' is a successor to [[XvMC]], providing partial and full hardware offloading of video decoding. This interface is available on Intel graphics. Interface frontends are also available for ATI's XvBA and nVidia's [[VDPAU]]. Support for VAAPI in MythTV is under development ({{ticket|8593}}, {{changeset|25202}}, {{changeset|25204}})
+
'''V'''ideo '''A'''cceleration '''API''' is a successor to [[XvMC]], providing partial and full hardware offloading of video decoding. This interface is available on Intel graphics. Interface frontends are also available for ATI's XvBA and nVidia's [[VDPAU]]. VAAPI in MythTV is under development for 0.24 ({{ticket|8593}}, {{changeset|25202}}, {{changeset|25204}}, {{changeset|25256}}, {{changeset|25868}}, {{changeset|26098}})
  
 
In case you would like to test the VAAPI/XvBA backend, you'll need the latest Splitted Desktop libraries (libva and xvba-video) drivers from [http://www.splitted-desktop.com/~gbeauchesne/ here]
 
In case you would like to test the VAAPI/XvBA backend, you'll need the latest Splitted Desktop libraries (libva and xvba-video) drivers from [http://www.splitted-desktop.com/~gbeauchesne/ here]
 +
 +
To test the VAAPI, take the latest trunc and compiled with ./configure --disable-vdpau --enable-vaapi
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 12:43, 12 September 2010

Wikipedia-logo-en.png
Wikipedia has an article on:

Video Acceleration API is a successor to XvMC, providing partial and full hardware offloading of video decoding. This interface is available on Intel graphics. Interface frontends are also available for ATI's XvBA and nVidia's VDPAU. VAAPI in MythTV is under development for 0.24 (#8593, [25202], [25204], [25256], [25868], [26098])

In case you would like to test the VAAPI/XvBA backend, you'll need the latest Splitted Desktop libraries (libva and xvba-video) drivers from here

To test the VAAPI, take the latest trunc and compiled with ./configure --disable-vdpau --enable-vaapi