Changes between Version 11 and Version 12 of SponsoringPrograms/GSoC/2019
- Timestamp:
- Feb 25, 2019, 10:59:45 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2019
v11 v12 182 182 This is a list of projects that students are encouraged to consider if a mentored project is unavailable or not within the students skill or interests. The student will have to find a mentor for the project. A student can also [#YourOwnProjectIdea propose their own project]. 183 183 184 == JPEG 2000 ==185 186 '''Description:''' FFmpeg contains a native JPEG 2000 encoder and decoder. Both aremissing many features, see also the FFmpeg bug tracker for some unsupported samples. This task is difficult187 188 '''Expected results:''' A jpeg 2000 decoder which can decode more samples and / or an encoder that achieves higher compression.184 == JPEG 2000 Decoder improvements == 185 186 '''Description:''' FFmpeg contains a native JPEG 2000 decoder. It is missing many features, see also the FFmpeg bug tracker for some unsupported samples. This task is difficult 187 188 '''Expected results:''' A JPEG 2000 decoder which can decode more samples. 189 189 190 190 '''Qualification Task:''' Fix an issue (for example from the bug tracker) to show that you are capable of improving the codec implementation. … … 192 192 '''Prerequisites:''' C coding skills, basic familiarity with git, good knowledge of Jpeg-2000 193 193 194 == JPEG 2000 Encoder improvements == 195 196 '''Description:''' FFmpeg contains a native JPEG 2000 encoder. It is missing many features, see also the FFmpeg bug tracker. This task is difficult 197 198 '''Expected results:''' A JPEG 2000 encoder that achieves higher compression. 199 200 '''Qualification Task:''' Fix a bug in the encoder or make a change that shows that you are capable to improve the encoders compression. 201 202 '''Prerequisites:''' C coding skills, basic familiarity with git, good knowledge of Jpeg-2000 and concepts like rate distortion. 203 194 204 ---- 195 205
