Changes between Version 28 and Version 29 of SponsoringPrograms/GSoC/2016
- Timestamp:
- Feb 22, 2016, 4:36:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2016
v28 v29 59 59 60 60 - Add an existing specialised fuzzing test application to main repository 61 - Create a corpus of small test files that exercise code paths likely to crash for a selection of decoders or demuxers61 - Create a corpus of small test files that exercise code paths likely to crash for a selection of decoders or demuxers 62 62 - Build a web interface able to extract information from each commit and run against an appropriate fuzz corpus. 63 63 … … 68 68 '''Mentor:''' Kieran Kunhya (''kierank'' in #ffmpeg-devel on Freenode IRC, kieran at kunhya dot com) 69 69 70 '''Backup Mentor:''' T BA70 '''Backup Mentor:''' Timothy Gu (''Timothy_Gu'' in #ffmpeg-devel, timothygu99@gmail.com) 71 71 72 72 == FFv1 P frame support == … … 177 177 == Improve Selftest coverage == 178 178 179 '''Description:''' FFmpeg contains many self tests, still more code is not tested than tested thus more such tests are needed180 to ensure regressions and platform specific bugs are quickly detected. Examples of existing self tests can be seen under #ifdef TEST179 '''Description:''' FFmpeg contains many self-tests, still more code is not tested than tested thus more such tests are needed 180 to ensure regressions and platform specific bugs are quickly detected. Examples of existing self tests can be seen under `#ifdef TEST` 181 181 in various files 182 182
