index
:
v4l-utils.git
master
mediactl
stable-0.8
stable-1.0
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.20
stable-1.22
stable-1.24
stable-1.4
stable-1.6
stable-1.8
media (V4L2, DVB and IR) applications and libraries
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
v4l2-ctl
/
v4l2-ctl-common.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
v4l2-ctl: Add --get/--set-ctrl support for INTEGER and INTEGER64 arrays
Daniel Lundberg Pedersen
1
-0
/
+32
2022-09-29
v4l2-ctl: -C foo -C bar only shows foo
Hans Verkuil
1
-1
/
+1
2022-09-29
v4l2-ctl: print_control should check for array controls
Hans Verkuil
1
-0
/
+1
2022-08-24
v4l2-ctl: show all dimensions for V4L2_EVENT_CTRL_CH_DIMENSIONS
Hans Verkuil
1
-1
/
+4
2022-08-24
v4l2-ctl: add support for V4L2_EVENT_CTRL_CH_DIMENSIONS
Hans Verkuil
1
-1
/
+10
2022-07-18
v4l2-compliance/ctl: add dynamic array support
Hans Verkuil
1
-0
/
+7
2022-07-18
v4l2-ctl: support HEVC controls
Hans Verkuil
1
-0
/
+15
2021-11-25
v4l-utils: use v4l_getsubopt instead of getsubopt
Hans Verkuil
1
-1
/
+1
2021-11-24
v4l2-ctl/compliance: add stateless VP9 support
Hans Verkuil
1
-0
/
+3
2021-09-01
utils: replace push_back with emplace_back
Rosen Penev
1
-2
/
+2
2021-05-27
v4l2-ctl: add new control types
Hans Verkuil
1
-0
/
+18
2021-04-21
clang-tidy: use using instead of typedef
Rosen Penev
1
-1
/
+1
2021-04-08
v4l2-ctl: recognize compound h264 and fwht control types
Hans Verkuil
1
-0
/
+21
2021-03-22
v4l2-ctl: don't squash setting multiple identical controls.
Hans Verkuil
1
-3
/
+5
2020-11-14
v4l2-ctl: clean up control value printing
Hans Verkuil
1
-223
/
+252
2020-10-30
clang-tidy: use nullptr
Rosen Penev
1
-15
/
+15
2020-09-09
clean up includes and convert C includes to C++
Rosen Penev
1
-19
/
+9
2020-08-06
v4l2-ctl: fix INTEGER64 support, add common_print_control()
Hans Verkuil
1
-26
/
+40
2020-08-03
use using instead of typedef
Rosen Penev
1
-7
/
+7
2020-08-03
use auto
Rosen Penev
1
-2
/
+2
2020-08-03
convert to range based loops
Rosen Penev
1
-52
/
+45
2020-07-15
v4l2-ctl: Add version command
Paul Elder
1
-0
/
+1
2020-05-11
utils: replace chr functions with std variants
Rosen Penev
1
-5
/
+5
2020-04-28
utils: replace exit with std variant
Rosen Penev
1
-7
/
+7
2020-04-21
utils: do not use empty void with C++
Rosen Penev
1
-1
/
+1
2020-04-21
treewide: replace C casts with C++
Rosen Penev
1
-10
/
+10
2020-04-20
treewide: add extra {} to initialization
Rosen Penev
1
-1
/
+1
2020-04-17
utils: checks for empty instead of size in if
Rosen Penev
1
-2
/
+2
2019-12-15
v4l2-ctl/compliance: fix 32-bit g_topology casts
Hans Verkuil
1
-1
/
+1
2019-11-08
v4l2-ctl: Support setting V4L2_CTRL_TYPE_AREA controls
Ricardo Ribalda Delgado
1
-0
/
+4
2019-11-08
v4l2-ctl: Support getting V4L2_CTRL_TYPE_AREA controls
Ricardo Ribalda Delgado
1
-0
/
+5
2019-11-08
v4l2-ctl: Support query V4L2_CTRL_TYPE_AREA controls
Ricardo Ribalda Delgado
1
-0
/
+3
2019-09-02
v4l2-ctl: fix compile warning
Hans Verkuil
1
-2
/
+1
2019-03-05
v4l2-ctl: also list media device with --list-devices
Hans Verkuil
1
-2
/
+4
2019-03-01
v4l2-ctl: --list-devices can now be combined with -z
Hans Verkuil
1
-3
/
+71
2019-02-01
v4l2-ctl: add -z option to make it possible to use entity names
Hans Verkuil
1
-0
/
+13
2019-01-30
v4l2-ctl: --list-devices: generate bus_info if missing
Hans Verkuil
1
-1
/
+4
2019-01-30
v4l2-ctl: include media devices in --list-devices
Hans Verkuil
1
-2
/
+19
2019-01-30
v4l2-ctl: document the new --export-device option
Hans Verkuil
1
-0
/
+2
2019-01-28
v4l2-ctl: add v4l-touch support to --list-devices
Hans Verkuil
1
-0
/
+1
2019-01-07
v4l2-ctl: list once when both OptListCtrls and OptListCtrlsMenus are there
Antonio Ospite
1
-6
/
+2
2018-09-07
v4l2-ctl: fix meta type issues
Hans Verkuil
1
-0
/
+1
2018-07-30
v4l2-ctl: add --list-formats-out-ext
Hans Verkuil
1
-8
/
+13
2018-06-29
v4l2-ctl: if V4L2_CTRL_FLAG_UPDATE is set, use G/S_EXT_CTRLS
Hans Verkuil
1
-2
/
+4
2018-06-28
v4l2-ctl: fix stupid bug in control enumeration
Hans Verkuil
1
-1
/
+1
2018-02-28
v4l2-ctl/compliance: improve usage messages
Hans Verkuil
1
-7
/
+7
2018-02-04
v4l2-info: move flag/type descriptions here
Hans Verkuil
1
-19
/
+0
2018-02-01
v4l2-ctl: add the missing --help-subdev to the usage
Hans Verkuil
1
-0
/
+1
2018-02-01
v4l2-ctl: add support for SUBDEV_S_FMT/SELECTION
Hans Verkuil
1
-3
/
+0
2018-02-01
v4l2-ctl: add support for several VIDIOC_SUBDEV_ ioctls
Hans Verkuil
1
-0
/
+3
[next]
Privacy Policy