GNOME Bugzilla – Bug 797141
v4l2: Add HEVC encoder support
Last modified: 2018-10-24 11:09:23 UTC
I'm don't have any drivers/HW for this yet, but the kernel now have all the interface needed for HEVC encoding. It's quite similar to what we do for H264, but we also need to add tier negotiation to profiles and level.
Created attachment 373959 [details] [review] Add HEVC encode support with v4l2videoenc Add HEVC encode support with v4l2videoenc.
Review of attachment 373959 [details] [review]: I guess the description isn't needed, the patch looks good to me. Are you allowed to point to a kernel tree / board on which we can use this ?
Review of attachment 373959 [details] [review]: Didn't realized it during the review, but this patch is missing build system update. I'm fixing it now, considering how trivial.
Created attachment 374028 [details] [review] v4l2videoenc: Add HEVC support Add HEVC encoder support.
Thanks. Attachment 374028 [details] pushed as 15429ee - v4l2videoenc: Add HEVC support