summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2allocator.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2allocator: reference memory before the buffer is queuedJean-Christophe Trotin2017-02-211-4/+9
* v4l2allocator: fix memory type in allocator probeJean-Christophe Trotin2017-01-161-1/+1
* v4l2: Warn, don't assert if v4l gives us a buffer with a too large sizeWilliam Manley2016-11-041-1/+10
* v4l2allocator: Fix spelling of reenqueueingLuis de Bethencourt2016-02-081-1/+1
* v4l2allocator: Fix spelling of queueingNicolas Dufresne2016-02-081-1/+1
* gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOSPhilipp Zabel2015-06-091-6/+13
* v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1Aurélien Zanelli2015-02-251-6/+8
* v4l2allocator: let bufferpool calculate image size when importing userptrAurélien Zanelli2015-02-251-12/+6
* v4l2allocator: Fix freeing of shared memoryNicolas Dufresne2015-02-151-21/+12
* v4l2allocator: Add protection against driver bugNicolas Dufresne2015-01-081-0/+7
* v4l2: Don't use allocator size to iterateNicolas Dufresne2015-01-081-14/+0
* v4l2allocator: Add protection against broken libv4l2Nicolas Dufresne2014-12-161-0/+18
* v4l2allocator: Fix CREATE_BUF probingNicolas Dufresne2014-12-041-1/+1
* Revert "v4l2allocator: Remove unused variable"Nicolas Dufresne2014-11-241-0/+1
* Revert "v4l2: move vb_queue probing from allocator to v4l2object"Nicolas Dufresne2014-11-241-4/+51
* v4l2allocator: Remove unused variableNicolas Dufresne2014-11-211-1/+0
* v4l2: move vb_queue probing from allocator to v4l2objectBenjamin Gaignard2014-11-211-51/+4
* v4l2allocator: fix error message if allocator is already activeAurélien Zanelli2014-11-071-2/+1
* v4l2allocator: O_CLOEXEC needs _GNU_SOURCEPeter Korsgaard2014-09-161-0/+4
* v4l2allocator: Workaround driver that don't support REQBUFS(0)Nicolas Dufresne2014-09-091-20/+14
* v4l2allocator: Use qdata instead of parenting to DmabufMemoryNicolas Dufresne2014-07-111-8/+14
* v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne2014-05-261-0/+2
* Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne2014-05-241-6/+0
* v4l2allocator: Add debug assert to detect calls in the wrong stateNicolas Dufresne2014-05-241-0/+4
* v4l2allocator: Reset count when stoppedNicolas Dufresne2014-05-241-0/+2
* v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne2014-05-241-0/+4
* v4l2allocator: Don't trace twice the same messageNicolas Dufresne2014-05-161-4/+4
* v4l2allocator: Fix use of atomic active markerNicolas Dufresne2014-05-151-4/+4
* v4l2allocator: Reset imported buffer size with expected sizeNicolas Dufresne2014-05-081-1/+18
* v4l2allocator: Reset flushed groupNicolas Dufresne2014-05-081-0/+2
* v4l2allocator: Add a method to read number of allocated groupNicolas Dufresne2014-05-081-0/+14
* v4l2allocator: Fix libv4l2 supportNicolas Dufresne2014-05-081-1/+4
* v4l2allocator: Set the flags on the objectNicolas Dufresne2014-05-081-0/+2
* v4l2allocator: There is not group on errorNicolas Dufresne2014-05-081-5/+0
* v4l2-allocator: Add S to REQBUFS/CREATE_BUFS enumNicolas Dufresne2014-05-081-2/+2
* v4l2: Fixup USERPTR/DMABUF capture supportNicolas Dufresne2014-05-081-165/+186
* v4l2: Add DMABUF and USERPTR importationNicolas Dufresne2014-05-081-26/+293
* v4l2allocator: Valid FD are bigger or equal to zeroNicolas Dufresne2014-05-081-1/+1
* v4l2: Add dmabuf export supportNicolas Dufresne2014-05-081-8/+100
* v4l2allocator: Guaranty queued state integretyNicolas Dufresne2014-05-081-4/+42
* Implement V4l2 AllocatorNicolas Dufresne2014-05-081-0/+945