Files
veejay/vevo-mpool
Niels Elburg 1b62ba0924 use void (*)() instead of void* for Livido
git-svn-id: svn://code.dyne.org/veejay/trunk@494 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2005-11-21 13:33:05 +00:00
..

----------------------------------- 
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