Changes between Version 33 and Version 34 of SponsoringPrograms/GSoC/2014
- Timestamp:
- Feb 11, 2014, 4:02:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2014
v33 v34 221 221 '''Description:''' FFmpeg contains an AAC encoder and decoder, and both of them can be improved in various ways. This is enough work for more than one GSoC project, so one part of your submission would be to define on which task exactly you want to work. 222 222 223 Currently, FFmpeg contains an experimental native AAC encoder (native meaning that it doesn't depend on external libraries), but it is lacking in terms of extension support, since it currently only implements AAC-LC (the low-complexity profile). Extending feature support of FFmpeg's native encoder is needed to make it competitive with other encoders. 224 223 225 - AAC BSAC decoder: This has already been started, but the existing decoder still fails on many samples ''(a)'' 224 226 - AAC SSR decoder ''(a)'' 225 227 - AAC 960/120 MDCT window ''(a)'' 226 - AAC native encoder improvements ''(b)'':228 - AAC native encoder missing extensions ''(b)'': 227 229 - Implement [http://www.birds-eye.net/definition/acronym/?id=1163388183 AAC PNS] 228 230 - Implement [http://wiki.hydrogenaudio.org/index.php?title=Joint_stereo#Intensity_Stereo intensity stereo] 229 231 - Implement AAC LTP (long term prediction) 230 232 - Implement [http://en.wikipedia.org/wiki/Spectral_band_replication AAC SBR] (spectral band replication) 233 231 234 232 235 '''Qualification Task:''' See the [https://trac.ffmpeg.org/query?status=!closed&keywords=~aac FFmpeg bug tracker for AAC issues], fixing one of them or rebasing the existing incomplete BSAC decoder for current git head, or fixing one or more existing bugs are possible qualification tasks.
