[Libva] [PATCH Libva-intel-driver 0/4] Use the VA_FOURCC_ABCD constant to replace VA_FOURCC(A, B, C, D)

Zhao Yakui yakui.zhao at intel.com
Wed Mar 19 23:24:39 PDT 2014


This is the patch set that try to use the VA_FOURCC_ABCD constant to replace
the VA_FOURCC(A,B,C,D). There is no function change. But it is helpful
to avoid the typo error of VA_FOURCC(A,B,C,D).

Zhao Yakui (4):
  [Patch 01/4] Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in
    i965_drv_video.c
  [Patch 02/4] VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)
  [Patch 03/4] VEBOX: Use the VA_FOURCC_ABCD constant to replace the
    VA_FOURCC(A,B,C,D)
  [Patch 04/4] Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)

 src/Makefile.am             |   1 +
 src/gen6_mfc_common.c       |   2 +-
 src/gen6_mfd.c              |   6 +-
 src/gen75_mfc.c             |   2 +-
 src/gen75_mfd.c             |  26 +--
 src/gen75_picture_process.c |   6 +-
 src/gen75_vpp_gpe.c         |   2 +-
 src/gen75_vpp_vebox.c       |  83 +++++-----
 src/gen7_mfc.c              |   2 +-
 src/gen7_mfd.c              |  26 +--
 src/gen8_mfc.c              |   2 +-
 src/gen8_mfd.c              |  26 +--
 src/gen8_post_processing.c  |  42 ++---
 src/gen8_render.c           |   6 +-
 src/i965_avc_bsd.c          |   2 +-
 src/i965_decoder_utils.c    |   2 +-
 src/i965_drv_video.c        | 396 ++++++++++++++++++++++----------------------
 src/i965_drv_video.h        |   1 +
 src/i965_encoder.c          |   4 +-
 src/i965_fourcc.h           |  36 ++++
 src/i965_gpe_utils.c        |  10 +-
 src/i965_media_mpeg2.c      |   2 +-
 src/i965_output_wayland.c   |  18 +-
 src/i965_post_processing.c  | 204 +++++++++++------------
 src/i965_render.c           |   6 +-
 25 files changed, 475 insertions(+), 438 deletions(-)
 create mode 100644 src/i965_fourcc.h

-- 
1.8.2-rc2



More information about the Libva mailing list