]> granicus.if.org Git - strace/history - v4l2.c
tests: use fixed socket address in net-yy-unix.test
[strace] / v4l2.c
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinv4l2: change type of ioctl 3rd argument from long to...
2016-12-25 Dmitry V. Levinv4l2: cast pointers to kernel_ureg_t instead of long
2016-12-25 Dmitry V. Levinv4l2: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-19 Dmitry V. Levinv4l2.c: print v4l2_ext_control.value64 using PRId64...
2016-11-28 Dmitry V. LevinPrint struct timeval consistently
2016-10-28 Eugene SyromyatnikovMove umoven_or_printaddr_ignore_syserror to util.c
2016-10-28 Eugene Syromyatnikovv4l2: check for verbose flag in umoven_or_printaddr_ign...
2016-07-18 Dmitry V. LevinUnabuse struct tcb.auxstr
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-05-21 Dmitry V. Levinmpers: add support of conditionally compiled printers
2016-05-13 Dmitry V. Levinv4l2: include <linux/ioctl.h> instead of <sys/ioctl.h>
2016-05-13 Dmitry V. LevinDo not use htole32 function
2016-05-07 Dmitry V. Levinv4l2.c: use print_array function
2016-05-05 Dmitry V. LevinMpersify VIDIOC_* ioctl parser
2016-05-05 Dmitry V. LevinFix decoding of VIDIOC_* ioctls
2015-08-26 Dmitry V. LevinFix build on systems that lack VIDIOC_CREATE_BUFS defin...
2015-05-21 Philippe De Muyterv4l2: add decoding for VIDIOC_S_CROP's arg
2015-05-19 Philippe De Muyterv4l2: VIDIOC_CROPCAP: add missing braces around arg...
2015-04-18 Philippe De Muyterv4l2: add decoding for VIDIOC_CREATE_BUFS's arg.
2015-02-26 Mike Frysingerv4l2: use uintmax_t for times
2015-02-23 Dmitry V. LevinFix compilation warnings about incompatible print formats
2015-02-22 Dmitry V. LevinFix build with old kernel headers
2015-01-26 Dmitry V. Levinv4l2: quote pixelformat
2015-01-26 Dmitry V. Levinv4l2: quote strings
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2015-01-09 Dmitry V. Levinv4l2: fix build on systems with older kernel headers
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder