summaryrefslogtreecommitdiff
path: root/sys/v4l2
Commit message (Expand)AuthorAgeFilesLines
* v4l2: Re-add colorimetry field for RGB formatsNicolas Dufresne2016-04-071-25/+20
* v4l2: fix sRGB colorspace definitionWim Taymans2016-04-071-1/+0
* v4l2: Don't leak v4l2 objects and props on probe errorsNirbheek Chauhan2016-04-061-4/+5
* v4l2object: Don't set colorimetry for non YUV formatsNicolas Dufresne2016-01-191-0/+39
* v4l2bufferpool: don't block when resurecting a bufferWim Taymans2015-12-141-1/+3
* v4l2: Set O_CLOEXEC on the device fdArun Raghavan2015-11-051-1/+6
* v4l2: fix double-unref in the v4l2 device providerNirbheek Chauhan2015-10-281-1/+0
* v4l2transform: fix pad closingJean-Michel Hautbois2015-08-201-1/+1
* v4l2: Allow framerate to be large then 100pfsDimitrios Katsaros2015-07-252-6/+6
* v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags alsoHyunjun Ko2015-07-231-1/+2
* v4l2bufferpool: Set timestamp when queue buffer.Song Bing2015-07-201-0/+8
* v4l2transform: fix memory leakLuis de Bethencourt2015-07-021-0/+1
* v4l2: document fallthrough casesLuis de Bethencourt2015-06-291-0/+4
* gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOSPhilipp Zabel2015-06-093-9/+23
* v4l2: Allow scaling in the v4l2*convert elementEnrico Jorns2015-06-091-11/+424
* v4l2: Also set colorimetry on output devicesNicolas Dufresne2015-06-081-12/+127
* v4l2: Add missing SMTP240M matrixNicolas Dufresne2015-06-081-0/+3
* v4l2object: Fully implement colorimetry supportNicolas Dufresne2015-06-081-8/+127
* v4l2: Update kernel headers to latest from media treeNicolas Dufresne2015-06-084-52/+448
* v4l2: Don't warn when optional CID are not implementNicolas Dufresne2015-06-051-11/+10
* v4l2: don't add the same interlace mode twiceWim Taymans2015-04-221-2/+4
* v4l2: cast unused return to voidLuis de Bethencourt2015-04-211-1/+1
* v4l2src: device sequence/offset correction in case of renegotiationPeter Seiderer2015-04-022-2/+11
* v4l2src: add frame loss detectionPeter Seiderer2015-04-021-7/+23
* v4l2: use v4l2 capture device sequence counterPeter Seiderer2015-04-022-2/+9
* v4l2: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler2015-04-022-22/+36
* v4l2src: delay renegotiation until it is likely buffers were reclaimedThiago Santos2015-03-132-21/+55
* v4l2object: add gst_v4l2_object_try_formatThiago Santos2015-03-132-24/+63
* v4l2bufferpool: Don't update buffer for OUTPUTNicolas Dufresne2015-03-081-0/+5
* v4l2allocator: fix fd leak in DMABUF import mode.Gwenole Beauchesne2015-03-021-1/+3
* v4l2bufferpool: Add missing breakNicolas Dufresne2015-03-011-0/+1
* v4l2: Workaround driver not setting field correctlyNicolas Dufresne2015-03-012-0/+31
* v4l2: query crop configuration after each call of S_CROPAurélien Zanelli2015-02-262-0/+10
* v4l2bufferpool: Check corruption flag on the right bufferAleix Conchillo Flaqué2015-02-251-1/+4
* v4l2object: set colorspace in caps for capture devicesAurélien Zanelli2015-02-251-0/+68
* v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1Aurélien Zanelli2015-02-254-19/+60
* v4l2allocator: let bufferpool calculate image size when importing userptrAurélien Zanelli2015-02-253-17/+33
* v4l2object: recognize and distinguish all bayer arrangementsPhilippe De Muyter2015-02-251-1/+14
* v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output deviceAurélien Zanelli2015-02-251-0/+23
* v4l2: Enable copy when no known allocation paramsNicolas Dufresne2015-02-193-7/+26
* v4l2bufferpool: Update allocator flagsNicolas Dufresne2015-02-191-0/+4
* v4l2bufferpool: Use specific debug categoryNicolas Dufresne2015-02-191-2/+5
* Revert "v4l2: fraction is reversed"Luis de Bethencourt2015-02-181-5/+5
* v4l2: fraction is reversedLuis de Bethencourt2015-02-181-5/+5
* v4l2pool: Deactivate other poolNicolas Dufresne2015-02-181-0/+1
* v4l2allocator: Fix freeing of shared memoryNicolas Dufresne2015-02-151-21/+12
* v4l2object: reuse caps framerate if not overwritten by v4l2 devicePeter Seiderer2015-01-221-6/+14
* v4l2videodec: Proxy getcapsNicolas Dufresne2015-01-131-34/+9
* v4l2videodec: Prevent renegotiationNicolas Dufresne2015-01-091-0/+7
* v4l2videodec: Don't unlock the stream lock twiceNicolas Dufresne2015-01-091-1/+1