summaryrefslogtreecommitdiffstats
path: root/sys/dev/video_if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)armani2014-10-181-1/+2
* support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used forjakemsr2011-03-261-1/+3
* Add support for processing unit (e.g. brightness) controls. New V4L2mglocker2008-08-241-1/+3
* Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query themglocker2008-08-131-1/+3
* - Don't relay on bFormatIndex as an internal array index, since thismglocker2008-07-311-2/+2
* Add myself to the copyright since i fumbled around in those files, too.mglocker2008-06-131-1/+2
* implement the VIDIOC_STREAMOFF ioctl and remove some unused coderobert2008-06-111-1/+2
* add VIDIOC_QUERYCTRL to the supported ioctlsrobert2008-06-101-1/+2
* Let the driver switch between read() and mmap() depending on whatmglocker2008-06-091-1/+2
* Allocate the video buffer based on the maximum frame size that's reportedrobert2008-06-091-2/+4
* Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,mglocker2008-06-071-1/+3
* double the static video buffer size, becauserobert2008-06-071-2/+2
* Add some first mmap bits.mglocker2008-06-051-3/+4
* Allocate static buffer for software frame buffer and make sure to notmglocker2008-05-301-1/+2
* Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,mglocker2008-05-261-1/+5
* Spacing. Comments. strncpy() -> strlcpy().mglocker2008-05-251-1/+2
* - Enable userland to read(2) video stream from /dev/video.mglocker2008-05-241-2/+3
* Initial import for uvideo(4) and video(4):robert2008-04-091-0/+49