Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Christian Thaeter 2d11d51860 Checks for NoBug (and other) headers have to follow the
particular configurations.

If not the generated conftest would bail out NoBug
complaining that no build level is selected
2008-05-16 20:17:43 +02:00
admin Merge from backend: wikis, admin-scrits, test.sh 2008-04-12 02:07:16 +02:00
bin Lumiera renaming -- build system 2008-03-10 05:07:21 +01:00
build add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
doc extend Appconfig class to provide Lifecycle callback hooks 2008-04-13 23:54:39 +02:00
oldsrc Lumiera renaming -- build system 2008-03-10 05:07:21 +01:00
scripts add DIR_INFO in otherwise ignored scripts dir 2007-08-13 21:37:51 +02:00
src Fix: uuid includes 2008-05-13 21:42:51 +02:00
tests Fix: safeclib-test 2008-05-13 21:43:08 +02:00
uml brought proc layer introductory pages up-to-date 2008-04-13 03:39:18 +02:00
wiki Add protocol of the 2nd developer meeting to the wiki 2008-05-13 20:33:44 +02:00
.gitignore corr. IRC protocol 2008-02-14 05:07:55 +01:00
acinclude.m4 Merge from backend: wikis, admin-scrits, test.sh 2008-04-12 02:07:16 +02:00
AUTHORS Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
configure.ac Checks for NoBug (and other) headers have to follow the 2008-05-16 20:17:43 +02:00
COPYING we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
DIR_INFO Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
INSTALL Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
LICENSE Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
Makefile.am don't build the backend things for now 2008-05-13 21:42:17 +02:00
README Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
SConstruct change build to link in separate libs, also split test executable. 2008-04-12 04:55:18 +02:00

====================================
Lumiera -- the video NLE for Linux
====================================

 Lumiera 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 Lumiera visit http://lumiera.org/
For more information about Cinelerra visit http://cinelerra.org/


----------------------------
"Lumiera" prototype code
----------------------------

**This source tree doesn't yet contain a working video editing application**
Rather, it contains the initial framework and core modules of the lower and
middle layer of the envisioned new Application "Lumiera".

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.

As of 2/2008 the project has been separated completely from his ancestor "Cinelerra"
The Community, which is largely identical to the Cinelerra-CV community, choose the
new project name "Lumiera". The basic project infrastructure is up and running,
and work on the new codebase is going on continuosely. We can show nothing but
a running test suite for now. 



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

*to be written*