summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
Commit message (Expand)AuthorAgeFilesLines
* omx: add alternate flags to buffer_flags_mapGuillaume Desmottes2020-02-271-0/+4
* omx: don't log error when failing to load conf file with generic targetGuillaume Desmottes2020-02-251-8/+17
* omx: remove useless double negationsGuillaume Desmottes2020-01-071-2/+2
* omx: Add helper to enable/disable/read subframe modeNicolas Dufresne2019-12-221-0/+55
* zynq: add mapping for latest custom indexesGuillaume Desmottes2019-12-191-0/+30
* omx: log the number of pending buffers when port is EOSGuillaume Desmottes2019-09-041-1/+2
* omx: log when an output port is eosGuillaume Desmottes2019-09-041-2/+8
* gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_bufGeorge Kiagiadakis2019-04-251-18/+0
* Fixes build with omx >= 1.2.0Julien Isorce2019-04-161-12/+19
* omx: disable OMX_API_TRACE code if gst debug is disabledGuillaume Desmottes2019-03-261-0/+6
* omx: log Get/SetParameter/Config callsGuillaume Desmottes2019-03-261-0/+476
* omxbufferpool: fix race when releasing input buffersGuillaume Desmottes2019-01-081-0/+11
* omx: fix OMX_EventBufferFlag OMX_API_TRACE structGuillaume Desmottes2018-11-261-1/+2
* omx: rename OMX_PERFORMANCE debug cat to OMX_API_TRACEGuillaume Desmottes2018-09-261-20/+20
* omx: log OMX commands with OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-09-191-0/+55
* omx: factor out gst_omx_component_send_command()Guillaume Desmottes2018-09-191-5/+18
* omx: log OMX events with OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-09-191-0/+141
* omx: rename log_omx_performance() to log_omx_performance_buffer()Guillaume Desmottes2018-09-191-6/+6
* omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes2018-08-301-1/+34
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-301-5/+12
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-301-1/+26
* omx: call gst_omx_buffer_unmap() when handling BUFFER_DONEGuillaume Desmottes2018-08-301-5/+7
* omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes2018-08-301-0/+18
* omx: add pBuffer to OMX_PERFORMANCE logsGuillaume Desmottes2018-08-301-1/+4
* omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes2018-08-301-0/+32
* omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes2018-08-291-6/+16
* omx: factor out should_wait_until_flushed()Guillaume Desmottes2018-08-291-7/+15
* omxvideoenc: implement decide_allocationGuillaume Desmottes2018-06-081-5/+7
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-081-0/+30
* omx: always consider component in 'invalid' state when an error occuredGuillaume Desmottes2018-06-081-4/+4
* log_omx_performance: convert pointers to stringsGuillaume Desmottes2018-04-061-2/+11
* omx: Free empty buffers list in use_dynamic_buffersNicolas Dufresne2018-03-051-0/+2
* Revert "omx: wait for flush complete and buffers being released when flushing"Nicolas Dufresne2018-03-021-1/+1
* omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes2018-01-301-0/+2
* log failing OMX calls as errorsGuillaume Desmottes2018-01-291-17/+27
* add OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-01-291-0/+40
* omxvideoenc: implement dmabuf import on zynqultrascaleplusGuillaume Desmottes2018-01-291-1/+36
* omx: add API to implement dynamic buffers supportGuillaume Desmottes2017-12-141-0/+143
* omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes2017-11-281-1/+1
* gst_omx_port_set_flushing: simplify waiting loopGuillaume Desmottes2017-11-281-3/+8
* omx: fix build on rpiGuillaume Desmottes2017-10-191-1/+1
* omx: also reset nTimeStamp when re-using buffersGuillaume Desmottes2017-10-111-0/+1
* omx: factor out gst_omx_buffer_reset()Guillaume Desmottes2017-10-111-12/+11
* add gst_omx_buffer_flags_to_string()Guillaume Desmottes2017-10-111-4/+93
* omxh265dec: add H265 decoderGuillaume Desmottes2017-09-061-1/+2
* omxh265enc: add H265 encoderGuillaume Desmottes2017-09-061-0/+4
* omx: display states as string if changing failedGuillaume Desmottes2017-09-041-2/+3
* omx: also reset nFilledLen before calling OMX_FillThisBuffer()Guillaume Desmottes2017-08-011-1/+3
* omx: Possible Memory leak in gst_caps_from_stringSatya Prakash Gupta2017-07-171-0/+2
* omx: do not always print an error if OMX_{UseBuffer,EGLImage} failsJulien Isorce2017-07-121-1/+6