summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* omxvideodec: implement propose_allocationGuillaume Desmottes2018-06-081-0/+22
* omxvideoenc: always signal drain cond when stopping streaming loopGuillaume Desmottes2018-06-082-34/+21
* omxvideodec: always signal drain cond when stopping streaming loopGuillaume Desmottes2018-06-082-23/+9
* omxvideoenc: factor out gst_omx_video_enc_pause_loop()Guillaume Desmottes2018-06-081-17/+16
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-084-0/+101
* omxvidee{enc,dec}: refresh input port definition after setting formatGuillaume Desmottes2018-06-082-2/+8
* omx: always consider component in 'invalid' state when an error occuredGuillaume Desmottes2018-06-081-4/+4
* omxvideodec: pass a GstOMXBufferMode to gst_omx_buffer_pool_new()Guillaume Desmottes2018-05-041-1/+2
* omxh26{4,5}enc: don't pick default 10-bit profileGuillaume Desmottes2018-04-262-26/+0
* omxh264: sync with supported profiles on zynqultrascaleplusGuillaume Desmottes2018-04-251-2/+15
* omxh264: factor out gst_omx_h264_utils_get_profile_from_enum()Guillaume Desmottes2018-04-253-40/+42
* omxh265: add format range extension profiles on zynqultrascaleplusGuillaume Desmottes2018-04-251-0/+15
* omxh265: factor out gst_omx_h265_utils_get_profile_from_enum()Guillaume Desmottes2018-04-253-35/+45
* omxvideoenc: add NV16 supportGuillaume Desmottes2018-04-251-4/+13
* omxvideo: display port number when listing supported formatsGuillaume Desmottes2018-04-251-3/+3
* omxvideoenc: restore OMX default target-bitrate if requested by userGuillaume Desmottes2018-04-233-4/+17
* omxvideoenc: use gst_omx_video_enc_set_bitrate() when setting bitrate in set_...Guillaume Desmottes2018-04-231-16/+3
* omxvideoenc: factor out gst_omx_video_enc_set_bitrate()Guillaume Desmottes2018-04-231-46/+59
* omxvideoenc/dec: fix handling of component enabling failingGuillaume Desmottes2018-04-182-2/+32
* log_omx_performance: convert pointers to stringsGuillaume Desmottes2018-04-061-2/+11