summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure: Add configure option to pack OpenMAX structuresSebastian Dröge2012-12-191-0/+22
* omx: Initialize structures to version 1.1.2George Kiagiadakis2012-12-191-0/+1
* omx: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-121-0/+3
* omx: Update to new GLib thread APISebastian Dröge2012-11-121-3/+3
* Implement a new custom recursive mutex type and fix locking in callbacks so t...George Kiagiadakis2012-05-071-2/+4
* omx: Add hack to disable setting roles to components.George Kiagiadakis2012-05-031-0/+5
* omxvideodec: Implement no-empty-eos-buffer hack, as in omxvideoenc.George Kiagiadakis2012-05-031-0/+1
* omxvideodec: Add hack for Ducati components not returning from drainArun Raghavan2012-04-261-0/+5
* Port to Gst 0.11Olivier Crête2012-04-131-2/+17
* omx: Add hack for encoder components that don't allow empty EOS buffersSebastian Dröge2011-12-091-0/+5
* omx: Remove QCOM hack to reset nOffset in EmptyBufferDoneSebastian Dröge2011-10-141-5/+1
* omxvideodec: New hack for QCOM to recreate the component instead of reconfigu...Sebastian Dröge2011-09-281-0/+4
* omx: Add hack for Qualcomm's OMX implementation to manually reset nOffset in ...Sebastian Dröge2011-09-261-0/+5
* omx: Wait until the Executing state is reached before calling OMX_FillThisBuf...Sebastian Dröge2011-09-141-6/+0
* omx: Add parenthesis at correct places in the struct init macroSebastian Dröge2011-08-081-2/+2