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
/
usb
/
uvideo.c
Age
Commit message (
Expand
)
Author
2008-06-09
Allocate the video buffer based on the maximum frame size that's reported
Robert Nagy
2008-06-08
If we have reached the end of the mmap frame buffer, start over again
Marcus Glocker
2008-06-08
decrease the buffer count after dequeueing a buffer
Robert Nagy
2008-06-07
Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,
Marcus Glocker
2008-06-06
Arrange our mmap buffer struct better.
Marcus Glocker
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-27
Don't fail to compile when not in debug mode.
Marcus Glocker
2008-05-27
Instead alloacting a fix frame buffer we allocate the maximum frame size
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-05-18
Move the code which starts the video stream to the right place;
Marcus Glocker
2008-05-18
There is no need to pass uvideo_vs_open() usb_attach_arg.
Marcus Glocker
2008-05-16
Free sample buffer on detach. Noted by miod@
Marcus Glocker
2008-05-16
Fix kernel crash when device gets detached.
Marcus Glocker
2008-05-15
#ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. Noted
Marcus Glocker
2008-04-20
Parse VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-19
Sort functions and remove obsolete bits.
Marcus Glocker
2008-04-18
Add VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-18
Add a function which can identify an USB descriptor explicitly by it's
Marcus Glocker
2008-04-16
Oops, decrease debug log level back to 1.
Marcus Glocker
2008-04-16
Start to make device initialization automatic instead all the static
Marcus Glocker
2008-04-12
Fix some debug output.
Marcus Glocker
2008-04-11
Correctly initialize the probe sequence buffer.
Marcus Glocker
2008-04-10
Fix MJPEG Video Frame Descriptor struct.
Marcus Glocker
2008-04-09
Add OpenBSD cvs id.
Marcus Glocker
2008-04-09
Initial import for uvideo(4) and video(4):
Robert Nagy