Jump to content

Libkva: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
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==
==Download==
* [http://hobbes.nmsu.edu/h-search.php?sh=1 Version 1.2.3]
* [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]


==API Documentation==
==Functions==
===Functions===
;Core
====Core====
* kvaInit
* kvaInit
* kvaDone
* kvaDone
Line 22: Line 20:
* kvaDisableScreenSaver
* kvaDisableScreenSaver
* kvaEnableScreenSaver
* kvaEnableScreenSaver
====Dive====
;DIVE
* kvaDiveInit
* kvaDiveInit
====SNAP====
;SNAP
* kvaSnapInit
* kvaSnapInit
====VMAN====
;VMAN
* kvaVmanInit
* kvaVmanInit
====WarpOverlay====
;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