index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
video_if.h
Age
Commit message (
Expand
)
Author
2008-06-13
Add myself to the copyright since i fumbled around in those files, too.
Marcus Glocker
2008-06-11
implement the VIDIOC_STREAMOFF ioctl and remove some unused code
Robert Nagy
2008-06-10
add VIDIOC_QUERYCTRL to the supported ioctls
Robert Nagy
2008-06-09
Let the driver switch between read() and mmap() depending on what
Marcus Glocker
2008-06-09
Allocate the video buffer based on the maximum frame size that's reported
Robert Nagy
2008-06-07
Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,
Marcus Glocker
2008-06-07
double the static video buffer size, because
Robert Nagy
2008-06-05
Add some first mmap bits.
Marcus Glocker
2008-05-30
Allocate static buffer for software frame buffer and make sure to not
Marcus Glocker
2008-05-26
Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,
Marcus Glocker
2008-05-25
Spacing. Comments. strncpy() -> strlcpy().
Marcus Glocker
2008-05-24
- Enable userland to read(2) video stream from /dev/video.
Marcus Glocker
2008-04-09
Initial import for uvideo(4) and video(4):
Robert Nagy