Libkva: Difference between revisions
Appearance
Created page with "==Description== libkva - K Video Accelerator is a library for displaying video streams, which supports SNAP video overlays, WarpOverlay!, and DIVE. It has been used in KMP, MP..." |
|||
Line 8: | Line 8: | ||
==API Documentation== | ==API Documentation== | ||
===Functions=== | |||
====Core==== | |||
* kvaInit | |||
* kvaDone | |||
* kvaLockBuffer | |||
* kvaUnlockBuffer | |||
* kvaSetup | |||
* kvaCaps | |||
* kvaClearRect | |||
* kvaAdjustDstRect | |||
* kvaQueryAttr | |||
* kvaSetAttr | |||
* kvaResetAttr | |||
* kvaDisableScreenSaver | |||
* kvaEnableScreenSaver | |||
====Dive==== | |||
* kvaDiveInit | |||
====SNAP==== | |||
* kvaSnapInit | |||
====VMAN==== | |||
* kvaVmanInit | |||
==== WarpOverlay==== | |||
* kvaWoInit | |||
==License== | ==License== |
Revision as of 15:21, 25 August 2016
Description
libkva - K Video Accelerator is a library for displaying video streams, which supports SNAP video overlays, WarpOverlay!, and DIVE. It has been used in KMP, MPlayer, and VLC.
Download
API Documentation
Functions
Core
- kvaInit
- kvaDone
- kvaLockBuffer
- kvaUnlockBuffer
- kvaSetup
- kvaCaps
- kvaClearRect
- kvaAdjustDstRect
- kvaQueryAttr
- kvaSetAttr
- kvaResetAttr
- kvaDisableScreenSaver
- kvaEnableScreenSaver
Dive
- kvaDiveInit
SNAP
- kvaSnapInit
VMAN
- kvaVmanInit
WarpOverlay
- kvaWoInit
License
- GNU LGPL
Author
- KO Myung-Hun