]> granicus.if.org Git - strace/history - v4l2.c
Remove XLAT_END
[strace] / v4l2.c
2019-10-22 Eugene Syromyatnikovxlat: update V4L2_CTRL_TYPE_* constants
2019-10-22 Eugene Syromyatnikovxlat: update V4L2_BUF_TYPE_* constants
2019-10-22 Eugene Syromyatnikovxlat: provide fallback definitions for V4L2_CAP_* constants
2019-08-15 Eugene Syromyatnikovv4l2: avoid shifting left a signed number by 31 bit
2019-08-05 Eugene Syromyatnikovv4l2: improve control ID printing
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-20 Eugene SyromyatnikovGeneralise some printing primitives
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-06 Eugene Syromyatnikovxlat: provide fallback definitions for V4L2_CID_* constants
2018-04-12 Eugene Syromyatnikovv4l2: use print_xlat in print_v4l2_queryctrl
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2018-03-02 Eugene Syromyatnikovv4l2: print known pixel/SDR formats
2018-03-02 Eugene Syromyatnikovv4l2: v4l2_fourcc is endianness-agnostic
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-19 Dmitry V. Levinv4l2: do not mpersify struct v4l2_create unless it...
2018-01-07 Dmitry V. Levinv4l2.c: use xsprintf instead of sprintf
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2017-08-28 Eugene Syromyatnikovv4l2: streamline logic
2017-08-28 Eugene Syromyatnikovv4l2: reorder field printing in order to avoid auxstr...
2017-08-28 Eugene SyromyatnikovReturn 0 instead of 1 on entering path of ioctl decoders
2017-07-11 Dmitry V. LevinIntroduce PRINT_FIELD_CSTRING
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-13 Dmitry V. Levinv4l2: fix preprocessor checks
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-25 Edgar Kaziahmedovv4l2: Add decoding for VIDIOC_G/S_TUNER's arg
2017-04-13 Edgar Kaziahmedovv4l2: Implement decoding of the remaining V4L2_BUF_TYPE...
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