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

Finish AVIF support in getimagesize() #7711

Closed
wants to merge 4 commits into from
Closed

Commits on Dec 3, 2021

  1. Implement php_handle_avif() using libavifinfo

    See #80828 and the internals@ mailing list discussion at
    https://externals.io/message/116543
    
    Use libavifinfo's AvifInfoGetFeaturesStream() in php_handle_avif() to
    get the width, height, bit depth and channel count from an AVIF
    payload. Implement stream reading/skipping functions and data struct.
    Use libavifinfo's AvifInfoIdentifyStream() in php_is_image_avif().
    
    Update the expected features read from "test1pix.avif" in
    getimagesize.phpt.
    y-guyon committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e7b6425 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Rename image_avif folder to libavifinfo

    Fix Windows build.
    Revert config.m4 formatting to the previous one.
    y-guyon committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b5bb01f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Add avifinfo entry in README.REDIST.BINS

    Move license text from README.md to original files LICENSE and PATENTS.
    y-guyon committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c09d160 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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