| | 81 | |
| | 82 | == Improve Selftest coverage == |
| | 83 | |
| | 84 | '''Description:''' FFmpeg contains many self-tests, still more code is not tested than tested thus more such tests are needed |
| | 85 | to ensure regressions and platform specific bugs are quickly detected. Examples of existing self tests can be seen in `*/tests/*` |
| | 86 | |
| | 87 | '''Expected results:''' Significantly improve selftest code coverage |
| | 88 | |
| | 89 | '''Prerequisites:''' Good C coding skills, basic familiarity with git |
| | 90 | |
| | 91 | '''Qualification Task:''' Improve selftest code coverage by at least 1% of two of the main libraries (libavcodec, libavformat, libavdevice, libavfilter, libavutil, libswresample, libswscale) as listed at [http://coverage.ffmpeg.org/ coverage.ffmpeg.org]. |
| | 92 | |
| | 93 | '''Mentor:''' Michael Niedermayer (''michaelni'' in #ffmpeg-devel on Freenode IRC, michaelni@gmx.at) |