v4l2allocator: let bufferpool calculate image size when importing userptr
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / gstv4l2allocator.c
2015-02-25 Aurélien Zanelliv4l2allocator: let bufferpool calculate image size...
2015-02-15 Nicolas Dufresnev4l2allocator: Fix freeing of shared memory
2015-01-09 Nicolas Dufresnev4l2allocator: Add protection against driver bug
2015-01-09 Nicolas Dufresnev4l2: Don't use allocator size to iterate
2014-12-16 Nicolas Dufresnev4l2allocator: Add protection against broken libv4l2
2014-12-04 Nicolas Dufresnev4l2allocator: Fix CREATE_BUF probing
2014-11-24 Nicolas DufresneRevert "v4l2allocator: Remove unused variable"
2014-11-24 Nicolas DufresneRevert "v4l2: move vb_queue probing from allocator...
2014-11-21 Nicolas Dufresnev4l2allocator: Remove unused variable
2014-11-21 Benjamin Gaignardv4l2: move vb_queue probing from allocator to v4l2object
2014-11-07 Aurélien Zanelliv4l2allocator: fix error message if allocator is alread...
2014-09-16 Peter Korsgaardv4l2allocator: O_CLOEXEC needs _GNU_SOURCE
2014-09-09 Nicolas Dufresnev4l2allocator: Workaround driver that don't support...
2014-07-11 Nicolas Dufresnev4l2allocator: Use qdata instead of parenting to Dmabuf...
2014-05-26 Nicolas Dufresnev4l2bufferpool: Port to bufferpool flush_start/stop...
2014-05-25 Nicolas DufresneRevert "v4l2bufferpool: Port to bufferpool flush_start...
2014-05-24 Nicolas Dufresnev4l2allocator: Add debug assert to detect calls in...
2014-05-24 Nicolas Dufresnev4l2allocator: Reset count when stopped
2014-05-24 Nicolas Dufresnev4l2bufferpool: Port to bufferpool flush_start/stop...
2014-05-17 Nicolas Dufresnev4l2allocator: Don't trace twice the same message
2014-05-15 Nicolas Dufresnev4l2allocator: Fix use of atomic active marker
2014-05-08 Nicolas Dufresnev4l2allocator: Reset imported buffer size with expected...
2014-05-08 Nicolas Dufresnev4l2allocator: Reset flushed group
2014-05-08 Nicolas Dufresnev4l2allocator: Add a method to read number of allocated...
2014-05-08 Nicolas Dufresnev4l2allocator: Fix libv4l2 support
2014-05-08 Nicolas Dufresnev4l2allocator: Set the flags on the object
2014-05-08 Nicolas Dufresnev4l2allocator: There is not group on error
2014-05-08 Nicolas Dufresnev4l2-allocator: Add S to REQBUFS/CREATE_BUFS enum
2014-05-08 Nicolas Dufresnev4l2: Fixup USERPTR/DMABUF capture support
2014-05-08 Nicolas Dufresnev4l2: Add DMABUF and USERPTR importation
2014-05-08 Nicolas Dufresnev4l2allocator: Valid FD are bigger or equal to zero
2014-05-08 Nicolas Dufresnev4l2: Add dmabuf export support
2014-05-08 Nicolas Dufresnev4l2allocator: Guaranty queued state integrety
2014-05-08 Nicolas DufresneImplement V4l2 Allocator