summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2bufferpool.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08v4l2bufferpool: Don't mark jpeg frames as deltasCyril Lashkevich1-1/+4
2017-07-21v4l2: Block recursive calls to resurect_bufferMatt Fischer1-0/+5
2017-04-10v4l2object: Copy timestamp when importing buffersTodor Tomov1-0/+6
2017-02-27Update Edgard Lima's emailEdgard Lima1-1/+1
2017-01-16v4l2bufferpool: remove duplicated line of codeJean-Christophe Trotin1-1/+0
2017-01-09Fix indentationTim-Philipp Müller1-2/+2
2016-11-24gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel1-8/+13
2016-11-24gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel1-2/+0
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet1-1/+1
2016-06-01v4l2src: check for valid size on raw video buffersJosep Torra1-1/+10
2016-02-20v4l2: don't use undeclared core debug category symbolsTim-Philipp Müller1-3/+3
2015-12-01v4l2bufferpool: don't block when resurecting a bufferWim Taymans1-1/+3
2015-07-23v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags alsoHyunjun Ko1-1/+2
2015-07-20v4l2bufferpool: Set timestamp when queue buffer.Song Bing1-0/+8
2015-06-09gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOSPhilipp Zabel1-2/+8
2015-04-02v4l2: use v4l2 capture device sequence counterPeter Seiderer1-0/+2
2015-04-02v4l2: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler1-0/+7
2015-03-08v4l2bufferpool: Don't update buffer for OUTPUTNicolas Dufresne1-0/+5
2015-03-02v4l2allocator: fix fd leak in DMABUF import mode.Gwenole Beauchesne1-1/+3
2015-03-01v4l2bufferpool: Add missing breakNicolas Dufresne1-0/+1
2015-03-01v4l2: Workaround driver not setting field correctlyNicolas Dufresne1-0/+28
2015-02-25v4l2bufferpool: Check corruption flag on the right bufferAleix Conchillo Flaqué1-1/+4
2015-02-25v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1Aurélien Zanelli1-0/+25
2015-02-25v4l2allocator: let bufferpool calculate image size when importing userptrAurélien Zanelli1-4/+26
2015-02-25v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output deviceAurélien Zanelli1-0/+23
2015-02-19v4l2: Enable copy when no known allocation paramsNicolas Dufresne1-7/+11
2015-02-19v4l2bufferpool: Update allocator flagsNicolas Dufresne1-0/+4
2015-02-19v4l2bufferpool: Use specific debug categoryNicolas Dufresne1-2/+5
2015-02-18v4l2pool: Deactivate other poolNicolas Dufresne1-0/+1
2015-01-08v4l2: Don't use allocator size to iterateNicolas Dufresne1-5/+1
2015-01-08v4l2bufferpool: Don't clean buffer array in disposeNicolas Dufresne1-6/+0
2015-01-08v4l2bufferpool: Don't ref queued output bufferNicolas Dufresne1-10/+14
2015-01-08v4l2bufferpool: Never fail on streamoffNicolas Dufresne1-33/+8
2014-12-19v4l2pool: Update configuration sizeNicolas Dufresne1-3/+3
2014-12-16v4l2bufferpool: Disable create_buf with libv4l2Nicolas Dufresne1-0/+8
2014-12-09v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACEDAurélien Zanelli1-0/+10
2014-12-07v4l2: Workaround libv4l2 RW emulation bugNicolas Dufresne1-0/+9
2014-12-07v4l2: Fix RW io modeNicolas Dufresne1-6/+11
2014-12-04v4l2bufferpool: Cleanup uneeded check and casesNicolas Dufresne1-9/+2
2014-12-04v4l2pool: Fix CREATE_BUFS support for captureNicolas Dufresne1-9/+23
2014-12-01v4l2bufferpool: unref pool when v4l2_allocator_new() failsAurélien Zanelli1-0/+1
2014-11-24Revert "v4l2: move vb_queue probing from allocator to v4l2object"Nicolas Dufresne1-10/+10
2014-11-24Revert "v4l2object: allow to automatic selection of dmabuf"Nicolas Dufresne1-2/+0
2014-11-21v4l2: Handle corrupted buffer with empty payloadNicolas Dufresne1-4/+24
2014-11-21v4l2object: allow to automatic selection of dmabufBenjamin Gaignard1-0/+2
2014-11-21v4l2: move vb_queue probing from allocator to v4l2objectBenjamin Gaignard1-10/+10
2014-11-07v4l2bufferpool: Improve buffer validationNicolas Dufresne1-3/+17
2014-11-03v4l2bufferpool: fix typo in flagsAurélien Zanelli1-4/+5
2014-11-01v4l2: Clean up interlace supportSimon Farnsworth1-9/+19
2014-10-29v4l2bufferpool: cleanly handle streamon failure for output deviceAurélien Zanelli1-0/+14