diff --git a/src/proc/asset/proc.cpp b/src/proc/asset/proc.cpp index 3720f0993..61dd228b7 100644 --- a/src/proc/asset/proc.cpp +++ b/src/proc/asset/proc.cpp @@ -1,5 +1,5 @@ /* - Proc(Asset) - key abstraction: media-like assets + Proc(Asset) - key abstraction: data-processing assets Copyright (C) Lumiera.org 2008, Hermann Vosseler diff --git a/src/proc/asset/proc.hpp b/src/proc/asset/proc.hpp index 724c8a786..5b68d3d0f 100644 --- a/src/proc/asset/proc.hpp +++ b/src/proc/asset/proc.hpp @@ -1,5 +1,5 @@ /* - PROC.hpp - key abstraction: media-like assets + PROC.hpp - key abstraction: data-processing assets Copyright (C) Lumiera.org 2008, Hermann Vosseler diff --git a/wiki/todo.html b/wiki/todo.html index 763c8a80a..73d716def 100644 --- a/wiki/todo.html +++ b/wiki/todo.html @@ -1979,7 +1979,7 @@ see : <<tag RSSFeed>> for the full list. -
+
! Foundations, not really a milestone yet
 
 We need following in a basically working / mockup state:
@@ -2007,6 +2007,11 @@ We need following in a basically working / mockup state:
 !!! Next Goals
 
 # Make a [[video player mockup]]
+# Integrate a ''Version 0.1'' able to
+#* load a simple media
+#* put a clip to the EDL
+#* build the corresponding low-level model
+#* run a render process
 
 ! Second round
 //all rather brainstorming for now, feel free to modify...//
@@ -3279,32 +3284,25 @@ function addKeyDownHandlers(e)
 }
 //}}}
-
+
! Proc layer
  by ichtho
-!! Asset Manager, Asset and ~MObject
-Design roughly finished, mem management with smart-ptrs and object dependencies working, Asset Manager (automatic registry) working. Relation of Assets and MObjects needs some clarification. Object creation could use some refactoring (work in progress)
-!! Support for Media Bins, high-level Resource manager
-not even concrete plans yet. Needing a volounteer to take this subsystem
-!! Session, EDL, edit operations
-Session Manager (access point/interface) done. Basic operations (how to address objects in the EDL, how to add objects...) only drafted, need detailed design (but is difficult before the builder is more clear, so I'll probably work bottom up here)
-!! Framework for storing/loading objects
-Just a draft in a separate branch, nothing finished.
-!! Defaults Manager ~ConfigQuery subsystem
-Defaults Manager done, using a mock implementation of for config queries. Need to understand better what queries we need to support, what predicates to define, how to describe capabilities. Basically it's too early to nail down a design
-!! integrating YAP Prolog or another resolution system
-blocked because of the preceeding. But it would be possible to implement the basics (i.e. calling in, passing rule code....)
-!! create Fixture from all ~EDLs
-Design partially done, nothing implemented yet.
-!! create Partitioning of Fixture
-Some ideas; blocked because of incomplete design of the EDL
+//the following were migrated to the lumiera-work Mailinglist as of 9/08 //
+* Asset Manager, Asset and ~MObject
+* Support for Media Bins, high-level Resource manager
+* Session, EDL, edit operations
+* Framework for storing/loading objects
+* Defaults Manager ~ConfigQuery subsystem
+* integrating YAP Prolog or another resolution system
+* create Fixture from all ~EDLs
+* create Partitioning of Fixture
+* Automation handling
+
+
 !! Builder core
 support framework done. Design/planning of node creater tool partially done, implementation just started
 !! Render nodes
-nothing but a preliminary object hierarchy. Need to work out the interface.
-!! Automation handling
-just a draft. Need to work out interface for describing automatable "parameters"
-
+Interface and outline of the "operaton protocol" is done as of 8/08. Details of the implementation in work.
 
 ! Backend
  by cehteh
@@ -3330,24 +3328,13 @@ Basic implementation finished, not final yet.
 !! Testsuite
 Needs some improvements, see [[Tasks]]
 !! Website
-A mockup website is online, raffa experimenting with asciidoc which looks good so far. git integration and automatic generation on push to be done see [[Tasks]]
+A mockup website is online, raffa experimenting with asciidoc which looks good so far. See [[Tasks]]
 !! git / mob repos
 gitweb is up, git repos are established, mob repos are not yet up.
 !! automatic generation and checkout of tiddlywikis and doxygen docs on the server
 currently only a manual rsync script in admin/
 !! automatic builds/test on server, status page
 will be done on the 'devel' vserver. nothing done yet.
-!! Developer Documentation
-Someone might pickup a Doxygen-Maintainer. This is not writing actual documentation but bringing the Documentation comments in the source to a good shape, add formatting tags, ensureing that all docs are properly generated, maintaining a glossary and index, define the order etc.
-
-
-
-
Use the backend, gmerlin/avdecoder and a Player widget to playback videos. This should be a small application which can open and playback many videos from one instance in parallel. Later on scrubbing for this videos might be supported.
-
-The idea here is to show and measure backend and scheduler performance
-  and beeing a proof of concept for the design. It will run
-  independent of the Proc layer but needs quite some work on the
-  backend to be done.