view vidix/README @ 16195:cb08f47d3a79

Removed in-filter int to float conversion. af_ladspa now demands floats as that's what LADSPA filters use internally too. conversion from int, if needed, is done by af_format as it's supposed to.
author ivo
date Wed, 10 Aug 2005 23:27:39 +0000
parents e8b0a1742428
children 920a210b7fdc
line wrap: on
line source

VIDIX - Video Interface for *niX.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed and introduced as interface to userspace drivers
to provide DGA everywhere where it's possible (unline X11).
I hope that these drivers will be portable same as X11 (not only on *nix).

For detail on how to develop new driver see main/DOCS/tech/vidix.txt

IMPORTANT: These are NOT linux kernel drivers. If you are looking for
the mga_vid linux kernel drivers, please cd ../drivers thanks.