Libkva: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | 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== | ==Download== | ||
* [http://hobbes.nmsu.edu/ | * [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/libkva-1.2.3.zip Version 1.2.3] | ||
* [https://github.com/komh/kva Source code at Github] | * [https://github.com/komh/kva Source code at Github] | ||
==Functions== | |||
;Core | |||
* kvaInit | * kvaInit | ||
* kvaDone | * kvaDone | ||
Line 22: | Line 20: | ||
* kvaDisableScreenSaver | * kvaDisableScreenSaver | ||
* kvaEnableScreenSaver | * kvaEnableScreenSaver | ||
;DIVE | |||
* kvaDiveInit | * kvaDiveInit | ||
;SNAP | |||
* kvaSnapInit | * kvaSnapInit | ||
;VMAN | |||
* kvaVmanInit | * kvaVmanInit | ||
;WarpOverlay | |||
* kvaWoInit | * kvaWoInit | ||
Revision as of 20:34, 9 June 2017
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
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