I am trying to decode HEVC 10 bit video stream on Intel HD 5500 and the newer skylake platform, which is supposed to support HEVC 10 decoding. I used to use Microsoft mft interface to do the hardware decoding with h264. With mft, does HEVC still work?
Intel media SDK does have HEVC decoder sample, but it is just too hard to use. Is there a simple sample on how to use it?
Another question is, is the decoded frame available as an OpenGL frame? In the example, it was passed to a Direct3D surface.