Browse code

things to take care of for the next soc

Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2006/08/07 17:46:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
0
+Google Summer of Code and similar project guidlines
1
+
2
+Summer of code is a project by google in which students are paid to implement
3
+some nice new features for various participating open source projects ...
4
+
5
+This text is a collection of things to take care off for the next soc as
6
+its a little late for this years soc (2006)
7
+
8
+The Goal:
9
+Our goal in respect to soc is and must be of course exactly one thing and
10
+that is to improve FFmpeg, to reach this goal, code must
11
+* conform to the svn policy and patch submission guidlines
12
+* must improve ffmpeg somehow (faster, smaller, "better",
13
+  more codecs supported, fewer bugs, cleaner, ...)
14
+
15
+for mentors and other developers to help students to reach that goal it is
16
+essential that changes to their codebase are publically vissible, clean and
17
+easy reviewable that again leads us to:
18
+* use of a revision control system like svn
19
+* seperation of cosmetic from non cosmetic changes (this is almost entirly
20
+  ignored by mentors and students in soc 2006 which might lead to a suprise
21
+  when the code will be reviewed at the end before a possible inclusion in
22
+  ffmpeg, individual changes where generally not reviewable due to cosmetics)
23
+* frequent commits, so that comments can be provided early