GNOME Bugzilla – Bug 794177
zynqultrascaleplus: add support for more AVC and HEVC profiles
Last modified: 2018-04-25 07:23:30 UTC
The zynqultrascaleplus gained support for a bunch of extra profiles.
Created attachment 369458 [details] [review] omxh265: factor out gst_omx_h265_utils_get_profile_from_enum() Move the profile <-> enum mapping to one place. Make changes easier as I'm about to add some profiles. No semantic change.
Created attachment 369459 [details] [review] omxh265: add format range extension profiles on zynqultrascaleplus The zynqultrascaleplus OMX gained support for more format range extensions profiles (A.3.5).
Created attachment 369460 [details] [review] omxh264: factor out gst_omx_h264_utils_get_profile_from_enum() Move the profile <-> enum mapping to one place. Make changes easier as I'm about to add extra profiles. No semantic change.
Created attachment 369461 [details] [review] omxh264: sync with supported profiles on zynqultrascaleplus Add extra supported AVC profiles and remove extended and 4:4:4 profiles which are actually not implemented.
Review of attachment 369458 [details] [review]: .
Review of attachment 369459 [details] [review]: .
Review of attachment 369460 [details] [review]: .
Review of attachment 369461 [details] [review]: .
Attachment 369458 [details] pushed as f9922a1 - omxh265: factor out gst_omx_h265_utils_get_profile_from_enum() Attachment 369459 [details] pushed as 4e75bab - omxh265: add format range extension profiles on zynqultrascaleplus Attachment 369460 [details] pushed as 7242d0a - omxh264: factor out gst_omx_h264_utils_get_profile_from_enum() Attachment 369461 [details] pushed as 83e580b - omxh264: sync with supported profiles on zynqultrascaleplus