Clone from the Lumiera Master-Repo (as Test for Forgejo)
https://git.lumiera.org/
* plouj/second-tp-attempt: (68 commits) partially fix a pkg-config problem with scons on Fedora12 fix comilation by using an existing TEST macro more formatting fixes to put spaces before function/macro call opening brackets add a stronger REQUIRE check ignore RESOURCE_ANNOUNCE in tests fix the code by re-merging some of cehteh's changes remove redundant info from TRACE match the filename in the header comment add a thread state check and remove an old comment python-2.6 fix: loading the icon_rener.py script (Ticket #222) Use a fully qualified name for PlacementMO in PlacementIndex fix compilation errors die regardless of what type of failure pthread_create() encounters mark thread as worker remote unnecessary calls to llist_unlink() insert is enough continuation of working_list introduction begin adding a second list to store working threads merge ECHO with TRACE don't expect any more output from the basic test fix compilation ... Conflicts: src/tool/Makefile.am tests/Makefile.am |
||
|---|---|---|
| admin | ||
| bin | ||
| doc | ||
| icons | ||
| m4 | ||
| oldsrc | ||
| po | ||
| scripts | ||
| src | ||
| tests | ||
| uml | ||
| wiki | ||
| .gitignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| configure.ac | ||
| COPYING | ||
| DIR_INFO | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.am | ||
| README | ||
| SConstruct | ||
==================================== 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*