Jump to content

Libkva: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==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.
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==
==Version==
* [http://hobbes.nmsu.edu/h-search.php?sh=1 Version 1.2.3]
* 1.2.3 () - [libkva-1.2.3.zip]
* [https://github.com/komh/kva Source code at Github]
* 1.2.4 (Jul 2020)
 
==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==
* GNU LGPL
* GNU LGPL
* Author: KO Myung-Hun


==Author==
==Links==
* KO Myung-Hun
* [https://github.com/komh/kva Source code at Github]


[[Category: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

Links