OpenBSD CVS

CVS log for src/sys/dev/Attic/videovar.h


[BACK] Up to [local] / src / sys / dev

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sun Jul 3 20:05:44 2016 UTC (7 years, 11 months ago) by mglocker
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

Move videovar.h in to video.c since it isn't used anywhere else.

Suggested by mpi@ diff from Patrick Keshishian.

ok mpi

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 29 20:51:46 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

video sub-drivers will not return EINVAL in size variable.  (Well,
a broken USB driver could, then what happens?)  0 is the right error.
Also, keep track the size for free()

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 14 21:24:33 2010 UTC (13 years, 10 months ago) by jakemsr
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

implement poll() for video(4)
ok mglocker

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 23 22:10:21 2008 UTC (15 years, 10 months ago) by mglocker
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

If /dev/video* is already used by an application, return EBUSY to other
applications.  Fixes a kernel panic.

Reported by ian@

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 13 05:00:32 2008 UTC (15 years, 11 months ago) by mglocker
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add myself to the copyright since i fumbled around in those files, too.

OK robert@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 9 20:51:31 2008 UTC (15 years, 11 months ago) by mglocker
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Let the driver switch between read() and mmap() depending on what
the userland application wants.

OK robert@

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 25 07:47:47 2008 UTC (16 years ago) by mglocker
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 (colored)

Spacing.  Comments.  strncpy() -> strlcpy().

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 24 19:37:34 2008 UTC (16 years ago) by mglocker
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

- Enable userland to read(2) video stream from /dev/video.
- Prepare for mmap(2).

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 9 19:49:55 2008 UTC (16 years, 1 month ago) by robert
Branch: MAIN

Initial import for uvideo(4) and video(4):

uvideo(4) is a driver for USB video device class devices including webcams,
camcorders and other cameras.

video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two)
API.

These drivers are *really* work in progress so don't even try to use them just yet,
because the driver still has some issues, even if it can be used to capture simple
MJPEG videos.

ok mglocker@, deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.