summaryrefslogtreecommitdiff
path: root/sys/dev/video.c
AgeCommit message (Expand)Author
2009-12-06Simplify these device-activation hooks using the following semanticdyoung
2009-08-181. some of the video24linux structs are not as machine independent as theirchristos
2009-07-07Fix amd64 build with VIDEO_DEBUG.njoly
2009-03-14PR# kern/41008: possible simple mistake of field check in video(9)jmcneill
2009-01-20-avoid eternal block if device is not streamingdrochner
2008-12-23Fix UVC webcam output by:jmorse
2008-09-21Register with pmfjmcneill
2008-09-20Add RGB555, RGB565, UYVY supportjmcneill
2008-09-18Use get_format instead of set_format in videoopenjmcneill
2008-09-14Add VIDEO_FORMAT_YUV420 supportjmcneill
2008-09-14Allow VIDIOC_ENUM_FORMAT to return more than one result.jmcneill
2008-09-14Revert previous double-free hack, needs revisiting.jmcneill
2008-09-13Add RGB24 support, and prevent a double-free on videoclosejmcneill
2008-09-09VIDIOC_QUERYCAP: device_xname on device_t, not softcjmcneill
2008-09-09More pixelformat mapping typo fixesjmcneill
2008-09-09Map VIDEO_FORMAT_MJPEG to V4L2_PIX_FMT_MJPEG, not V4L2_PIX_FMT_JPEGjmcneill
2008-09-09Fix "select timeout" and low framerate issues with mplayer, from drochner@jmcneill
2008-09-08Limit VIDEO_MAX_BUFS to 32 instead of 255jmcneill
2008-09-07Missing aprint newline in video_attachjmcneill
2008-09-07Actually, EINVAL is correct for an unimplemented ioctl. ENOTTY is onlyjmcneill
2008-09-07Return ENOTTY instead of EINVAL if a driver doesn't implement one of thejmcneill
2008-09-06Unbreak build when VIDEO_DEBUG is not defined.rmind
2008-09-06Add MI video4linux2 layer, part of Patrick Mahoney's Google Summerjmcneill