Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jasper-software/jasper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: version-4.2.8
Choose a base ref
...
head repository: jasper-software/jasper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: version-4.2.9
Choose a head ref
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 10, 2025

  1. Configuration menu
    Copy the full SHA
    1d4ccc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    41639cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #404 from jubalh/cves

    Add reference to CVE-2025-8836, CVE-2025-8837 in NEWS document
    mdadams authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    39e61d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Configuration menu
    Copy the full SHA
    7576bf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Fixes #407.

    Restructured a loop in the jas_stream_peek function to avoid the
    possibility of (benign) unsigned-integer wraparound (in order to avoid
    false positives from tools that flag wraparound as a bug).
    mdadams committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    2772f9f View commit details
    Browse the repository at this point in the history
  2. JP2 Codec:

    - Fixed an incorrect type (namely, an instance of uint_fast8_t should
      have been jas_uchar).
    mdadams committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    190ac64 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Configuration menu
    Copy the full SHA
    8433387 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Fixes #392.

    JP2 Encoder:
    - Relaxed the condition under which a CDEF box is written.  The
      condition previously used was too strict, which resulted in
      opacity components not being handled correctly.
    mdadams committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    afcabfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e106c View commit details
    Browse the repository at this point in the history
Loading