~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to doc/developer.texi

  • 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:
92
92
 * more text ...
93
93
 * ...
94
94
 */
95
 
typedef struct Foobar@{
 
95
typedef struct Foobar @{
96
96
    int var1; /**< var1 description */
97
97
    int var2; ///< var2 description
98
98
    /** var3 description */
248
248
@uref{http://www.gnu.org/licenses/lgpl-2.1.html, LGPL 2.1},
249
249
including an "or any later version" clause, or, if you prefer
250
250
a gift-style license, the
251
 
@uref{http://www.isc.org/software/license/, ISC} or
 
251
@uref{http://opensource.org/licenses/isc-license.txt, ISC} or
252
252
@uref{http://mit-license.org/, MIT} license.
253
253
@uref{http://www.gnu.org/licenses/gpl-2.0.html, GPL 2} including
254
254
an "or any later version" clause is also acceptable, but LGPL is
386
386
be changed to not generate a warning unless that causes a slowdown
387
387
or obfuscates the code.
388
388
 
 
389
@item
 
390
Make sure that no parts of the codebase that you maintain are missing from the
 
391
@file{MAINTAINERS} file. If something that you want to maintain is missing add it with
 
392
your name after it.
 
393
If at some point you no longer want to maintain some code, then please help
 
394
finding a new maintainer and also don't forget updating the @file{MAINTAINERS} file.
389
395
@end enumerate
390
396
 
391
397
We think our rules are not too hard. If you have comments, contact us.