annotate libdha/README @ 4294:21dbbbbd5479

a few filters (should be removed/merged when arpis videofilter stuff is finished) -ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality) -ssf lgb=<float> -> luminance gaussian blur (dunno what its good for) -ssf chs=<int> -> shift chrominance horizontally -ssf cvs=<int> -> shift chrominance vertically these will only work if the swscaler is used at all
author michael
date Mon, 21 Jan 2002 15:22:28 +0000
parents 138800dfbe22
children fc81767343ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3973
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
1 libdha - Library of Direct Hardware Access.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
3 This library was designed for direct hardware access under different
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
4 OS and architectures. It's not linux specific only (like harddrake
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
5 and other).
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
6
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
7 This library is based on gfxdump utility from GATOS project.
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
8 Full list of supported OS'es see in libdha.h
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
9
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
10 Note: This library requires ROOT privileges or SUID'ed executable
138800dfbe22 preliminary support of direct hardware access
nick
parents:
diff changeset
11 file (same as XServer).