summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2object.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17v4l2: fix division by 0 for complex video formatsGuillaume Desmottes1-2/+11
2018-01-17v4l2: display stride and width values if stride is too smallGuillaume Desmottes1-1/+2
2018-01-08v4l2videodec: Add dynamic resolution change supportNicolas Dufresne1-0/+1
2017-12-22v4l2object: Don't redefine mmap64Nicolas Dufresne1-1/+1
2017-12-22v4l2object: Don't use mmap64 if off_t is 64-bitTing-Wei Lan1-0/+4
2017-12-22Revert "v4l2object: Use mmap64 to match libv4l2 signature"Nicolas Dufresne1-6/+0
2017-12-21v4l2object: Check for mmap64 before using itTing-Wei Lan1-0/+4
2017-12-13v4l2object: Use a debug object for tracingNicolas Dufresne1-114/+116
2017-11-29v4l2object: Fix dmabuf support detectionFlorent Thiéry1-1/+1
2017-10-07v4l2: fix build without libv4lTim-Philipp Müller1-1/+1
2017-10-05v4l2object: auto-detect dmabuf export for V4L2_IO_AUTO on capture sideEnrico Jorns1-2/+28
2017-09-13v4l2object: Don't leak the par valueNicolas Dufresne1-1/+11
2017-09-06v4l2object: Handle BT2020 for colorspace and transferIan Jamison1-1/+5
2017-09-06v4l2object: Fix colorimetry transfer lookup for 4K videoIan Jamison1-1/+1
2017-08-02v4l2: Enable VP9 formatNicolas Dufresne1-0/+6
2017-08-01v4l2object: Use mmap64 to match libv4l2 signatureNicolas Dufresne1-1/+3
2017-07-24v4l2object: Removed unused membersNicolas Dufresne1-2/+0
2017-07-24v4l2: Add run-time environment to enable libv4l2Nicolas Dufresne1-20/+45
2017-07-21v4l2object: Fix colorimetry validationNicolas Dufresne1-4/+7
2017-07-21v4l2object: Introduce quirk to skip slow probesNicolas Dufresne1-9/+34
2017-07-21v4l2object: always set the GstV4l2Error on errorNicolas Dufresne1-22/+16
2017-07-21v4l2object: Minor style fix and useful traceNicolas Dufresne1-0/+6
2017-07-21v4l2object: Fix try/s_fmt errorsNicolas Dufresne1-6/+19
2017-07-21v4l2object: Validate colorimetry in S/TRY_FMTNicolas Dufresne1-0/+22
2017-07-21v4l2object: Validate field in S/TRY_FMTNicolas Dufresne1-0/+21
2017-07-18v4l2: Fix 4K colorimetryNicolas Dufresne1-2/+5
2017-07-18v4l2object: Only check CROPCAP for par onceNicolas Dufresne1-36/+21
2017-07-17v4l2object: Remove unused definesNicolas Dufresne1-2/+0
2017-07-17v4l2: Merge v4l2_calls.h into gstv4l2object.hNicolas Dufresne1-1/+1
2017-07-14v4l2object: Trace unknown fourcc as textNicolas Dufresne1-2/+3
2017-07-14v4l2: Don't probe for unneeded formatNicolas Dufresne1-12/+27
2017-06-29v4l2: increase by one the number of allocated buffersGuillaume Desmottes1-4/+6
2017-05-24v4l2: increase pre-allocated encoded buffer sizeAyaka1-1/+1
2017-04-05v4l2object: set streamparm for outputs that support itPhilipp Zabel1-10/+53
2017-03-24v4l2object: Also add videometa if there is padding to the right and bottomCarlos Rafael Giani1-2/+3
2017-03-14v4l2: Remove unused definitionsOlivier Crête1-4/+0
2017-02-27Update Edgard Lima's emailEdgard Lima1-1/+1
2017-02-22v4l2object: Update image size when extrapolatingNicolas Dufresne1-0/+7
2017-02-21v4l2: fix typo in _acquire_format() error messagesReynaldo H. Verdejo Pinochet1-2/+2
2017-02-10v4l2object: mark singleton caps as "may be leaked" objects.Juan Pablo Ugarte1-9/+18
2017-01-16v4l2: Remove usage and definition of LOG_CAPS macroEnrico Jorns1-1/+0
2016-12-14v4l2object: Don't check size in a non-list valueVíctor Manuel Jáquez Leal1-3/+2
2016-12-08v4l2object: Don't set empty interlace-mode listArun Raghavan1-1/+6
2016-10-31v4l2object: fix extra-controls leakTobias Schneider1-0/+4
2016-07-11v4l2object: Don't assert when used by the monitorNicolas Dufresne1-1/+6
2016-07-11v4l2object: Indent very long lineNicolas Dufresne1-1/+4
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet1-5/+8
2016-06-07v4l2object: Coding style fixesNicolas Dufresne1-4/+5
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne1-13/+15
2016-06-06v4l2object: fill colorimetry in gst_v4l2_object_acquire_formatPhilipp Zabel1-0/+2