[Mesa-dev] [PATCH 0/7] omx hevc decode support

Leo Liu leo.liu at amd.com
Wed Aug 31 13:51:22 UTC 2016


This set implements hevc decode for omx, it includes basic structures
from h264 implementation and hevc specific sps, pps, slice header and
reference picture sets, as well as what's required by uvd.

Leo Liu (7):
  st/omx/dec: add initial omx hevc support
  st/omx/dec/h265: add sequence parameter sets
  st/omx/dec/h265: add picture parameter sets
  st/omx/dec/h265: add slice header
  st/omx/dec/h265: add short term reference picture sets
  st/omx/dec/h265: get the reference list for uvd
  st/omx/dec: enable hevc omx decode support

 src/gallium/state_trackers/omx/Makefile.sources |   1 +
 src/gallium/state_trackers/omx/vid_dec.c        |  23 +-
 src/gallium/state_trackers/omx/vid_dec.h        |  19 +
 src/gallium/state_trackers/omx/vid_dec_h265.c   | 897 ++++++++++++++++++++++++
 4 files changed, 939 insertions(+), 1 deletion(-)
 create mode 100644 src/gallium/state_trackers/omx/vid_dec_h265.c

-- 
2.7.4



More information about the mesa-dev mailing list