summaryrefslogtreecommitdiff
path: root/sys/v4l2/v4l2_calls.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17v4l2: UVC driver is named uvcvideo these daysNicolas Dufresne1-1/+2
2017-02-27Update Edgard Lima's emailEdgard Lima1-1/+1
2016-07-10v4l2: Also copy device_caps in gst_v4l2_dupNicolas Dufresne1-0/+1
2016-07-08v4l2: fix multiplanar captureLuis de Bethencourt1-4/+4
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet1-15/+20
2016-04-16v4l2: Change warning handling to break infinite message loopDimitrios Katsaros1-6/+6
2015-04-21v4l2: cast unused return to voidLuis de Bethencourt1-1/+1
2015-02-18Revert "v4l2: fraction is reversed"Luis de Bethencourt1-5/+5
2015-02-18v4l2: fraction is reversedLuis de Bethencourt1-5/+5
2014-05-26v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne1-25/+0
2014-05-24Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne1-0/+25
2014-05-24v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne1-25/+0
2014-05-08v4l2: Expose RGB32 formats with and without alphaNicolas Dufresne1-0/+3
2014-03-29v4l2: attempt to fix infinite (for small version of infinite) loopVincent Penquerc'h1-0/+1
2014-03-15v4l2: Use a copy of videodev2.h headerNicolas Dufresne1-43/+4
2014-03-08v4l2: Fix typo contol -> controlWilliam Manley1-2/+2
2014-03-08v4l2: Normalise control names in the same way as v4l2-ctlWilliam Manley1-8/+46
2014-02-25v4l2: CAPTURE_MPLANE is well tested nowNicolas Dufresne1-3/+0
2014-02-25v4l2videodec: Implement v4l2videodecNicolas Dufresne1-0/+26
2014-02-23v4l2: make some more controls configurableMark Nauwelaerts1-2/+3
2014-02-22v4l2src: handle old and odd driver behaviour when listing controlsMark Nauwelaerts1-2/+6
2014-01-25v4l2: guard use of ENODATA with #ifdefRyan Lortie1-1/+5
2014-01-13v4l2: fix build break using V4L2_CAP_VIDEO_M2M_MPLANEVincent Penquerc'h1-4/+8
2014-01-10v4l2object: Implement gst_v4l2_dup()Nicolas Dufresne1-26/+85
2014-01-10v4l2: better handle quirks activationNicolas Dufresne1-0/+7
2013-12-04v4l2: add support for multi-planar V4L2 APIJulien Isorce1-3/+34
2013-06-05v4l2: iterate controls with V4L2_CTRL_FLAG_NEXT_CTRL if possibleMichael Olbrich1-4/+33
2013-06-04v4l2: Fix compilation with older kernelsStirling Westrup1-0/+2
2013-05-29v4l2: Only conditionally use V4L2_CTRL_TYPE_INTEGER_MENU, it's not available ...Sebastian Dröge1-0/+2
2013-05-29v4l2: add a property for arbitrary v4l2 controlsMichael Olbrich1-0/+58
2013-04-27v4l2: also poll for output devicesMichael Olbrich1-1/+4
2013-04-25v4l2: handle ENODATA return value for VIDIOC_ENUMSTDPhilipp Zabel1-1/+1
2013-04-02v4l2: fix printf format compiler warning in debug messageTim-Philipp Müller1-1/+2
2013-03-18v4l2: fix compilation against newer kernel headers as on FC19Bastien Nocera1-0/+4
2013-01-04v4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRLRobert Krakora1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-21v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+Huacai Chen1-1/+1
2012-05-09v4l2src: fix v4l2_std_id loggingPeter Seiderer1-1/+1
2012-02-16Merge branch 'master' into 0.11Wim Taymans1-7/+4
2012-02-16v4l2src: failure to query some optional controls is not a fatal errorGary Ching-Pang Lin1-7/+4
2012-02-16v4l2src: fix for webcamstudio vloopbackTuukka Pasanen1-1/+1
2011-07-15v4l2: remove experimental markersWim Taymans1-7/+0
2011-05-24v4l2: add norm propertyRob Clark1-0/+3
2011-01-02v4l2: mark v4l2sink as experimental and build only if --enable-experimental i...Tim-Philipp Müller1-0/+7
2011-01-02Revert "v4l2: add norm property"Tim-Philipp Müller1-3/+0
2010-12-29v4l2: add norm propertyRob Clark1-0/+3
2010-12-29v4l2: cleanup get/set input/outputRob Clark1-3/+66
2010-02-15v4l2: printf format string fixTim-Philipp Müller1-1/+1
2010-02-01v4l2: fix unportable printf formatTim-Philipp Müller1-1/+2
2009-09-07v4l2src: add support for mpeg formatsWim Taymans1-7/+13