summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2object.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2object: fix capture with bayer formats other than bggrAlban Bedel2016-04-071-1/+11
* v4l2: fix colorimetry for NV12Josep Torra2016-04-071-4/+13
* v4l2: Re-add colorimetry field for RGB formatsNicolas Dufresne2016-04-071-25/+20
* v4l2: fix sRGB colorspace definitionWim Taymans2016-04-071-1/+0
* v4l2object: Don't set colorimetry for non YUV formatsNicolas Dufresne2016-01-191-0/+39
* v4l2: Allow framerate to be large then 100pfsDimitrios Katsaros2015-07-251-5/+5
* v4l2: document fallthrough casesLuis de Bethencourt2015-06-291-0/+4
* 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: 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: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler2015-04-021-22/+29
* v4l2object: add gst_v4l2_object_try_formatThiago Santos2015-03-131-24/+62
* v4l2: query crop configuration after each call of S_CROPAurélien Zanelli2015-02-261-0/+5
* 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-251-13/+24
* v4l2object: recognize and distinguish all bayer arrangementsPhilippe De Muyter2015-02-251-1/+14
* v4l2: Enable copy when no known allocation paramsNicolas Dufresne2015-02-191-0/+12
* v4l2object: reuse caps framerate if not overwritten by v4l2 devicePeter Seiderer2015-01-221-6/+14
* v4l2object: Always set formatNicolas Dufresne2014-12-151-69/+1
* Revert "v4l2: move vb_queue probing from allocator to v4l2object"Nicolas Dufresne2014-11-241-48/+0
* Revert "v4l2object: allow to automatic selection of dmabuf"Nicolas Dufresne2014-11-241-6/+2
* v4l2object: allow to automatic selection of dmabufBenjamin Gaignard2014-11-211-2/+6
* v4l2: move vb_queue probing from allocator to v4l2objectBenjamin Gaignard2014-11-211-0/+48
* v4l2src: fix a couple of minor leaksTim-Philipp Müller2014-11-021-3/+3
* v4l2: Clean up interlace supportSimon Farnsworth2014-11-011-97/+129
* v4l2object: set colorspace for output devicesAurélien Zanelli2014-09-291-3/+47
* v4l2: Merge min_buffers_for* variable into oneNicolas Dufresne2014-09-091-8/+8
* v4l2: set min_latency for output device according to required minimum number ...Aurélien Zanelli2014-09-091-2/+5
* v4l2: get_nearest_size: Fix "Unsupported field type" errorsHans de Goede2014-08-291-17/+27
* v4l2: get_nearest_size: Always reinit all struct fields on retryHans de Goede2014-08-291-2/+10
* v4l2object: Don't share own pool if min exceed V4L2 capacityNicolas Dufresne2014-07-251-10/+14
* v4l2object: query minimum required buffers for outputAurélien Zanelli2014-07-251-0/+10
* v4l2: set debug messages according to device type and IO modeAurélien Zanelli2014-07-251-1/+2
* v4l2object: Remove is_active checksNicolas Dufresne2014-07-251-14/+0
* v4l2object: Pool might be NULL in decide allocationNicolas Dufresne2014-07-031-5/+7
* v4l2: fix probing and enumeration of stepwise frame sizesTim-Philipp Müller2014-07-011-12/+27
* v4l2object: drop workaround for misbehaving TRY_FMTDaniel Drake2014-07-011-17/+1
* v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne2014-05-261-10/+14
* v4l2object: Simply read back the config to update the queryNicolas Dufresne2014-05-251-4/+6
* Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne2014-05-241-14/+10
* v4l2object: Fix configuration of other_pool and importation caseNicolas Dufresne2014-05-241-9/+20
* v4l2object: Use proposed allocator as defaultNicolas Dufresne2014-05-241-0/+13
* v4l2object: Don't leak config structureNicolas Dufresne2014-05-241-0/+1
* v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne2014-05-241-10/+14
* v4l2: Cleanup M2M propertiesNicolas Dufresne2014-05-151-0/+52
* v4l2object: Fix regression in offset extrapolationNicolas Dufresne2014-05-131-1/+1
* v4l2src: minor GValue handling optimisation in probing codeTim-Philipp Müller2014-05-121-2/+1
* v4l2src: avoid lists with one single framerate in probed capsTim-Philipp Müller2014-05-121-0/+20