Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Ichthyostega 6bdf0e2cdc 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)
2007-11-27 03:19:35 +01:00
admin Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-30 01:42:06 +02:00
bin added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
build add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
doc Fix inheritance of asset::Unknown, fix broken test, enable MakeClip_test 2007-11-20 05:20:01 +01:00
oldsrc add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
scripts add DIR_INFO in otherwise ignored scripts dir 2007-08-13 21:37:51 +02:00
src put my name in the copyright claim of those files I have written in the last months. 2007-11-27 03:19:35 +01:00
tests put my name in the copyright claim of those files I have written in the last months. 2007-11-27 03:19:35 +01:00
uml Fix inheritance of asset::Unknown, fix broken test, enable MakeClip_test 2007-11-20 05:20:01 +01:00
wiki worked out some important details of deleting and unlinking assets 2007-11-22 06:26:55 +01:00
.gitignore added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
AUTHORS we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
configure.ac use new errorhandling scheme 2007-08-14 04:56:55 +02:00
COPYING we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
DIR_INFO make some DIR_INFO's nicer 2007-06-21 03:15:52 +02:00
INSTALL we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
LICENSE we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
Makefile.am Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-18 05:41:10 +02:00
README we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
SConstruct util for sanitizing a string, making it usable as identifier 2007-09-14 19:18:11 +02:00

======================================
Cinelerra -- the video NLE for Linux
======================================

 Cinelerra is a nonlinear video editing and compositing tool. 
 It understands some of the common multimedia formats
 (quicktime, avi, ogg) and audio/video compression
 codecs (divx, xvid, mpeg1/2/4, ...)
 .
 It features non-destructive editing, compositing tools,
 a selection of effects plugins, processing in RGB, YUV
 and RGB-float colormodels and the ability to mix media
 with differing sizes and framerates.

For more information about Cinelerra visit http://cinelerra.org/


------------------------------
"Cinelerra-3" prototype code
------------------------------

**This source tree doesn't contain a working video editing application**
Rather, it contains some design studies and prototype code for improving
some aspects of the Cinelerra Application. This work may eventually 
evolve into a new major release of Cinelerra.

As of 7/2007, we start here with some backend and render engine modules
together with some unit tests. You should find a wiki with detailed
design considerations and developer documentation and a UML model
(usable with BOUML 2.29) in the sibling directories.


Build Requirements
------------------

*to be written*