put my name in the copyright claim of those files I have written in the last months.

(search & replace). Please feel free to add your name to any files to which you added any contributions.
ALL SOURCECODE IS LICENCED UNDER THE TERMS AND CONDITIONS OF THE GPL (2 and above)
This commit is contained in:
Fischlurch 2007-11-27 03:19:35 +01:00
parent 47eeaaaf43
commit 6bdf0e2cdc
213 changed files with 217 additions and 215 deletions

View file

@ -2,7 +2,7 @@
MediaAccessFacade - functions for querying media file and channels.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
MEDIAACCESSFACADE.hpp - functions for querying media file and channels.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -3,6 +3,7 @@
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Cmdline - abstraction of the usual commandline, a sequence of strings
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CMDLINE.hpp - abstraction of the usual commandline, a sequence of strings
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Error - Cinelerra Exception Interface
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ERROR.hpp - Cinelerra Exception Interface
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
FACTORY.hpp - template for object/smart-pointer factories
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Factorytest - check basic workings of object/smart-pointer factory
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -3,6 +3,7 @@
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SINGLETON.hpp - configuration header for singleton factory
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SINGLETONFACTORY.hpp - template for implementing the singleton pattern
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SINGLETONPOLICIES.hpp - how to manage creation, lifecycle and multithreading
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SINGLETONPRECONFIGURE - declare the configuration of some Singleton types in advance
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@ -28,10 +28,10 @@
** Dependency Manager, but for the moment using just some specialized Singleton
** type for some instances seems sufficient.
**
** One Reason why one wants special Singleton behaviour is Testing: Without
** altering the executable, for running some Tests we need to inject a Test Mock
** in place of some Service Object, so we can verify the behaviour of the code
** <i>using</i> this Service. For this, we mix cinelerra::test::MockInjector
** One reason why one wants special Singleton behaviour is testing: Without
** altering the executable, for running some tests we need to inject a Test Mock
** in place of some service object, so we can verify the behaviour of the code
** <i>using</i> this service. For this, we mix cinelerra::test::MockInjector
** into the actual Singleton type.
**
** @note we declare the specialisations into the target namespace

View file

@ -2,7 +2,7 @@
MOCKINJECTOR.hpp - replacement singleton factory for injecting Test-Mock objects
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Suite - helper class for running collections of tests
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SUITE.hpp - helper class for running collections of tests
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Suite - helper class for running collections of tests
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
TESTOPTION.hpp - handle cmdline for invoking Testsuite
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Time - unified representation of a time point, including conversion functions
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
TIME.hpp - unified representation of a time point, including conversion functions
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
util.cpp - helper functions implementation
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
UTIL.hpp - collection of small helper functions used "everywhere"
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Asset} - Superinterface: bookeeping view of "things" present in the session
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ASSET.hpp - Superinterface: bookeeping view of "things" present in the session
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
BuildInstruct - Instructions for building some configuration of render nodes.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
BUILDINSTRUCT.hpp - Instructions for building some configuration of render nodes.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Category - tree like classification of Assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CATEGORY.hpp - tree like classification of Assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Clip(Asset) - bookkeeping (asset) view of a media clip.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CLIP.hpp - bookkeeping (asset) view of a media clip.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Codec(Asset) - description of some media data decoder or encoder facility
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CODEC.hpp - description of some media data decoder or encoder facility
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CompoundMedia - multichannel media
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
COMPOUNDMEDIA.hpp - multichannel media
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Dataset - meta asset describing a collection of control data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
DATASET.hpp - meta asset describing a collection of control data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
DB.hpp - registry holding known Asset instances.
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Effect(Asset) - Effect or media processing component
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
EFFECT.hpp - Effect or media processing component
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Media(Asset) - key abstraction: media-like assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
MEDIA.hpp - key abstraction: media-like assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Meta(Asset) - key abstraction: metadata and organisational asset
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
META.hpp - key abstraction: metadata and organisational asset
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
OutPort - structural asset corresponding to some port generating media output
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
OUTPORT.hpp - structural asset corresponding to some port generating media output
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Preview(Asset) - alternative version of the media data, probably with lower resolution
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PREVIEW.hpp - alternative version of the media data, probably with lower resolution
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Proc(Asset) - key abstraction: media-like assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PROC.hpp - key abstraction: media-like assets
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ProcPatt - template for building some render processing network
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PROCPATT.hpp - template for building some render processing network
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Struct(Asset) - key abstraction: structural asset
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
STRUCT.hpp - key abstraction: structural asset
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Track - structural asset holding the configuration of a track in the EDL
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
TRACK.hpp - structural asset holding the configuration of a track in the EDL
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Unknown - placeholder for unknown or unavailable media source
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
UNKNOWN.hpp - placeholder for unknown or unavailable media source
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
AssetManager - Facade for the Asset subsystem
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ASSETMANAGER.hpp - Facade for the Asset subsystem
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ControllerFacade - Facade and service access point for the Proc Layer Controller
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CONTROLLERFACADE.hpp - Facade and service access point for the Proc Layer Controller
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
AFrame - buffer holding a Audio samples for the render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
AFRAME.hpp - buffer holding a Audio samples for the render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ARender - Representation of a Audio Render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ARENDER.hpp - Representation of a Audio Render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CodecAdapter - Processing Node for (de)coding media data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
CODECADAPTER.hpp - Processing Node for (de)coding media data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ExitNode - special Processing Node providing "pullable" output
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
EXITNODE.hpp - special Processing Node providing "pullable" output
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLBuf - a buffer and render process holding a Video frame for OpenGL rendering
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLBUF.hpp - a buffer and render process holding a Video frame for OpenGL rendering
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLPipe - specialized connection element for handling OpenGL implementation details
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLPIPE.hpp - specialized connection element for handling OpenGL implementation details
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLRender - Representation of a OpenGL accellerated Video render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
GLRENDER.hpp - Representation of a OpenGL accellerated Video render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Hub - special ProcNode used to build data distributing connections
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
HUB.hpp - special ProcNode used to build data distributing connections
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Link - forwarding, adapting or connecting ProcNode
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
LINK.hpp - forwarding, adapting or connecting ProcNode
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Mask - Video ProcNode for masking regions of the image (automatable)
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
MASK.hpp - Video ProcNode for masking regions of the image (automatable)
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PluginAdapter - Adapter for integrating various Effect processors in the render pipeline
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PLUGINADAPTER.hpp - Adapter for integrating various Effect processors in the render pipeline
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Processor - a single render pipeline for one segment of the timeline
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PROCESSOR.hpp - a single render pipeline for one segment of the timeline
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
ProcNode - Key abstraction of the Render Engine: a Processing Node
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PROCNODE.hpp - Key abstraction of the Render Engine: a Processing Node
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Projector - video ProcNode for scaling and translating image data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
PROJECTOR.hpp - video ProcNode for scaling and translating image data
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
RenderEngine - a complete network of processing nodes usable for rendering
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
RENDERENGINE.hpp - a complete network of processing nodes usable for rendering
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Source - Representation of a Media source
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
SOURCE.hpp - Representation of a Media source
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
Trafo - transforming processing Node
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
TRAFO.hpp - transforming processing Node
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
VFrame - a buffer holding a Video frame for the render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
VFRAME.hpp - a buffer holding a Video frame for the render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
VRender - Representation of a Video render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

View file

@ -2,7 +2,7 @@
VRENDER.hpp - Representation of a Video render process
Copyright (C) CinelerraCV
2007, Christian Thaeter <ct@pipapo.org>
2007, Hermann Vosseler <Ichthyostega@web.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

Some files were not shown because too many files have changed in this diff Show more