[Libva] [PATCH intel-driver 0/5] Fix support for grayscale

Gwenole Beauchesne gb.devel at gmail.com
Fri May 9 23:03:29 PDT 2014


Hi,

This patch series fixes and optimizes support for grayscale streams (Patch5).

Patches 2 to 4 are colateral preparatory work for fixing VA config
queries and creation.

Regards,
Gwenole Beauchesne (5):
  surface: fix vaDeriveImage() for grayscale.
  config: fix vaGetConfigAttributes() to validate profile/entrypoint.
  config: fix vaCreateConfig() to not override user chroma format.
  config: fix supported set of chroma formats for JPEG decode.
  decoder: h264: optimize support for grayscale surfaces.

 src/gen6_mfd.c           |  21 ++--
 src/gen75_mfd.c          |  19 +--
 src/gen7_mfd.c           |  19 +--
 src/gen8_mfd.c           |  19 +--
 src/i965_decoder_utils.c |  71 ++++++++++-
 src/i965_decoder_utils.h |   8 ++
 src/i965_drv_video.c     | 299 ++++++++++++++++++++++++++++++++---------------
 src/i965_drv_video.h     |  14 +++
 8 files changed, 318 insertions(+), 152 deletions(-)

-- 
1.9.1



More information about the Libva mailing list