
I have been very aware during the last few days that I had become a bottleneck and that because of the timing no one was even able to takeover - which is part of the point of open source in the first place.

For those interested, I had an RFI (more of an RFP actually) drop in my lap suddenly. These things normally take about 4 weeks to respond to - we had 2 weeks. Many late nights.
In any case I have added the developers to the project and added a couple of administrators, so with any luck someone suddenly becoming busy shouldn't cause this upset again.
Modules:
I have the following module list I'd like you to consider:
Code: Select all
Huffy
HuffyQT
HuffyAVI
PremiereAVSPlugin
Premiere5
Premiere7
VideoSizer
AviHeditor
IVTC
CodecControl
Module Structure:
I would like to propose the following module structure:
root
Code: Select all
+---Module1/
| +---Build/
| | +---Generic/
| | | +---[build files for generic src]
| | +---platform1/
| | | +---[build files for platform1]
| | +---platform2/
| | +---[build files for platform2]
| +---Doc/
| +---Minor_Component1/
| | +---src/
| | | +---[generic src]
| | | +---platform1/
| | | | +---[platform1 specific src]
| | | +---platform2/
| | | +---[platform1 specific src]
| | +---authors.txt
| +---Major_Component2/
| +---Sub_Component2.1/
| | +---src/
| | +---[generic src]
| | +---platform1/
| | | +---[platform1 specific src]
| | +---platform2/
| | +---[platform1 specific src]
| +---Sub_Component2.2/
| | +---src/
| | +---[generic src]
| | +---platform1/
| | | +---[platform1 specific src]
| | +---platform2/
| | +---[platform1 specific src]
| +---[component_level src]
| +---authors.txt
+---Module2/
etc...