summaryrefslogtreecommitdiff
path: root/config/zynqultrascaleplus
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2019-10-141-6/+0
|
* zynqultrascaleplus: enable 'ensure-buffer-count-actual' hackGuillaume Desmottes2018-06-081-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791211
* zynq: remove 'no-disable-outport' hackGuillaume Desmottes2018-05-031-4/+4
| | | | No longer needed with newer version of the OMX stack.
* omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes2018-01-301-2/+2
| | | | | | | | | | | This hack tries to pass as much information as possible from caps to the decoder before it receives any buffer. These information can be used by the OMX decoder to, for example, pre-allocate its internal buffers before starting to decode and so reduce its initial latency. This mechanism is currently supported by the zynqultrascaleplus decoder. https://bugzilla.gnome.org/show_bug.cgi?id=792040
* omxh265dec: add H265 decoderGuillaume Desmottes2017-09-061-0/+9
| | | | | | | | Add HEVC decoder for the zynqultrascaleplus platform. I used the H264 decoder code as a template. https://bugzilla.gnome.org/show_bug.cgi?id=785434
* omxh265enc: add H265 encoderGuillaume Desmottes2017-09-061-0/+9
| | | | | | | | | | 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
* h264dec: add hack to pass profile and level to OMXGuillaume Desmottes2017-07-111-1/+1
| | | | | | | | | | | | This information can be useful to zynqultrascaleplus decoders. They may use this information to reduce startup latency by configuring itself before receiving the first frames. We also have a custom OMX extension allowing the decoder to report the latency. The profile/level information helps it reporting a more accurate latency earlier. https://bugzilla.gnome.org/show_bug.cgi?id=783114
* add 'zynqultrascaleplus' as OMX targetGuillaume Desmottes2017-07-033-0/+24
Adding support for the 'Zynq UltraScale+' as a new OMX target. See https://www.xilinx.com/products/silicon-devices/soc/zynq-ultrascale-mpsoc.html for details about the platform. https://bugzilla.gnome.org/show_bug.cgi?id=783097