Soft Decode HEVC/H265 video using OpenHEVC
playable but not smooth(STATUS: DONE. due to pts not correct set)video renderring is not correct sometimes when seeking is performed)(STATUS: DONE. due to needs flush decoder when seek performed)potential frame drop at play ends (STATUS: DONE. Fixed)seek in video is very slow (STATUS: DONE. due to the default extract seek setting parameter in exoplayer)more yuv format support, only YUV420 is handled currently(STATUS: DONE. yuv422 and yuv 444 is supported now)~~jni performance improvements (STATUS: DONE. decode and render frame now in a single jni call, performance improved 4x)native drawing using ANativeWindow improve data copy and yuv rgb conversion performance (STATUS: WIP.)- drm support(STATUS: WAIT.)