summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes build with omx >= 1.2.0Julien Isorce2019-04-161-12/+19
* omx: fix autotools build for generic targetTim-Philipp Müller2019-04-101-1/+1
* 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: don't use CAT_PERFORMANCE if pool will copyGuillaume Desmottes2019-03-261-4/+1
* omxvideodec: add debug if proposed pool can't provide enough buffersGuillaume Desmottes2019-03-261-0/+2
* omx: Add hardware classifiers to encoders/decodersCharlie Turner2019-03-2618-18/+18
* omxvideo: use GST_VIDEO_CAPS_MAKE() for template capsGuillaume Desmottes2019-01-254-6/+8
* omxvideoenc: validate cpb-size and initial-delayGuillaume Desmottes2019-01-251-11/+19
* omxvideodec: Remove duplicated QoS codeNicolas Dufresne2019-01-251-10/+1
* omxvideodec: Remove dead codeNicolas Dufresne2019-01-252-16/+0
* omxvideoenc: add adaptive gop-mode optionVarunkumar Allagadapa2019-01-251-0/+2
* omxvideoenc: Add dynamic framerate supportNicolas Dufresne2019-01-251-0/+52
* omxvideoenc: Add dynamic IDR insertion support on zynqVarunkumar Allagadapa2019-01-091-0/+9
* omxbufferpool: fix race when releasing input buffersGuillaume Desmottes2019-01-083-1/+13
* omxbufferpool: fix early input buffer releaseGuillaume Desmottes2018-12-214-11/+1
* 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: Remove spurious lockingNicolas Dufresne2018-09-101-7/+3
* omxvideoenc: Remove unneeded size checkNicolas Dufresne2018-09-101-11/+7
* omxvideodec: Remove spurious unlock in error caseNicolas Dufresne2018-09-101-3/+1
* omxvideodec: don't hold the stream lock when trying to push a frameNicolas Dufresne2018-08-311-4/+2
* omxvideodec: don't import OMX buffers from downstreamGuillaume Desmottes2018-08-301-4/+16
* omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes2018-08-305-62/+309
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-307-20/+34
* omxvideodec: don't import non-dmabuf when dec is in dmabuf modeGuillaume Desmottes2018-08-301-0/+7
* omxvideodec: factor out gst_omx_try_importing_buffer()Guillaume Desmottes2018-08-301-22/+64
* omxvideodec: fix gst_video_info_from_caps() caps assertionGuillaume Desmottes2018-08-301-0/+3
* omxvideodec: fix pool caps reference stealingGuillaume Desmottes2018-08-301-1/+1
* omxvideodec: prevent timeout when shutting down because of pending out buffersGuillaume Desmottes2018-08-301-2/+9
* omxbufferpool: reference the OMX componentGuillaume Desmottes2018-08-301-1/+3
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-307-8/+37
* omxbufferpool: deallocate OMX buffers when stoppingGuillaume Desmottes2018-08-302-13/+19
* omx: call gst_omx_buffer_unmap() when handling BUFFER_DONEGuillaume Desmottes2018-08-301-5/+7
* omxvideo{enc,dec}: stop calling shutdown() in change_stateGuillaume Desmottes2018-08-302-6/+0
* omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes2018-08-303-14/+25
* omxvideoenc: factor out gst_omx_video_enc_set_to_idle()Guillaume Desmottes2018-08-301-30/+38
* omxvideoenc: factor out gst_omx_video_enc_deallocate_in_buffers()Guillaume Desmottes2018-08-301-2/+11
* omx: add pBuffer to OMX_PERFORMANCE logsGuillaume Desmottes2018-08-301-1/+4
* omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes2018-08-304-36/+38
* 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: pause component when flushingGuillaume Desmottes2018-08-281-0/+13
* omxvideoenc: fix vertical padding in NV16 formatsGuillaume Desmottes2018-07-131-14/+7
* omxvideoenc: include vertical padding in nFilledLen when copyingGuillaume Desmottes2018-07-051-2/+19
* omxvideoenc: implement decide_allocationGuillaume Desmottes2018-06-085-12/+53