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: SDWebImage/SDWebImageAVIFCoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/codec_choice
Choose a base ref
...
head repository: SDWebImage/SDWebImageAVIFCoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 28, 2023

  1. Merge pull request #57 from SDWebImage/bugfix/dependency

    The dependency should be "libavif/core" instead of default subspecs
    dreampiggy authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    079994d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from SDWebImage/feature/codec_choice

    Added the option for avifCodecChoice to control which codec (aom/dav1d/rav1e/svt-av1) to use
    dreampiggy authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7861ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0606c3e View commit details
    Browse the repository at this point in the history
  4. Bumped version to 0.11.0

    dreampiggy committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    715df4a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Oct 26, 2023

  1. Update README.md

    Update the latest changes about rav1e codec
    dreampiggy authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9f49b0f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update README.md

    Add description about librav1e static linkage
    dreampiggy committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f784fcf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    da93d8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from SDWebImage/bugfix/calculation_buffer_size

    Fix the wrong calculation of buffer of AVIF image which cause memory peak
    dreampiggy authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ae96dca View commit details
    Browse the repository at this point in the history
  3. Bumped version to 0.11.1

    dreampiggy committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    1c25e7a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Support libavif loop count

    This requires libavif 1.0.0+
    dreampiggy committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    634f480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9273aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5f74d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7d8fc View commit details
    Browse the repository at this point in the history
  5. Update readme

    dreampiggy committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    2b09dfc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69 from SDWebImage/feature/avif_loop_count

    Support libavif loop count
    dreampiggy authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    03252bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a14aa9d View commit details
    Browse the repository at this point in the history
  8. Bump 0.12.0

    dreampiggy committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b6455e1 View commit details
    Browse the repository at this point in the history
Loading