-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AVIF plugin (decoder + encoder using libavif) #5201
Open
fdintino
wants to merge
9
commits into
python-pillow:main
Choose a base branch
from
fdintino:libavif-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,101
−9
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3878b58 - Browse repository at this point
Copy the full SHA 3878b58View commit details -
* Added type hints * Updated nasm to 2.16.03 * Removed duplicate meson install * Simplified code * Sort formats alphabetically * tile is already an empty list --------- Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2add24 - Browse repository at this point
Copy the full SHA e2add24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5494a2 - Browse repository at this point
Copy the full SHA e5494a2View commit details
Commits on Oct 18, 2024
-
Update Tests/check_avif_leaks.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b8bbba - Browse repository at this point
Copy the full SHA 8b8bbbaView commit details
Commits on Oct 19, 2024
-
* Removed unnecessary meson install * Use the same Python as the build script * Use python3 * Simplified code * Updated meson --------- Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58ef692 - Browse repository at this point
Copy the full SHA 58ef692View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6a0a15 - Browse repository at this point
Copy the full SHA d6a0a15View commit details
Commits on Nov 11, 2024
-
Set default max threads in Python (#4)
* Removed unused C values * Set default max threads in Python --------- Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50b993a - Browse repository at this point
Copy the full SHA 50b993aView commit details
Commits on Nov 12, 2024
-
Removed unused upsampling setting (#5)
* Use filename placeholder in URL * Removed unused upsampling setting * Use has_transparency_data * Removed unnecessary load() * Test getexif() change --------- Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 671e3c8 - Browse repository at this point
Copy the full SHA 671e3c8View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 658cdf3 - Browse repository at this point
Copy the full SHA 658cdf3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.