Merge commit 'pipapo'
This commit is contained in:
commit
fe003a9d27
1 changed files with 9 additions and 2 deletions
|
|
@ -1226,7 +1226,7 @@ DataBackend
|
|||
|
||||
<style type="text/css">#contentWrapper {display:none;}</style><div id="SplashScreen" style="border: 3px solid #ccc; display: block; text-align: center; width: 320px; margin: 100px auto; padding: 50px; color:#000; font-size: 28px; font-family:Tahoma; background-color:#eee;"><b>My TiddlyWiki</b> is loading<blink> ...</blink><br><br><span style="font-size: 14px; color:red;">Requires Javascript.</span></div></pre>
|
||||
</div>
|
||||
<div title="Notes" modifier="CehTeh" modified="200706200110" created="200706200107" changecount="2">
|
||||
<div title="Notes" modifier="CehTeh" modified="200706231907" created="200706200107" changecount="3">
|
||||
<pre>how is FileMetadata kept
|
||||
|
||||
copying semantics of smart pointers
|
||||
|
|
@ -1241,7 +1241,14 @@ adaptive rendering
|
|||
|
||||
background rendering
|
||||
|
||||
renderfarm</pre>
|
||||
renderfarm
|
||||
|
||||
[[FrameDescriptor]]s and [[Frame]] details, Policies composing frames
|
||||
|
||||
Storage and logging of EDL's, unlimited undo, database,...
|
||||
|
||||
When to Cache and when not to cache, aka instant [[Frame]] reuse
|
||||
</pre>
|
||||
</div>
|
||||
<div title="Overview" modifier="CehTeh" modified="200706202349" created="200706200040" changecount="9">
|
||||
<pre>Whenever cinelerra needs to access data this is done through the DataBackend described here. The backend uses memory mapping to make data available to the program. This is little different to more common open/read/write/close file access while giving superior performance and much better memory utilization.
|
||||
|
|
|
|||
Loading…
Reference in a new issue