index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
video.c
Age
Commit message (
Expand
)
Author
2009-12-06
Simplify these device-activation hooks using the following semantic
dyoung
2009-08-18
1. some of the video24linux structs are not as machine independent as their
christos
2009-07-07
Fix amd64 build with VIDEO_DEBUG.
njoly
2009-03-14
PR# kern/41008: possible simple mistake of field check in video(9)
jmcneill
2009-01-20
-avoid eternal block if device is not streaming
drochner
2008-12-23
Fix UVC webcam output by:
jmorse
2008-09-21
Register with pmf
jmcneill
2008-09-20
Add RGB555, RGB565, UYVY support
jmcneill
2008-09-18
Use get_format instead of set_format in videoopen
jmcneill
2008-09-14
Add VIDEO_FORMAT_YUV420 support
jmcneill
2008-09-14
Allow VIDIOC_ENUM_FORMAT to return more than one result.
jmcneill
2008-09-14
Revert previous double-free hack, needs revisiting.
jmcneill
2008-09-13
Add RGB24 support, and prevent a double-free on videoclose
jmcneill
2008-09-09
VIDIOC_QUERYCAP: device_xname on device_t, not softc
jmcneill
2008-09-09
More pixelformat mapping typo fixes
jmcneill
2008-09-09
Map VIDEO_FORMAT_MJPEG to V4L2_PIX_FMT_MJPEG, not V4L2_PIX_FMT_JPEG
jmcneill
2008-09-09
Fix "select timeout" and low framerate issues with mplayer, from drochner@
jmcneill
2008-09-08
Limit VIDEO_MAX_BUFS to 32 instead of 255
jmcneill
2008-09-07
Missing aprint newline in video_attach
jmcneill
2008-09-07
Actually, EINVAL is correct for an unimplemented ioctl. ENOTTY is only
jmcneill
2008-09-07
Return ENOTTY instead of EINVAL if a driver doesn't implement one of the
jmcneill
2008-09-06
Unbreak build when VIDEO_DEBUG is not defined.
rmind
2008-09-06
Add MI video4linux2 layer, part of Patrick Mahoney's Google Summer
jmcneill