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: AOMediaCodec/libavif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: AOMediaCodec/libavif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 11, 2020

  1. apps:avifpng: Remove unused variable hasAlpha (#109)

    apps/shared/avifpng.c: In function 'avifPNGRead':
    apps/shared/avifpng.c:80:14: error: variable 'hasAlpha' set but not used [-Werror=unused-but-set-variable]
        avifBool hasAlpha = AVIF_FALSE;
                 ^~~~~~~~
    
    Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
    cryptomilk authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    7db1d05 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup of avifEncoderWrite(). (#110)

    1. Delete the comnent "Reformat pixels, if need be" because the
    RGB-to-YUV conversion code is gone. Replace it with the comment
    "Validate image".
    
    2. Return AVIF_RESULT_NO_YUV_FORMAT_SELECTED if image->yuvFormat is
    AVIF_PIXEL_FORMAT_NONE. This is the error code returned by the original
    code (before v0.6.0).
    wantehchang authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cbfab6b View commit details
    Browse the repository at this point in the history
  3. GitHub automatic deployment (EwoutH)

    Joe Drago committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e5003b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e4c6c View commit details
    Browse the repository at this point in the history
  5. Revert "Preallocate rowPointers in PNG code to avoid -Wclobbered errors"

    This reverts commit 79e4c6c.
    Joe Drago committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fe92047 View commit details
    Browse the repository at this point in the history
  6. Mark rowPointers as volatile to satisfy -Wclobbered

    Joe Drago committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    ade6fe6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    369c063 View commit details
    Browse the repository at this point in the history
  8. v0.6.2

    Joe Drago committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    437ee22 View commit details
    Browse the repository at this point in the history
Loading