summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2allocator.c
Commit message (Expand)AuthorAgeFilesLines
* 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