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
2021-12-08
fix various typos in comments and log messages.
andvar
2021-08-09
s/fist/first/
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-08-13
Nix trailing whitespace.
riastradh
2020-08-10
Add some extra V4L ioctl() requests to latest V4L userland to work.
rjs
2020-05-22
Support VIDIOC_G_PARM/VIDIOC_S_PARM
jmcneill
2019-12-27
s/transfered/transferred/
msaitoh
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-10-28
Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".
riastradh
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-10-17
- remove unused variables
christos
2013-01-07
Allow USB memory allocation by multiple segments in scatter/gather lists
prlw1
2012-02-02
fill in timestamps in outgoing data buffers
drochner
2011-08-13
Restore binary compatibility with NetBSD 5 binaries that utilize video(4).
jakllsch
2010-12-26
don't try to set frequencies lower or higher than the tuner's allowed
jmcneill
2010-12-24
VIDIOC_QUERYCAP changes:
jmcneill
2010-12-14
video(4) changes to support analog tv capture devices:
jmcneill
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