Changes between Version 1 and Version 2 of SponsoringPrograms/GSoC/2022/Results


Ignore:
Timestamp:
Dec 15, 2022, 10:45:37 PM (4 years ago)
Author:
Pierre-Anthony Lemieux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SponsoringPrograms/GSoC/2022/Results

    v1 v2  
    77
    88
    9 == Template Result ==
     9== High-Throughput JPEG 2000 (HTJ2K) decoder ==
    1010
    11 '''Description:'''  Template Description
     11'''Description:'''
    1212
    13 '''Results:'''
    14 * some
    15 * results
    16 * given
     13The 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.
    1714
     15'''Results:'''
    1816
    19 '''Future work:''' Template further work
     17The project was successful and resulted in a patchset which is under review: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8078
    2018
    21 '''Mentor:''' someone @ somewhere.net
     19When patched, FFmpeg can decode JPEG 2000 codestreams that were encoded using the HTJ2K entropy coder.
    2220
    23 '''Student:''' someoneelse @ somewhere.net
     21'''Future work:'''
    2422
     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