Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
2008-01-07 00:36:36 +01:00
admin Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-30 01:42:06 +02:00
bin
build
doc WIP desperately trying to work out a really usable visitor implementation 2007-12-22 08:45:09 +01:00
oldsrc
scripts
src new visitor implementation now ready for use 2008-01-05 19:42:43 +01:00
tests use typelists to declare to visit a collection of types 2008-01-05 18:54:10 +01:00
uml wrote down some more detailed considerations how to handle Tracks, Ports, and Placement for the Builder 2007-12-02 04:11:59 +01:00
wiki continue working out properties of tracks and ports 2008-01-07 00:36:36 +01:00
.gitignore
AUTHORS add an type-list facility inspired by Loki 2008-01-05 17:23:38 +01:00
configure.ac
COPYING we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
DIR_INFO
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
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*