mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 22:00:00 +01:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
-----------------------------------
|
|
Vevo - VeEjay Video Objects
|
|
-----------------------------------
|
|
|
|
This branch includes a memory pool
|
|
|
|
Introduction
|
|
------------
|
|
|
|
Vevo package structure
|
|
----------------------
|
|
|
|
src/ : vevo library source
|
|
include/ : vevo mediation layer interface definition and livido interface
|
|
test : vevo mediation layer test
|
|
examples : conformancy host example
|
|
plugins : (to be) livido compatible plugins
|
|
|
|
The files in examples and plugins are taken from
|
|
The livido-utils.c was taken from respository http://livido.dyne.org and slightly modified
|
|
|
|
|
|
|
|
To get the latest vevo version from the repository , use the command:
|
|
|
|
$ svn checkout svn://dyne.org/veejay/trunk/vevo-current
|
|
|
|
The user/development mailinglist is
|
|
|
|
veejay-libvevo@lists.sourceforge.net
|
|
|
|
|
|
This is not conform livido 100
|
|
|
|
Differences:
|
|
does not implement livido_get_readonly()
|
|
does not need passing of size_t at all
|
|
implements palettes YUV888,YUVA888 in livido.h
|
|
suggests to rename LIVIDO_PROPERTY_READONLY to LIVIDO_PROPERTY_FINAL
|
|
mediation layer does not make use of livido memory functions
|
|
|