summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
Commit message (Expand)AuthorAgeFilesLines
* omx: Add helper to enable/disable/read subframe modeNicolas Dufresne2019-12-221-0/+2
* gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_bufGeorge Kiagiadakis2019-04-251-3/+0
* omxbufferpool: fix race when releasing input buffersGuillaume Desmottes2019-01-081-0/+1
* omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes2018-08-301-0/+2
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-301-2/+9
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-301-1/+5
* omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes2018-08-301-0/+3
* omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes2018-08-301-0/+2
* omxvideoenc: implement decide_allocationGuillaume Desmottes2018-06-081-1/+1
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-081-0/+8
* omxvideoenc: restore OMX default target-bitrate if requested by userGuillaume Desmottes2018-04-231-0/+5
* include all OMX extension headers if presentGuillaume Desmottes2018-01-301-0/+20
* omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes2018-01-301-0/+9
* omxvideoenc: implement dmabuf import on zynqultrascaleplusGuillaume Desmottes2018-01-291-0/+2
* omx: add API to implement dynamic buffers supportGuillaume Desmottes2017-12-141-0/+23
* add gst_omx_buffer_flags_to_string()Guillaume Desmottes2017-10-111-0/+1
* build: include OMX_IndexExt and OMX_ComponentExt if presentGuillaume Desmottes2017-07-131-0/+8
* h264dec: add hack to pass profile and level to OMXGuillaume Desmottes2017-07-111-0/+7
* omx: guard some omx enums with IL versionGurkirpal Singh2017-07-051-0/+11
* omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for RpiJan Schmidt2017-03-141-0/+5
* Add a signals-premature-eos hack for egl_renderGeorge Kiagiadakis2016-12-131-0/+5
* omx: #define OMX_SKIP64BIT on the RPi as required by their APISebastian Dröge2016-06-171-0/+13
* omx: Only include OMX_VideoExt.h conditionallySebastian Dröge2014-06-241-0/+4
* omx: Add a hack for not disabling the output port after set_format until the ...Sebastian Dröge2014-05-151-0/+5
* omxvideo: fix debug category initialisationChristian König2014-03-151-0/+2
* omx: simplify tunnel functionsChristian König2014-03-121-2/+3
* omx: Add pads based on element typejitendra2013-05-061-0/+8
* omxvideodec: Add support for egl_render on RPiSebastian Dröge2013-03-261-0/+4
* omx: log commands as stringsTim-Philipp Müller2013-03-151-0/+2
* omx: log states as stringsTim-Philipp Müller2013-03-151-0/+1
* omx: log component name in debug messagesTim-Philipp Müller2013-03-151-0/+3
* omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge2013-03-141-0/+8
* omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2013-03-131-0/+3
* omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge2013-03-071-1/+2
* omx: Remove min buffer count hack for RPi againSebastian Dröge2013-03-071-9/+0
* omx: Do number of buffers configuration explicitelySebastian Dröge2013-03-071-1/+1
* omx: Handle errors more gracefullySebastian Dröge2013-03-011-2/+1
* omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge2013-02-281-1/+1
* omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge2013-02-281-0/+8
* omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge2013-02-281-1/+3
* omx: Clean up port settings change handlingSebastian Dröge2013-02-271-9/+1
* omx: Refactor waiting for buffers to be released by the component to a separa...Sebastian Dröge2013-02-251-0/+1
* omx: Add methods to set up and close a tunnel between componentsSebastian Dröge2013-02-251-0/+5
* omx: Some minor refactoring and cleanupSebastian Dröge2013-02-121-1/+1
* omx: Split enabling/disabling of port into sending the command and waiting fo...Sebastian Dröge2013-02-121-1/+3
* omx: Fix includes to properly work with the 1.0 releasesSebastian Dröge2013-01-171-2/+0
* omx: Atomic ops are not required anymore for the reconfigurationSebastian Dröge2013-01-141-1/+0
* omx: Implement new approach for locking that should solve all deadlocks on RPiSebastian Dröge2013-01-141-30/+53
* omx: Also initialize nStep field of the OMX structuresSebastian Dröge2012-12-191-0/+1
* omx: Initialize struct version with the OMX version we compiled withSebastian Dröge2012-12-191-3/+3