FFmpeg Summer Of Code 2006: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(section-ize the list)
(reorg: proposals with mentors at top)
Line 2: Line 2:


== VC-1 ==
== VC-1 ==
Implement the [[VC-1]] codec based on the emerging [[Understanding VC-1|open specification document]] and coming roadmap. ''Mentor: Mike Melanson''
Implement the [[VC-1]] codec based on the emerging [[Understanding VC-1|open specification document]] and coming roadmap.  
 
''Mentor: Mike Melanson''


== AAC ==
== AAC ==
Implement a new, optimized AAC decoder based on the emerging [[Understanding AAC|open specification document]]. ''Mentor: Mike Melanson''
Implement a new, optimized AAC decoder based on the emerging [[Understanding AAC|open specification document]].  
 
''Mentor: Mike Melanson''


== FFmpeg Refactoring ==
== FFmpeg Refactoring ==
Modularize the FFmpeg libraries so that each individual codec and muxer/demuxer modules can be easily enabled and disabled at compile time. ''Mentor: Mike Melanson''
Modularize the FFmpeg libraries so that each individual codec and muxer/demuxer modules can be easily enabled and disabled at compile time.  


== Dirac ==
''Mentor: Mike Melanson''
Implement the [[Dirac]] codec based on the upcoming new specification from [http://dirac.sf.net Dirac site] ''Mentor: Luca Barbato''


== libavformat ==
== libavformat ==
Improve and document libavformat API
Improve and document libavformat API
''Mentor: Mike Melanson''
== Dirac ==
Implement the [[Dirac]] codec based on the upcoming new specification from [http://dirac.sf.net Dirac site]
''Mentor: Luca Barbato''


== NUT ==
== NUT ==
Update the [[NUT]] container format support (the current one implements an ancient specification), check the current one [http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/~checkout~main/DOCS/tech/mpcf.txt?rev=1.155&content-type=text/plain&cvsroot=main here] ''Mentor: Luca Barbato''
Update the [[NUT]] container format support (the current one implements an ancient specification), check the current one [http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/~checkout~main/DOCS/tech/mpcf.txt?rev=1.155&content-type=text/plain&cvsroot=main here]  
 
''Mentor: Luca Barbato''


== SNOW ==
== SNOW ==
Optimize and document [[SNOW]] wavelet codec ''Mentor: Luca Barbato''
Optimize and document [[SNOW]] wavelet codec ''Mentor: Luca Barbato''
== AC3 ==
Implement a LGPL (E)AC3 decoder ''Mentor: Benjamin Larsson''


== Profiling and Optimization ==
== Profiling and Optimization ==
Line 27: Line 42:
== Vorbis ==
== Vorbis ==
Implement a [[Vorbis]] encoder  
Implement a [[Vorbis]] encoder  
== AC3 ==
Implement a LGPL (E)AC3 decoder ''Mentor: Benjamin Larsson''


== AMR ==
== AMR ==

Revision as of 11:11, 28 April 2006

Google is sponsoring its second Summer of Code. FFmpeg has been selected as one of the approved mentoring organizations. Here are a few project ideas:

VC-1

Implement the VC-1 codec based on the emerging open specification document and coming roadmap.

Mentor: Mike Melanson

AAC

Implement a new, optimized AAC decoder based on the emerging open specification document.

Mentor: Mike Melanson

FFmpeg Refactoring

Modularize the FFmpeg libraries so that each individual codec and muxer/demuxer modules can be easily enabled and disabled at compile time.

Mentor: Mike Melanson

libavformat

Improve and document libavformat API

Mentor: Mike Melanson

Dirac

Implement the Dirac codec based on the upcoming new specification from Dirac site

Mentor: Luca Barbato

NUT

Update the NUT container format support (the current one implements an ancient specification), check the current one here

Mentor: Luca Barbato

SNOW

Optimize and document SNOW wavelet codec Mentor: Luca Barbato

AC3

Implement a LGPL (E)AC3 decoder Mentor: Benjamin Larsson

Profiling and Optimization

Profile and optimize memory usage

Vorbis

Implement a Vorbis encoder

AMR

Implement a LGPL AMR decoder (encoder)

MP3

Implement a simple MP3 encoder

Pyschoacoustics

Implement a good pychoacoustic model. Support the usage of this model from the AC3, MP2 and other audio encoders.