aboutsummaryrefslogtreecommitdiff
path: root/v4l2.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-07-18Unabuse struct tcb.auxstrDmitry V. Levin
2016-06-11Consistently use printaddr for printing addressesDmitry V. Levin
2016-05-21mpers: add support of conditionally compiled printersDmitry V. Levin
2016-05-13v4l2: include <linux/ioctl.h> instead of <sys/ioctl.h>Dmitry V. Levin
2016-05-13Do not use htole32 functionDmitry V. Levin
2016-05-07v4l2.c: use print_array functionDmitry V. Levin
2016-05-05Mpersify VIDIOC_* ioctl parserDmitry V. Levin
2016-05-05Fix decoding of VIDIOC_* ioctlsDmitry V. Levin
2015-08-26Fix build on systems that lack VIDIOC_CREATE_BUFS definitionDmitry V. Levin
2015-05-21v4l2: add decoding for VIDIOC_S_CROP's argPhilippe De Muyter
2015-05-19v4l2: VIDIOC_CROPCAP: add missing braces around arg printoutPhilippe De Muyter
2015-04-18v4l2: add decoding for VIDIOC_CREATE_BUFS's arg.Philippe De Muyter
2015-02-26v4l2: use uintmax_t for timesMike Frysinger
2015-02-23Fix compilation warnings about incompatible print formatsDmitry V. Levin
2015-02-22Fix build with old kernel headersDmitry V. Levin
2015-01-26v4l2: quote pixelformatDmitry V. Levin
2015-01-26v4l2: quote stringsDmitry V. Levin
2015-01-20ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin
2015-01-09v4l2: fix build on systems with older kernel headersDmitry V. Levin
2014-11-04Implement Video4Linux video-input ioctls decoderPhilippe De Muyter