• - Add null pointer checks for schema objects.
    - Refactor `checkSchemaInternal` for better readability and maintainability.
    - Replace redundant error construction logic with lambda-based approach.
    - Simplify array and dictionary schema handling.
    - Remove unused test coverage statistics.
    m-holger authored
     
    Browse File »











  • Avoid calling jpeg_mem_src and jpeg_mem_dest. The custom destination
    manager writes to the pipeline in smaller chunks to avoid having the
    whole image in memory at once. The source manager works directly with
    the Buffer object. Using customer managers avoids use of memory source
    and destination managers, which are not present in older versions of
    libjpeg still in use by some Linux distributions.
    Jay Berkenbilt authored
     
    Browse File »