~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to doc/soc.txt

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Google Summer of Code and similar project guidelines
2
 
 
3
 
Summer of Code is a project by Google in which students are paid to implement
4
 
some nice new features for various participating open source projects ...
5
 
 
6
 
This text is a collection of things to take care of for the next soc as
7
 
it's a little late for this year's soc (2006).
8
 
 
9
 
The Goal:
10
 
Our goal in respect to soc is and must be of course exactly one thing and
11
 
that is to improve FFmpeg, to reach this goal, code must
12
 
* conform to the development policy and patch submission guidelines
13
 
* must improve FFmpeg somehow (faster, smaller, "better",
14
 
  more codecs supported, fewer bugs, cleaner, ...)
15
 
 
16
 
for mentors and other developers to help students to reach that goal it is
17
 
essential that changes to their codebase are publicly visible, clean and
18
 
easy reviewable that again leads us to:
19
 
* use of a revision control system like git
20
 
* separation of cosmetic from non-cosmetic changes (this is almost entirely
21
 
  ignored by mentors and students in soc 2006 which might lead to a surprise
22
 
  when the code will be reviewed at the end before a possible inclusion in
23
 
  FFmpeg, individual changes were generally not reviewable due to cosmetics).
24
 
* frequent commits, so that comments can be provided early