summaryrefslogtreecommitdiff
path: root/omx/gstomxbufferpool.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05omxbufferpool: use gst_video_meta_set_alignment()Guillaume Desmottes1-1/+9
2019-09-02omxbufferpool: fix dmabuf importGuillaume Desmottes1-3/+6
2019-04-25omxbufferpool: refactor to allow memory sharingGeorge Kiagiadakis1-262/+167
2019-04-23omxbufferpool: fix memory mapping with offsetGuillaume Desmottes1-1/+1
2019-03-26omxbufferpool: don't use CAT_PERFORMANCE if pool will copyGuillaume Desmottes1-4/+1
2019-01-08omxbufferpool: fix race when releasing input buffersGuillaume Desmottes1-1/+1
2018-12-21omxbufferpool: fix early input buffer releaseGuillaume Desmottes1-3/+1
2018-08-30omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes1-35/+109
2018-08-30omxbufferpool: reference the OMX componentGuillaume Desmottes1-1/+3
2018-08-30omxbufferpool: deallocate OMX buffers when stoppingGuillaume Desmottes1-0/+3
2018-08-30omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes1-14/+4
2018-02-28add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes1-0/+2
2018-02-21omxbufferpool: add PERFORMANCE DEBUG message when copying output framesGuillaume Desmottes1-0/+9
2017-07-18omxvideodec: add dmabuf support for outputGuillaume Desmottes1-7/+57
2014-06-24omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge1-28/+55
2014-06-24omxbufferpool: Fix format string compiler warningSebastian Dröge1-1/+1
2014-06-24omxbufferpool: Initialize debug categoryMichal Lazo1-1/+6
2014-06-24omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge1-2/+14
2014-04-15omxvideodec: add support of more color formatAurélien Zanelli1-0/+10
2014-04-15omxbufferpool: make video stride and offset calculation easierAurélien Zanelli1-17/+11
2014-03-24omxbufferpool: return buffers to the pool instead of freeing themJosep Torra1-2/+2
2014-03-17omxbufferpool: fix memory leak if used on output portJulien Isorce1-0/+11
2014-03-12omxvideodec: separate the buffer pool from the decoderChristian König1-0/+574