Changes between Version 1 and Version 2 of SponsoringPrograms/GSoC/2022/Results
- Timestamp:
- Dec 15, 2022, 10:45:37 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2022/Results
v1 v2 7 7 8 8 9 == Template Result==9 == High-Throughput JPEG 2000 (HTJ2K) decoder == 10 10 11 '''Description:''' Template Description11 '''Description:''' 12 12 13 '''Results:''' 14 * some 15 * results 16 * given 13 The project was to add support for HTJ2K decoding to the native FFmpeg JPEG 2000 decoder (avcodec/jpeg2000). This involves adding a new entropy coder to the existing JPEG 2000 framework. The new entropy coder (specified in ISO/IEC 15444-15 | Rec. ITU-T T.814) significantly speeds up JPEG 2000 encoding and decoding. It is relatively challenging to implement. 17 14 15 '''Results:''' 18 16 19 '''Future work:''' Template further work 17 The project was successful and resulted in a patchset which is under review: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8078 20 18 21 '''Mentor:''' someone @ somewhere.net 19 When patched, FFmpeg can decode JPEG 2000 codestreams that were encoded using the HTJ2K entropy coder. 22 20 23 ''' Student:''' someoneelse @ somewhere.net21 '''Future work:''' 24 22 23 * Decoder performance optimizations 24 * Encoder implementation 25 * Support for the JPH file format, which extends the JP2 file format 26 27 '''Mentor:''' Pierre-Anthony Lemieux (pal@palemieux.com) with assistance of Chris Hafey, Aous Naman and Osamu Watanabe. 28 '''Student:''' Caleb Etemesi (etemesicaleb@gmail.com) 29
