Changes between Version 19 and Version 20 of SponsoringPrograms/GSoC/2016
- Timestamp:
- Feb 19, 2016, 12:36:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2016
v19 v20 240 240 == Missing AAC decoder features == 241 241 242 '''Description:''' FFmpeg contains an AAC decoder which is missing some features. The task is to rebase existing implementations to the current FFmpeg code-base, test them and fix the remaining bugs.243 244 - AAC BSAC decoder: This has already been started, but the existing decoder still fails on many samples242 '''Description:''' FFmpeg contains an AAC decoder which is missing some features. The task is to implement them in FFmpeg, and make sure they work by extensively testing them. 243 244 - AAC BSAC decoder: This has already been started, but the existing decoder contains non free reference source and can thus not be used 245 245 - AAC SSR decoder 246 246 - AAC 960/120 MDCT window 247 247 248 '''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 and fixing one or more existing bugs are possible qualification tasks.248 '''Qualification Task:''' See the [https://trac.ffmpeg.org/query?status=!closed&keywords=~aac FFmpeg bug tracker for AAC issues], fixing one of them is a possible qualification task. 249 249 250 250 '''Prerequisites:''' C coding skills, basic familiarity with git, knowledge about transform based audio coding would be useful.
