intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
303 stars 126 forks source link

Make vaExportSurfaceHandle work for IMC3 #477

Closed DCastagna closed 5 years ago

DCastagna commented 5 years ago

vaExportSurfaceHandle currently doesn't support IMC3 format. This patch adds support for IMC3 in seprate layers mode and fixes ExportSurfaceHandle to work with formats that might have alignment requirements for U/V plane start addresses.

This can be used to export VAAPI decoded JPEGs without incurring in additional copies.