Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Christian Thaeter ef6344057c first attempt to organize the nobug flags for review
I grepped out all flags which are actually defined/used in lumiera and
refactored them into one big tree here. There are some annotations and
issues which shall be finally resolved. Please check if the intended
hierarchy looks OK this way and add more flags when you think some are
missing. I chosen to make a quite verbose hierarchy, this doesnt cost much
in nobug and adds some flexibility. The Documentation at the head needs to
be reviewed. Many flags which are collected here need to be brought back
into the subsystems which use them, this is only to get a big picture for
now.
2009-01-24 22:30:25 +01:00
admin SCons: fix the compatibility switch; the new code path should also be used for scons 0.97 2009-01-20 02:38:13 +01:00
bin better build dynamic libs into ./.libs 2008-12-15 13:36:42 +01:00
doc Add Doxyfile.pdf 2008-12-15 01:17:23 +01:00
icons WIP: Added an SVG for the new logo, but it looks stupid 2009-01-03 16:55:03 +00:00
m4 added a check for the minimum boost version 2008-08-30 17:13:36 -04:00
oldsrc Lumiera renaming -- build system 2008-03-10 05:07:21 +01:00
po Tied gui into main lumiera build 2008-05-14 00:26:00 +01:00
scripts add DIR_INFO in otherwise ignored scripts dir 2007-08-13 21:37:51 +02:00
src first attempt to organize the nobug flags for review 2009-01-24 22:30:25 +01:00
tests Further ClassLock refactoring; added linkonce assertion check 2009-01-21 13:04:28 +01:00
uml forgot to add some UML 2008-11-03 21:27:03 +01:00
wiki WIP work out further how to handle start/stop of layer separation interfaces 2008-12-15 13:36:41 +01:00
.gitignore improved the architecture overview (drawing) 2008-09-04 18:04:53 +02: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 Implemented intial playback controller thread 2009-01-18 16:17:39 +00: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 better INSTALL document 2009-01-12 15:16:40 +01:00
LICENSE Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
Makefile.am move vgsuppression to tests/tool, it will only needed for running tests 2009-01-15 01:34:01 +01:00
README Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
SConstruct move all tools to src/tool and remove admin dir from build 2009-01-13 12:16:48 +01: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*