204 | | == VC-1 interlaced == |
205 | | |
206 | | '''Description:''' The FFmpeg VC-1 decoder has improved over the years, but many samples are still not decoded bit-exact and some real-world interlaced streams show artefacts. This task is difficult. |
207 | | |
208 | | '''Expected results:''' |
209 | | * Implement missing parts of interlacing |
210 | | * Make more reference samples bit-exact |
211 | | |
212 | | '''Prerequisites:''' C coding skills, basic familiarity with git, ability to read and understand the vc1 specification and align that knowledge with the existing code |
213 | | |
214 | | '''Qualification Task:''' Find a bug in the current decoder implementation and fix it. |
215 | | |