summaryrefslogtreecommitdiff
path: root/omx/gstomxh264utils.c
Commit message (Collapse)AuthorAgeFilesLines
* omxh264: sync with supported profiles on zynqultrascaleplusGuillaume Desmottes2018-04-251-2/+15
| | | | | | | Add extra supported AVC profiles and remove extended and 4:4:4 profiles which are actually not implemented. https://bugzilla.gnome.org/show_bug.cgi?id=794177
* omxh264: factor out gst_omx_h264_utils_get_profile_from_enum()Guillaume Desmottes2018-04-251-14/+35
| | | | | | | | | Move the profile <-> enum mapping to one place. Make changes easier as I'm about to add extra profiles. No semantic change. https://bugzilla.gnome.org/show_bug.cgi?id=794177
* zynqultrascaleplus: add support for extra AVC levelsGuillaume Desmottes2017-11-231-0/+10
| | | | | | | The Zynqultrascaleplus has support for extra AVC levels not defined in the OMX spec as a customer extension. https://bugzilla.gnome.org/show_bug.cgi?id=790758
* omxh264enc: move profile and level parsing functions to their own filesGuillaume Desmottes2017-07-111-0/+87
Will allow to re-use them in the decoder element. https://bugzilla.gnome.org/show_bug.cgi?id=783114