After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797141 - v4l2: Add HEVC encoder support
v4l2: Add HEVC encoder support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-14 00:51 UTC by Nicolas Dufresne (ndufresne)
Modified: 2018-10-24 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add HEVC encode support with v4l2videoenc (10.69 KB, patch)
2018-10-18 08:30 UTC, Amit Pandya
needs-work Details | Review
v4l2videoenc: Add HEVC support (11.65 KB, patch)
2018-10-24 11:03 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2018-09-14 00:51:53 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.
Comment 1 Amit Pandya 2018-10-18 08:30:31 UTC
Created attachment 373959 [details] [review]
Add HEVC encode support with v4l2videoenc

Add HEVC encode support with v4l2videoenc.
Comment 2 Nicolas Dufresne (ndufresne) 2018-10-18 13:22:46 UTC
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 ?
Comment 3 Nicolas Dufresne (ndufresne) 2018-10-24 11:00:46 UTC
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.
Comment 4 Nicolas Dufresne (ndufresne) 2018-10-24 11:03:29 UTC
Created attachment 374028 [details] [review]
v4l2videoenc: Add HEVC support

Add HEVC encoder support.
Comment 5 Nicolas Dufresne (ndufresne) 2018-10-24 11:08:26 UTC
Thanks.

Attachment 374028 [details] pushed as 15429ee - v4l2videoenc: Add HEVC support