Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Ichthyostega 6fa915c63b mege build fixes
Merge commit 'lumi/master'
2008-10-19 02:45:05 +02:00
admin Merge branch 'master' of git://git.lumiera.org/LUMIERA 2008-09-03 18:55:19 -04:00
bin
build
doc drawing to show time position of frames 2008-10-05 07:10:15 +02:00
icons Corrected incorrect IconSize code, and made Tool icons borders darker 2008-10-07 23:02:27 +01:00
m4 added a check for the minimum boost version 2008-08-30 17:13:36 -04:00
oldsrc
po
scripts
src Corrected a breakage in the makefile.am caused by a directory tree 2008-10-18 00:23:54 +01:00
tests liblumiprocmobjectcontroller.a is not needed anymore in tests 2008-10-18 18:03:35 +02:00
uml some namespace rearrangements 2008-09-13 03:59:36 +02:00
wiki October dev meeting 2008-10-16 00:34:53 +02:00
.gitignore improved the architecture overview (drawing) 2008-09-04 18:04:53 +02:00
acinclude.m4
AUTHORS
configure.ac plugin.c got removed from lib, let configure check for luid.c 2008-10-15 15:49:34 +02:00
COPYING
DIR_INFO
INSTALL
LICENSE
Makefile.am moved plugin code from lib to backend 2008-10-15 15:49:34 +02:00
README
SConstruct SCons: call it 'liblumiera.a' 2008-10-18 04:10:56 +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*