summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-15omx: Add a hack for not disabling the output port after set_format until the ...Sebastian Dröge1-0/+5
2014-03-15omxvideo: fix debug category initialisationChristian König1-0/+2
2014-03-12omx: simplify tunnel functionsChristian König1-2/+3
2013-05-06omx: Add pads based on element typejitendra1-0/+8
2013-03-26omxvideodec: Add support for egl_render on RPiSebastian Dröge1-0/+4
2013-03-15omx: log commands as stringsTim-Philipp Müller1-0/+2
2013-03-15omx: log states as stringsTim-Philipp Müller1-0/+1
2013-03-15omx: log component name in debug messagesTim-Philipp Müller1-0/+3
2013-03-14omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge1-0/+8
2013-03-13omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge1-0/+3
2013-03-07omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge1-1/+2
2013-03-07omx: Remove min buffer count hack for RPi againSebastian Dröge1-9/+0
2013-03-07omx: Do number of buffers configuration explicitelySebastian Dröge1-1/+1
2013-03-01omx: Handle errors more gracefullySebastian Dröge1-2/+1
2013-02-28omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge1-1/+1
2013-02-28omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge1-0/+8
2013-02-28omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge1-1/+3
2013-02-27omx: Clean up port settings change handlingSebastian Dröge1-9/+1
2013-02-25omx: Refactor waiting for buffers to be released by the component to a separa...Sebastian Dröge1-0/+1
2013-02-25omx: Add methods to set up and close a tunnel between componentsSebastian Dröge1-0/+5
2013-02-12omx: Some minor refactoring and cleanupSebastian Dröge1-1/+1
2013-02-12omx: Split enabling/disabling of port into sending the command and waiting fo...Sebastian Dröge1-1/+3
2013-01-17omx: Fix includes to properly work with the 1.0 releasesSebastian Dröge1-2/+0
2013-01-14omx: Atomic ops are not required anymore for the reconfigurationSebastian Dröge1-1/+0
2013-01-14omx: Implement new approach for locking that should solve all deadlocks on RPiSebastian Dröge1-30/+53
2012-12-19omx: Also initialize nStep field of the OMX structuresSebastian Dröge1-0/+1
2012-12-19omx: Initialize struct version with the OMX version we compiled withSebastian Dröge1-3/+3
2012-12-19configure: Add configure option to pack OpenMAX structuresSebastian Dröge1-0/+22
2012-12-19omx: Initialize structures to version 1.1.2George Kiagiadakis1-0/+1
2012-12-12omx: Fix some compilation errors caused by circular includesSebastian Dröge1-0/+3
2012-11-12omx: Update to new GLib thread APISebastian Dröge1-3/+3
2012-05-07Implement a new custom recursive mutex type and fix locking in callbacks so t...George Kiagiadakis1-2/+4
2012-05-03omx: Add hack to disable setting roles to components.George Kiagiadakis1-0/+5
2012-05-03omxvideodec: Implement no-empty-eos-buffer hack, as in omxvideoenc.George Kiagiadakis1-0/+1
2012-04-26omxvideodec: Add hack for Ducati components not returning from drainArun Raghavan1-0/+5
2012-04-13Port to Gst 0.11Olivier Crête1-2/+17
2011-12-09omx: Add hack for encoder components that don't allow empty EOS buffersSebastian Dröge1-0/+5
2011-10-14omx: Remove QCOM hack to reset nOffset in EmptyBufferDoneSebastian Dröge1-5/+1
2011-09-28omxvideodec: New hack for QCOM to recreate the component instead of reconfigu...Sebastian Dröge1-0/+4
2011-09-26omx: Add hack for Qualcomm's OMX implementation to manually reset nOffset in ...Sebastian Dröge1-0/+5
2011-09-14omx: Wait until the Executing state is reached before calling OMX_FillThisBuf...Sebastian Dröge1-6/+0
2011-08-08omx: Add parenthesis at correct places in the struct init macroSebastian Dröge1-2/+2
2011-08-01omx: Add a hacks flag for the Qualcomm 7x30 OMX_FillThisBuffer() race and mak...Sebastian Dröge1-0/+6
2011-07-28omx: Add wrapper functions for OMX_[GS]et{Config,Parameter}Sebastian Dröge1-0/+6
2011-07-28omx: Add macro to initialize OpenMAX structuresSebastian Dröge1-0/+8
2011-07-20omxvideoenc: Add video encoder base class and MPEG4 video encoderSebastian Dröge1-1/+10
2011-07-19omx: Rework port reconfiguration again and only use the Bellagio specific hac...Sebastian Dröge1-14/+13
2011-07-19omx: Add infrastructure to enable special hacks for broken OpenMAX implementa...Sebastian Dröge1-1/+16
2011-07-13omx: Add support for setting the component-roleSebastian Dröge1-1/+1
2011-07-13omx: Improve error reporting by formatting the error codes better and also pr...Sebastian Dröge1-0/+3