summaryrefslogtreecommitdiff
path: root/sys/kms/gstkmsallocator.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-05kms: Fix compilation error when libdrm < 2.4.68U. Artie Eoff1-0/+4
2017-10-05kmsallocator: Update GstVideoInfo.size when extrapolatingNicolas Dufresne1-0/+3
2017-10-05kms: Export DMABuf from Dumb buffer when possibleNicolas Dufresne1-0/+49
2017-10-05kmssink: Move the mem cache into the allocatorNicolas Dufresne1-0/+62
2017-07-25kmsallocator: add driver pitch support for planar formatsGuillaume Desmottes1-35/+84
2017-07-25kmsallocator: inline gst_kms_allocator_alloc_empty()Guillaume Desmottes1-28/+18
2017-07-07kmssink: Don't leak GEM primed from DMABufNicolas Dufresne1-0/+12
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+6
2016-11-23kmssink: include drm.h after stdlib.hVíctor Manuel Jáquez Leal1-1/+3
2016-11-23kms: include stdlib.hVíctor Manuel Jáquez Leal1-0/+1
2016-11-23kmssink: remove dependency on libkmsMichael Tretter1-49/+101
2016-11-10kmssink: do not get kms bo pitch for planar formatsPhilipp Zabel1-2/+6
2016-09-07kmssink: override stride if defined in driverVíctor Manuel Jáquez Leal1-1/+7
2016-07-11kmssink: Fix offsets handlingNicolas Dufresne1-9/+15
2016-04-11kmssink: add dmabuf supportVíctor Manuel Jáquez Leal1-28/+114
2016-04-11kmssink: add plugin and sink elementVíctor Manuel Jáquez Leal1-0/+339