[Mesa-dev] [PATCH 0/7] omx hevc decode support
Christian König
deathsimple at vodafone.de
Tue Sep 6 09:25:21 UTC 2016
The whole series is Acked-by: Christian König <christian.koenig at amd.com>.
I tried to look closer into it, but I only have two hands and one head.
Regards,
Christian.
Am 31.08.2016 um 15:51 schrieb Leo Liu:
> 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
>
More information about the mesa-dev
mailing list