Libkva: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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. | ||
== | ==Version== | ||
* | * 1.2.3 () - [libkva-1.2.3.zip] | ||
* | * 1.2.4 (Jul 2020) | ||
==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 | ||
==License== | ==License== | ||
* GNU LGPL | * GNU LGPL | ||
* Author: KO Myung-Hun | |||
== | ==Links== | ||
* | * [https://github.com/komh/kva Source code at Github] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Latest revision as of 14:11, 16 September 2024
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.
Version
- 1.2.3 () - [libkva-1.2.3.zip]
- 1.2.4 (Jul 2020)
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