summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2transform.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne1-2/+5
2016-06-06v4l2transform: Use looser caps for upstreamNicolas Dufresne1-0/+6
2016-06-06gstv4l2transform: format fixation for preferring passthroughEnrico Jorns1-0/+14
2016-06-06v4l2transform: allow to change pixel aspect ratioPhilipp Zabel1-1/+1
2016-06-06v4l2transform: fix scaling in case of fixed pixel aspect ratioPhilipp Zabel1-2/+4
2016-01-04v4l2-*: Configuring output pool correctly for using drivers min_buffer if pre...Pablo Anton1-1/+3
2015-11-19v4l2: Fix capture/output-io-mode propertiesNicolas Dufresne1-2/+2
2015-08-20v4l2transform: fix pad closingJean-Michel Hautbois1-1/+1
2015-07-02v4l2transform: fix memory leakLuis de Bethencourt1-0/+1
2015-06-09v4l2: Allow scaling in the v4l2*convert elementEnrico Jorns1-11/+424
2014-11-21v4l2: Handle corrupted buffer with empty payloadNicolas Dufresne1-10/+13
2014-09-09v4l2transform: Don't rank it for nowNicolas Dufresne1-1/+1
2014-05-26v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne1-19/+3
2014-05-24Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne1-3/+19
2014-05-24v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne1-19/+3
2014-05-15v4l2: Cleanup M2M propertiesNicolas Dufresne1-31/+6
2014-05-15v4l2transform: Don't leak pool if activation failedNicolas Dufresne1-0/+1
2014-05-15v4l2: Split flush in start/stop_streamingNicolas Dufresne1-8/+32
2014-05-15v4l2transform: Flush buffer pools on flush stopNicolas Dufresne1-0/+6
2014-05-09v4l2transform: Fix NULL check copy paste errorNicolas Dufresne1-1/+1
2014-05-09v4l2transform: Fix potential deadlock due to missing breakNicolas Dufresne1-0/+1
2014-05-08v4l2: Replace miss-use of crop meta in favour of proper offsetNicolas Dufresne1-1/+1
2014-05-08v4l2transform: Initilialize debug categoryNicolas Dufresne1-0/+3
2014-05-08v4l2transform: Handle FLUSH_STOP eventNicolas Dufresne1-0/+5
2014-05-08v4l2transform: Add more tracesNicolas Dufresne1-2/+6
2014-05-08v4l2transform: Enabled QoSNicolas Dufresne1-0/+2
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 Dufresne1-1/+14
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-08v4l2transform: Add propose_allocationNicolas Dufresne1-9/+7
2014-05-08v4l2transform: Fixup caps queryNicolas Dufresne1-1/+1
2014-05-08v4l2transform: Setup cropping if neededNicolas Dufresne1-4/+11
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 Dufresne1-0/+677