summaryrefslogtreecommitdiff
path: root/tests/ioctl_v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* Use loop initial declarationsDmitry V. Levin2021-11-051-15/+7
* xlat: update V4L2_* constantsDmitry V. Levin2021-06-291-4/+4
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* xlat: update V4L2_* constantsDmitry V. Levin2021-02-101-8/+8
* v4l2: switch to use bundled <linux/videodev2.h>Dmitry V. Levin2021-02-061-252/+32
* v4l2: implement decoding of metadata buffer formatsEugene Syromyatnikov2021-01-191-0/+82
* v4l2: implement decoding of VIDIOC_QUERY_EXT_CTRL ioctl commandEugene Syromyatnikov2021-01-191-3/+22
* v4l2: fix printing of struct v4l2_sliced_vbi_formatDmitry V. Levin2021-01-171-4/+6
* v4l2: fix printing of struct v4l2_rect field of struct v4l2_clipDmitry V. Levin2021-01-171-2/+2
* v4l2: fix printing of struct v4l2_rect field of struct v4l2_windowDmitry V. Levin2021-01-171-1/+1
* tests: fix use of WORDS_BIGENDIANDmitry V. Levin2021-01-131-2/+2
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update ioctl entries from linux v5.9Gleb Fotengauer-Malinovskiy2020-09-231-0/+3
* v4l2: move redefinitions of v4l2_buffer based constants to xlatDmitry V. Levin2020-05-281-14/+9
* Replace struct v4l2_buffer with a reliable alternative definitionDmitry V. Levin2020-05-261-3/+11
* Update copyright headersDmitry V. Levin2020-04-031-1/+1
* Fix preprocessor indentationDmitry V. Levin2020-04-031-21/+21
* v4l2: simplify print_v4l2_queryctrl and use print_v4l2_cidEugene Syromyatnikov2020-03-301-3/+14
* v4l2: provide V4L2_CTRL_FLAG_NEXT_CTRL in an xlatEugene Syromyatnikov2020-03-301-6/+4
* v4l2: bundle struct v4l2_format and related typesEugene Syromyatnikov2020-03-301-13/+42
* v4l2: print exiting structure fields as a separate structureEugene Syromyatnikov2020-03-301-1/+1
* v4l2: print struct v4l2_{capture,output}parm.extendedmode as hexEugene Syromyatnikov2020-03-301-2/+2
* v4l2: print struct v4l2_vbi_format.start elements as signed integersEugene Syromyatnikov2020-03-301-1/+1
* tests/ioctl_v4l2: add checks for decoding unknown/unsupported commandsEugene Syromyatnikov2020-03-301-0/+256
* tests/ioctl_v4l2: increase coverage a bitEugene Syromyatnikov2020-03-291-11/+18
* tests/ioctl_v4l2.c: whitespace fixEugene Syromyatnikov2020-03-281-1/+1
* v4l2: do not fancy-print fourcc if -Xraw is setEugene Syromyatnikov2020-03-281-8/+49
* tests: add ioctl_v4l2 xlat style testsEugene Syromyatnikov2020-03-281-204/+292
* v4l2: improve control ID printingEugene Syromyatnikov2019-08-051-0/+30
* Fix preprocessor indentationDmitry V. Levin2018-12-301-7/+7
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests/ioctl_v4l2: do not calculate page end address each timeEugene Syromyatnikov2018-08-271-16/+17
* print_array: enhance printing of unfetchable object addressesDmitry V. Levin2018-05-291-1/+1
* tests: add more v4l2 checksEugene Syromyatnikov2018-05-071-0/+15
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-4/+7
* v4l2: print known pixel/SDR formatsEugene Syromyatnikov2018-03-021-29/+90
* v4l2: v4l2_fourcc is endianness-agnosticEugene Syromyatnikov2018-03-021-17/+5
* v4l2: reorder field printing in order to avoid auxstr usageEugene Syromyatnikov2017-08-281-4/+4
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-6/+6
* Fix macros encosure in a do/while loopDmitry V. Levin2017-06-171-3/+2
* v4l2: fix preprocessor checksDmitry V. Levin2017-06-131-6/+6
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTR in v4l2 testDmitry V. Levin2017-04-251-10/+5
* tests: Check decoding of VIDIOC_G/S_TUNER's argEdgar Kaziahmedov2017-04-251-0/+37
* tests: check decoding of the remaining V4L2_BUF_TYPE_* typesEdgar Kaziahmedov2017-04-131-49/+383
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-2/+2
* tests: replace init_magic with fill_memoryDmitry V. Levin2017-01-051-13/+3
* tests: rewrite ioctl_v4l2 test without reliance on init_magicDmitry V. Levin2017-01-051-88/+127
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-1/+1