summaryrefslogtreecommitdiff
path: root/omx/gstomxh265utils.h
Commit message (Collapse)AuthorAgeFilesLines
* omxh265: factor out gst_omx_h265_utils_get_profile_from_enum()Guillaume Desmottes2018-04-251-0/+2
| | | | | | | | | Move the profile <-> enum mapping to one place. Make changes easier as I'm about to add some profiles. No semantic change. https://bugzilla.gnome.org/show_bug.cgi?id=794177
* omxh265enc: add H265 encoderGuillaume Desmottes2017-09-061-0/+35
The OMX spec doesn't support HEVC but the OMX stack of the zynqultrascaleplus adds it as a custom extension. It uses the same API as the one of Android's OMX stack. I used the H264 encoder code as a template. https://bugzilla.gnome.org/show_bug.cgi?id=785434