]> git.sesse.net Git - mlt/commitdiff
added docs/policies.txt
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 17 Mar 2007 05:54:03 +0000 (05:54 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 17 Mar 2007 05:54:03 +0000 (05:54 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@956 d19143bc-622f-0410-bfdd-b5b2a6649095

ChangeLog
docs/TODO
docs/policies.txt [new file with mode: 0644]

index a28bfe016cda13320ceb1c997ce3c8ea88cfb8e9..a6b4abf1703d8ea60f8cb181ffc4d3b338ae53ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+$Id$
+
+2007-03-16 Dan Dennedy <dan@dennedy.org>
+       Added docs/policies.txt.
+
 2007-02-07 Dan Dennedy <dan@dennedy.org>
        Added ffmpeg libswscale support to avformat module (requires configure
        option --avformat-swscale)
@@ -24,4 +29,3 @@
 
 2006-08-08 Dan Dennedy <dan@dennedy.org>
        convert --avformat-cvs to svn and rename option as --avformat-svn (--avformat-cvs is an undocumented alias). 
-
index 344c68cb24b8564b43ed6719479d5b06e932e002..290f72946f12f9f6a355d5154d169c29d1c7b4be 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,17 +1 @@
-* DONE    - optimisations
-* DONE    - memory pooling
-* DONE    - all memory leak detection
-* DONE    - global property handling (more later)
-* DONE    - documentation (framework, implementations)
-* DONE    - finalisation of westley (entry, in/out points)
-* DONE    - installation procedure
-*         - dependency checks
-* DONE    - field order considerations and normalisation
-* DONE    - sdl rework (minor)
-*         - speex?
-* DONE    - text/overlay/obsucure placement (units)
-* DONE    - i18n (use of iconv api in producer_pango)
-* DONE    - shaped fx for obscurer (and alpha in general?)
-* DONE    - aspect constraints for scaling
-* DONE    - field-based compositing for animation
-* DONE    - frame hold
+Review and documentation update. The review will yield a TODO with more tasks.
diff --git a/docs/policies.txt b/docs/policies.txt
new file mode 100644 (file)
index 0000000..5a5e64f
--- /dev/null
@@ -0,0 +1,18 @@
+Open Source Development Policies and Procedures for MLT
+by Dan Dennedy
+
+Policies
+--------
+
+Any contribution to the "core" module assign copyright to Ushodaya Enterprises
+Limited because they need license control over that module.
+
+Comments in the framework and valerie header files must be C-style, not C++.
+
+Procedures
+----------
+
+Update services.txt when you add or update a service.
+
+Until we convert to Subversion, which can provide a nice, comprehensive log
+please update ChangeLog with every commit.