Skip to content

Intel Media Driver Q3'19 Release

Compare
Choose a tag to compare
@hanlong1 hanlong1 released this 08 Oct 11:44
· 1 commit to intel-media-19.3 since this release

Dependencies

GmmLib intel-gmmlib-19.3.1
Libva 2.6.0.pre1

Supported Platforms

BDW/SKL/APL(BXT)/KBL/CFL/WHL/CML/ICL/EHL

Key Improvement:

  1. [VP] Optimized surface cache policies.
  2. [VP] added Y8/10bit-RGB support in vaCreateImage to improve the compatibility with Gstreamer
  3. [VP] enabled new Y400P/Y411P output format and YV12 USERPTR output support.
  4. Add some device IDs for CML ,EHL, JSL.
  5. [Encode] Enable HEVC 422 10 bit in PG mode on ICL.
  6. [Encode] Add default quantization matrix for HEVC.
  7. [Encode] Disable AVC VDEnc MB QP in CQP mode on ICL
  8. [Decode] Fix resource sync issue #2
  9. UYVY format should use Y tiling.Fixes #616.
  10. Make the width of created surface for P010, etc alignment.Fixes #650.
  11. Avoid invalid max/min qp for AVC encoding.Fixes #587.
  12. Add VAConfigAttribMaxFrameSize query support for AVC encoding.Fixes #643
  13. Fix the depth of RGBA image format from 24 to 32. Fixes #673.