summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-09omxh26xdec: videodecoder support subframeNicolas Dufresne1-1/+2
2020-05-21omx: Add latest OMX_ALG_Index's to omx_index_type_to_strDylan Yip1-12/+28
2020-05-21zynq: change API to use public 2020.01 from vcu-omx-ilStéphane Cerveau1-2/+2
2020-02-27omx: add alternate flags to buffer_flags_mapGuillaume Desmottes1-0/+4
2020-02-25omx: don't log error when failing to load conf file with generic targetGuillaume Desmottes1-8/+17
2020-01-07omx: remove useless double negationsGuillaume Desmottes1-2/+2
2019-12-22omx: Add helper to enable/disable/read subframe modeNicolas Dufresne1-0/+55
2019-12-19zynq: add mapping for latest custom indexesGuillaume Desmottes1-0/+30
2019-09-04omx: log the number of pending buffers when port is EOSGuillaume Desmottes1-1/+2
2019-09-04omx: log when an output port is eosGuillaume Desmottes1-2/+8
2019-04-25gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_bufGeorge Kiagiadakis1-18/+0
2019-04-16Fixes build with omx >= 1.2.0Julien Isorce1-12/+19
2019-03-26omx: disable OMX_API_TRACE code if gst debug is disabledGuillaume Desmottes1-0/+6
2019-03-26omx: log Get/SetParameter/Config callsGuillaume Desmottes1-0/+476
2019-01-08omxbufferpool: fix race when releasing input buffersGuillaume Desmottes1-0/+11
2018-11-26omx: fix OMX_EventBufferFlag OMX_API_TRACE structGuillaume Desmottes1-1/+2
2018-09-26omx: rename OMX_PERFORMANCE debug cat to OMX_API_TRACEGuillaume Desmottes1-20/+20
2018-09-19omx: log OMX commands with OMX_PERFORMANCE debug categoryGuillaume Desmottes1-0/+55
2018-09-19omx: factor out gst_omx_component_send_command()Guillaume Desmottes1-5/+18
2018-09-19omx: log OMX events with OMX_PERFORMANCE debug categoryGuillaume Desmottes1-0/+141
2018-09-19omx: rename log_omx_performance() to log_omx_performance_buffer()Guillaume Desmottes1-6/+6
2018-08-30omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes1-1/+34
2018-08-30omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes1-5/+12
2018-08-30turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes1-1/+26
2018-08-30omx: call gst_omx_buffer_unmap() when handling BUFFER_DONEGuillaume Desmottes1-5/+7
2018-08-30omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes1-0/+18
2018-08-30omx: add pBuffer to OMX_PERFORMANCE logsGuillaume Desmottes1-1/+4
2018-08-30omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes1-0/+32
2018-08-29omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes1-6/+16
2018-08-29omx: factor out should_wait_until_flushed()Guillaume Desmottes1-7/+15
2018-06-08omxvideoenc: implement decide_allocationGuillaume Desmottes1-5/+7
2018-06-08omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes1-0/+30
2018-06-08omx: always consider component in 'invalid' state when an error occuredGuillaume Desmottes1-4/+4
2018-04-06log_omx_performance: convert pointers to stringsGuillaume Desmottes1-2/+11
2018-03-05omx: Free empty buffers list in use_dynamic_buffersNicolas Dufresne1-0/+2
2018-03-02Revert "omx: wait for flush complete and buffers being released when flushing"Nicolas Dufresne1-1/+1
2018-01-30omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes1-0/+2
2018-01-29log failing OMX calls as errorsGuillaume Desmottes1-17/+27
2018-01-29add OMX_PERFORMANCE debug categoryGuillaume Desmottes1-0/+40
2018-01-29omxvideoenc: implement dmabuf import on zynqultrascaleplusGuillaume Desmottes1-1/+36
2017-12-14omx: add API to implement dynamic buffers supportGuillaume Desmottes1-0/+143
2017-11-28omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes1-1/+1
2017-11-28gst_omx_port_set_flushing: simplify waiting loopGuillaume Desmottes1-3/+8
2017-10-19omx: fix build on rpiGuillaume Desmottes1-1/+1
2017-10-11omx: also reset nTimeStamp when re-using buffersGuillaume Desmottes1-0/+1
2017-10-11omx: factor out gst_omx_buffer_reset()Guillaume Desmottes1-12/+11
2017-10-11add gst_omx_buffer_flags_to_string()Guillaume Desmottes1-4/+93
2017-09-06omxh265dec: add H265 decoderGuillaume Desmottes1-1/+2
2017-09-06omxh265enc: add H265 encoderGuillaume Desmottes1-0/+4
2017-09-04omx: display states as string if changing failedGuillaume Desmottes1-2/+3