summaryrefslogtreecommitdiff
path: root/omx/gstomxbufferpool.c
Commit message (Expand)AuthorAgeFilesLines
* omxbufferpool: use gst_video_meta_set_alignment()Guillaume Desmottes2019-11-051-1/+9
* omxbufferpool: fix dmabuf importGuillaume Desmottes2019-09-021-3/+6
* omxbufferpool: refactor to allow memory sharingGeorge Kiagiadakis2019-04-251-262/+167
* omxbufferpool: fix memory mapping with offsetGuillaume Desmottes2019-04-231-1/+1
* omxbufferpool: don't use CAT_PERFORMANCE if pool will copyGuillaume Desmottes2019-03-261-4/+1
* omxbufferpool: fix race when releasing input buffersGuillaume Desmottes2019-01-081-1/+1
* omxbufferpool: fix early input buffer releaseGuillaume Desmottes2018-12-211-3/+1
* omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes2018-08-301-35/+109
* omxbufferpool: reference the OMX componentGuillaume Desmottes2018-08-301-1/+3
* omxbufferpool: deallocate OMX buffers when stoppingGuillaume Desmottes2018-08-301-0/+3
* omx: factor out gst_omx_buffer_get/set_omx_buf()Guillaume Desmottes2018-08-301-14/+4
* add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes2018-02-281-0/+2
* omxbufferpool: add PERFORMANCE DEBUG message when copying output framesGuillaume Desmottes2018-02-211-0/+9
* omxvideodec: add dmabuf support for outputGuillaume Desmottes2017-07-181-7/+57
* omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge2014-06-241-28/+55
* omxbufferpool: Fix format string compiler warningSebastian Dröge2014-06-241-1/+1
* omxbufferpool: Initialize debug categoryMichal Lazo2014-06-241-1/+6
* omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge2014-06-241-2/+14
* omxvideodec: add support of more color formatAurélien Zanelli2014-04-151-0/+10
* omxbufferpool: make video stride and offset calculation easierAurélien Zanelli2014-04-151-17/+11
* omxbufferpool: return buffers to the pool instead of freeing themJosep Torra2014-03-241-2/+2
* omxbufferpool: fix memory leak if used on output portJulien Isorce2014-03-171-0/+11
* omxvideodec: separate the buffer pool from the decoderChristian König2014-03-121-0/+574