-
Notifications
You must be signed in to change notification settings - Fork 208
Comparing changes
Open a pull request
base repository: AOMediaCodec/libavif
base: v0.6.1
head repository: AOMediaCodec/libavif
compare: v0.6.2
- 8 commits
- 6 files changed
- 3 contributors
Commits on Mar 11, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7db1d05 - Browse repository at this point
Copy the full SHA 7db1d05View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for cbfab6b - Browse repository at this point
Copy the full SHA cbfab6bView commit details -
GitHub automatic deployment (EwoutH)
Joe Drago committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for e5003b1 - Browse repository at this point
Copy the full SHA e5003b1View commit details -
Preallocate rowPointers in PNG code to avoid -Wclobbered errors
Joe Drago committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 79e4c6c - Browse repository at this point
Copy the full SHA 79e4c6cView commit details -
Revert "Preallocate rowPointers in PNG code to avoid -Wclobbered errors"
This reverts commit 79e4c6c.
Joe Drago committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for fe92047 - Browse repository at this point
Copy the full SHA fe92047View commit details -
Mark rowPointers as volatile to satisfy -Wclobbered
Joe Drago committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for ade6fe6 - Browse repository at this point
Copy the full SHA ade6fe6View commit details -
Move png_set_swap later in PNG write or it is ignored (fixes 16bpc PNGs)
Joe Drago committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 369c063 - Browse repository at this point
Copy the full SHA 369c063View commit details -
Joe Drago committed
Mar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 437ee22 - Browse repository at this point
Copy the full SHA 437ee22View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.1...v0.6.2