Skip to content
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
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    3878b58 View commit details
    Browse the repository at this point in the history
  2. Added type hints (#2)

    * 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>
    2 people authored and fdintino committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e2add24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5494a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update Tests/check_avif_leaks.py

    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    fdintino and radarhere authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8b8bbba View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Simplified code (#3)

    * 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>
    radarhere and radarhere authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    58ef692 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. 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>
    radarhere and radarhere authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    50b993a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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>
    radarhere and radarhere authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    671e3c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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