summaryrefslogtreecommitdiff
path: root/sys/dev/video_if.h
AgeCommit message (Expand)Author
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09Allocate the video buffer based on the maximum frame size that's reportedRobert Nagy
2008-06-07Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,Marcus Glocker
2008-06-07double the static video buffer size, becauseRobert Nagy
2008-06-05Add some first mmap bits.Marcus Glocker
2008-05-30Allocate static buffer for software frame buffer and make sure to notMarcus Glocker
2008-05-26Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,Marcus Glocker
2008-05-25Spacing. Comments. strncpy() -> strlcpy().Marcus Glocker
2008-05-24- Enable userland to read(2) video stream from /dev/video.Marcus Glocker
2008-04-09Initial import for uvideo(4) and video(4):Robert Nagy