summaryrefslogtreecommitdiff
path: root/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2.c: use print_array functionDmitry V. Levin2016-05-071-51/+35
* Mpersify VIDIOC_* ioctl parserDmitry V. Levin2016-05-051-12/+31
* Fix decoding of VIDIOC_* ioctlsDmitry V. Levin2016-05-051-480/+718
* Fix build on systems that lack VIDIOC_CREATE_BUFS definitionDmitry V. Levin2015-08-261-0/+2
* v4l2: add decoding for VIDIOC_S_CROP's argPhilippe De Muyter2015-05-211-0/+11
* v4l2: VIDIOC_CROPCAP: add missing braces around arg printoutPhilippe De Muyter2015-05-191-6/+6
* v4l2: add decoding for VIDIOC_CREATE_BUFS's arg.Philippe De Muyter2015-04-181-0/+26
* v4l2: use uintmax_t for timesMike Frysinger2015-02-261-3/+3
* Fix compilation warnings about incompatible print formatsDmitry V. Levin2015-02-231-3/+3
* Fix build with old kernel headersDmitry V. Levin2015-02-221-2/+7
* v4l2: quote pixelformatDmitry V. Levin2015-01-261-2/+41
* v4l2: quote stringsDmitry V. Levin2015-01-261-10/+32
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-1/+1
* v4l2: fix build on systems with older kernel headersDmitry V. Levin2015-01-091-0/+6
* Implement Video4Linux video-input ioctls decoderPhilippe De Muyter2014-11-041-0/+590