aboutsummaryrefslogtreecommitdiffstats
path: root/utils/v4l2-ctl/v4l2-ctl-common.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-16v4l2-ctl: Add --get/--set-ctrl support for INTEGER and INTEGER64 arraysDaniel Lundberg Pedersen1-0/+32
2022-09-29v4l2-ctl: -C foo -C bar only shows fooHans Verkuil1-1/+1
2022-09-29v4l2-ctl: print_control should check for array controlsHans Verkuil1-0/+1
2022-08-24v4l2-ctl: show all dimensions for V4L2_EVENT_CTRL_CH_DIMENSIONSHans Verkuil1-1/+4
2022-08-24v4l2-ctl: add support for V4L2_EVENT_CTRL_CH_DIMENSIONSHans Verkuil1-1/+10
2022-07-18v4l2-compliance/ctl: add dynamic array supportHans Verkuil1-0/+7
2022-07-18v4l2-ctl: support HEVC controlsHans Verkuil1-0/+15
2021-11-25v4l-utils: use v4l_getsubopt instead of getsuboptHans Verkuil1-1/+1
2021-11-24v4l2-ctl/compliance: add stateless VP9 supportHans Verkuil1-0/+3
2021-09-01utils: replace push_back with emplace_backRosen Penev1-2/+2
2021-05-27v4l2-ctl: add new control typesHans Verkuil1-0/+18
2021-04-21clang-tidy: use using instead of typedefRosen Penev1-1/+1
2021-04-08v4l2-ctl: recognize compound h264 and fwht control typesHans Verkuil1-0/+21
2021-03-22v4l2-ctl: don't squash setting multiple identical controls.Hans Verkuil1-3/+5
2020-11-14v4l2-ctl: clean up control value printingHans Verkuil1-223/+252
2020-10-30clang-tidy: use nullptrRosen Penev1-15/+15
2020-09-09clean up includes and convert C includes to C++Rosen Penev1-19/+9
2020-08-06v4l2-ctl: fix INTEGER64 support, add common_print_control()Hans Verkuil1-26/+40
2020-08-03use using instead of typedefRosen Penev1-7/+7
2020-08-03use autoRosen Penev1-2/+2
2020-08-03convert to range based loopsRosen Penev1-52/+45
2020-07-15v4l2-ctl: Add version commandPaul Elder1-0/+1
2020-05-11utils: replace chr functions with std variantsRosen Penev1-5/+5
2020-04-28utils: replace exit with std variantRosen Penev1-7/+7
2020-04-21utils: do not use empty void with C++Rosen Penev1-1/+1
2020-04-21treewide: replace C casts with C++Rosen Penev1-10/+10
2020-04-20treewide: add extra {} to initializationRosen Penev1-1/+1
2020-04-17utils: checks for empty instead of size in ifRosen Penev1-2/+2
2019-12-15v4l2-ctl/compliance: fix 32-bit g_topology castsHans Verkuil1-1/+1
2019-11-08v4l2-ctl: Support setting V4L2_CTRL_TYPE_AREA controlsRicardo Ribalda Delgado1-0/+4
2019-11-08v4l2-ctl: Support getting V4L2_CTRL_TYPE_AREA controlsRicardo Ribalda Delgado1-0/+5
2019-11-08v4l2-ctl: Support query V4L2_CTRL_TYPE_AREA controlsRicardo Ribalda Delgado1-0/+3
2019-09-02v4l2-ctl: fix compile warningHans Verkuil1-2/+1
2019-03-05v4l2-ctl: also list media device with --list-devicesHans Verkuil1-2/+4
2019-03-01v4l2-ctl: --list-devices can now be combined with -zHans Verkuil1-3/+71
2019-02-01v4l2-ctl: add -z option to make it possible to use entity namesHans Verkuil1-0/+13
2019-01-30v4l2-ctl: --list-devices: generate bus_info if missingHans Verkuil1-1/+4
2019-01-30v4l2-ctl: include media devices in --list-devicesHans Verkuil1-2/+19
2019-01-30v4l2-ctl: document the new --export-device optionHans Verkuil1-0/+2
2019-01-28v4l2-ctl: add v4l-touch support to --list-devicesHans Verkuil1-0/+1
2019-01-07v4l2-ctl: list once when both OptListCtrls and OptListCtrlsMenus are thereAntonio Ospite1-6/+2
2018-09-07v4l2-ctl: fix meta type issuesHans Verkuil1-0/+1
2018-07-30v4l2-ctl: add --list-formats-out-extHans Verkuil1-8/+13
2018-06-29v4l2-ctl: if V4L2_CTRL_FLAG_UPDATE is set, use G/S_EXT_CTRLSHans Verkuil1-2/+4
2018-06-28v4l2-ctl: fix stupid bug in control enumerationHans Verkuil1-1/+1
2018-02-28v4l2-ctl/compliance: improve usage messagesHans Verkuil1-7/+7
2018-02-04v4l2-info: move flag/type descriptions hereHans Verkuil1-19/+0
2018-02-01v4l2-ctl: add the missing --help-subdev to the usageHans Verkuil1-0/+1
2018-02-01v4l2-ctl: add support for SUBDEV_S_FMT/SELECTIONHans Verkuil1-3/+0
2018-02-01v4l2-ctl: add support for several VIDIOC_SUBDEV_ ioctlsHans Verkuil1-0/+3

Privacy Policy