summaryrefslogtreecommitdiff
path: root/omx/gstomxh265enc.h
Commit message (Collapse)AuthorAgeFilesLines
* omxh265enc: handle CODECCONFIG buffersGuillaume Desmottes2019-12-221-0/+2
| | | | Exact same code as omxh264enc.
* omxh265enc: add some encoding propertiesGuillaume Desmottes2018-01-301-0/+2
| | | | | | | constrained-intra-prediction and loop-filter-mode. Those map standard OMX settings. https://bugzilla.gnome.org/show_bug.cgi?id=792528
* omxh265enc: add H265 encoderGuillaume Desmottes2017-09-061-0/+68
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