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.h
Age
Commit message (
Expand
)
Author
2008-08-27
Some __packed cleanup; Remove another obsolete pack from a none-hardware
Marcus Glocker
2008-08-26
Fix alignment panic on sparc64 by removing a wrong __packed. While
Marcus Glocker
2008-08-24
Use consistent variable names; curr -> cur, err -> error.
Marcus Glocker
2008-08-24
Add support for processing unit (e.g. brightness) controls. New V4L2
Marcus Glocker
2008-08-02
Use correct terms as in the specs;
Marcus Glocker
2008-07-31
- Don't relay on bFormatIndex as an internal array index, since this
Marcus Glocker
2008-07-26
Since we are able to change the device image resolution on the fly in the
Marcus Glocker
2008-07-24
Remove some obsolete XXX comments.
Marcus Glocker
2008-07-19
If a resolution which has been requested over VIDEO_TRY_FMT or
Marcus Glocker
2008-07-18
Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can
Marcus Glocker
2008-07-14
Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).
Marcus Glocker
2008-07-13
Save format and frame descriptors to a format group structure so we
Marcus Glocker
2008-07-12
Remove obsolete TODO comment.
Marcus Glocker
2008-07-03
Add struct for VC_EXTENSION_UNIT and dump it in debug mode.
Marcus Glocker
2008-07-02
Add first bits to support uncompressed format.
Marcus Glocker
2008-06-30
Limit maximal number of mmap buffers to 32 (instead 256).
Marcus Glocker
2008-06-26
Make video stream work properly on uhci and ohci by adding an ohci
Marcus Glocker
2008-06-09
Let the driver switch between read() and mmap() depending on what
Marcus Glocker
2008-06-09
oops. this change was missing from the previous commit
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-27
Instead alloacting a fix frame buffer we allocate the maximum frame size
Marcus Glocker
2008-05-24
- Enable userland to read(2) video stream from /dev/video.
Marcus Glocker
2008-04-20
Parse VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-18
Add VS_INPUT_HEADER descriptor.
Marcus Glocker
2008-04-16
Tune isoc maximal transfer size to a better value. Makes all available
Marcus Glocker
2008-04-16
Start to make device initialization automatic instead all the static
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