summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2014-05-08v4l2: Add DMABUF and USERPTR importationNicolas Dufresne6-121/+784
2014-05-08v4l2allocator: Valid FD are bigger or equal to zeroNicolas Dufresne1-1/+1
2014-05-08v4l2object: Don't leak downstream pool in propose_allocationNicolas Dufresne1-4/+13
2014-05-08v4l2: Introduce DMABUF_IMPORT IO modeNicolas Dufresne3-7/+25
2014-05-08v4l2: Add dmabuf export supportNicolas Dufresne3-9/+112
2014-05-08v4l2allocator: Guaranty queued state integretyNicolas Dufresne1-4/+42
2014-05-08v4l2transform: Implement open/closeNicolas Dufresne1-13/+37
2014-05-08v4l2transform: Ensure output pool is configuredNicolas Dufresne1-2/+12
2014-05-08v4l2transform: Check if caps have changes before assertingNicolas Dufresne2-1/+18
2014-05-08v4l2videodec: Ensure pool is configuredNicolas Dufresne1-3/+14
2014-05-08v4l2object: Always set a size when deciding allocationNicolas Dufresne1-0/+3
2014-05-08v4l2object: Improved decide allocationNicolas Dufresne1-17/+64
2014-05-08v4l2bufferpool: Do not pre-configure the poolNicolas Dufresne1-40/+5
2014-05-08v4l2bufferpool: Preserve downstream minimum even in RWNicolas Dufresne1-3/+3
2014-05-08v4l2bufferpool: Turn cropmeta into a custom optionNicolas Dufresne2-1/+15
2014-05-08v4l2bufferpool: Early catch short allocationNicolas Dufresne1-0/+22
2014-05-08v4l2bufferpool: Port to use GstV4l2AllocatorNicolas Dufresne2-706/+374
2014-05-08Implement V4l2 AllocatorNicolas Dufresne4-1/+1087
2014-05-08v4l2object: Don't advertise crop metaNicolas Dufresne1-2/+0
2014-05-08v4l2object: Setup pool already send element errorNicolas Dufresne1-2/+1
2014-05-08v4l2object: Workaround decoder that set num_planes to 0 in the formatNicolas Dufresne1-1/+1
2014-05-08v4l2object: Ensure size before configuring the poolNicolas Dufresne1-11/+11
2014-05-08v4l2object: Set minimum buffers to 2Nicolas Dufresne1-1/+1
2014-05-08v4l2object: Remove unused MAX_BUFFERS defineNicolas Dufresne1-1/+0
2014-05-08v4l2object: Don't hardcode min/max use default insteadNicolas Dufresne1-5/+11
2014-05-08v4l2transform: Install PROP_CAPTURE_IO_MODE with right IDNicolas Dufresne1-3/+3
2014-05-08v4l2transform: decide_allocation returns a booleanNicolas Dufresne1-1/+1
2014-05-08v4l2videodec: Install PROP_CAPTURE_IO_MODE with right IDNicolas Dufresne1-3/+3
2014-05-08v4l2transform: Add propose_allocationNicolas Dufresne1-9/+7
2014-05-08v4l2: Move propose allocation to v4l2objectNicolas Dufresne3-55/+64
2014-05-08v4l2transform: Fixup caps queryNicolas Dufresne1-1/+1
2014-05-08v4l2transform: Setup cropping if neededNicolas Dufresne3-4/+46
2014-05-08v4l2transform: Expose BGRA and ARGB formatsNicolas Dufresne1-1/+19
2014-05-08v4l2transform: Ensure output pool is activatedNicolas Dufresne1-0/+3
2014-05-08v4l2transform: Ensure internal buffer pools acticationNicolas Dufresne1-7/+17
2014-05-08v4l2transform: Move subinstance subclass init near other initNicolas Dufresne1-21/+21
2014-05-08v4l2transform: Stop stream before closing the devices.Nicolas Dufresne1-0/+2
2014-05-08v4l2transform: copy metdataVíctor Manuel Jáquez Leal1-0/+8
2014-05-08Implement GstV4l2TransformNicolas Dufresne5-0/+767
2014-05-08v4l2: Probe for CREATE_BUFS in order to correctly set pool min/maxNicolas Dufresne3-16/+28
2014-05-08v4l2: Move capture eos handling in _process()Nicolas Dufresne2-7/+18
2014-05-08v4l2object: Fix support for planar format in 1 v4l2 mplaneNicolas Dufresne1-24/+39
2014-05-08v4l2videodec: Cleanly fail if set_format is never calledNicolas Dufresne1-0/+2
2014-05-08v4l2: Expose RGB32 formats with and without alphaNicolas Dufresne3-0/+56
2014-05-08v4l2: Correctly check if video meta is neededNicolas Dufresne2-26/+13
2014-05-08v4l2object: Fix tiled stride requestNicolas Dufresne1-9/+43
2014-05-08v4l2object: Ensure video and crop meta are enabled if neededNicolas Dufresne2-17/+8
2014-05-08v4l2videodec: Ensure internal pool are activatedNicolas Dufresne1-0/+16
2014-05-08v4l2videodec: Check that pool where allocated before flushing themNicolas Dufresne1-2/+5
2014-05-08v4l2bufferpool: Enforce activation outside of processNicolas Dufresne2-19/+25