From a9c6f6cec608fc172fb4163c6b7815ad388340c3 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sat, 17 Mar 2007 05:54:03 +0000 Subject: [PATCH] added docs/policies.txt git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@956 d19143bc-622f-0410-bfdd-b5b2a6649095 --- ChangeLog | 6 +++++- docs/TODO | 18 +----------------- docs/policies.txt | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 docs/policies.txt diff --git a/ChangeLog b/ChangeLog index a28bfe01..a6b4abf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +$Id$ + +2007-03-16 Dan Dennedy + Added docs/policies.txt. + 2007-02-07 Dan Dennedy Added ffmpeg libswscale support to avformat module (requires configure option --avformat-swscale) @@ -24,4 +29,3 @@ 2006-08-08 Dan Dennedy convert --avformat-cvs to svn and rename option as --avformat-svn (--avformat-cvs is an undocumented alias). - diff --git a/docs/TODO b/docs/TODO index 344c68cb..290f7294 100644 --- 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 index 00000000..5a5e64f4 --- /dev/null +++ b/docs/policies.txt @@ -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. -- 2.39.2