Changes between Version 11 and Version 12 of SponsoringPrograms/GSoC/2014
- Timestamp:
- Feb 1, 2014, 12:18:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2014
v11 v12 104 104 == FFv1 P frame support == 105 105 106 '''Description:''' FFv1 is one of the most efficient intra-only lossless video codecs. Your work will be to add support for P frames with motion compensation and motion estimation support (the existing motion estimation code in libavcodec can be reused here). Then fine-tune it until the best compression rate is achieved. 106 '''Description:''' FFv1 is one of the most efficient intra-only lossless video codecs. Your work will be to add support for P frames with motion compensation and motion estimation support (the existing motion estimation code in libavcodec can be reused here). Then fine-tune it until the best compression rate is achieved. This will make FFv1 competetive with existing I+P frame lossless codecs like lossless H.264. 107 107 108 108 '''Expected results:''' State of the art P frame support in the FFv1 encoder and decoder implementation.
