summaryrefslogtreecommitdiffstats
path: root/sys/sys/videoio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_mglocker2020-11-201-2/+2
* Avoid __u8, __u16, __u32, __u64, __s32, __s64, and __le32 and use standardfeinerer2017-02-171-397/+376
* Sync with Linux kernel version 4.10-rc6.feinerer2017-02-021-102/+255
* Include sys/ioccom.h since _IO* is used.ajacoutot2016-01-271-1/+2
* Sync formatting and a few comments with upstream. No functional change.feinerer2016-01-011-534/+514
* Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers.feinerer2016-01-011-435/+2343
* Revert the previous commit; the licencing needs to be checked very carefully.feinerer2015-12-151-1422/+435
* Sync V4L2 header files with recent Linux kernel.feinerer2015-12-151-435/+1422
* Add V4L2_FMT_FLAG_EMULATEDfeinerer2015-11-211-1/+2
* Now that gcc2 is gone revert the removal of anonymous unions, means not having tobrad2014-10-231-4/+4
* Comment out more ioctls that are part of the v4l2 API but that we don'tmpi2013-11-221-1/+3
* __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andmiod2010-11-201-2/+2
* support variable sized (bControlSize != 2) processing unit bmControls,jakemsr2010-09-261-4/+41
* anonymous unions aren't standard C and don't work with gcc2. name thejakemsr2010-09-121-212/+7
* Backout anonymous union fix, since it breaks V4L ports. we try to fixmglocker2008-12-171-5/+5
* Give names to anonymous unions.ray2008-12-141-5/+5
* Initial import for uvideo(4) and video(4):robert2008-04-091-0/+1516