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

Webp encode #1978

Merged
merged 18 commits into from Aug 25, 2023
Merged

Webp encode #1978

merged 18 commits into from Aug 25, 2023

Commits on Aug 7, 2023

  1. Pure Rust webp encoding

    fintelia committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    90df51e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    37a5a43 View commit details
    Browse the repository at this point in the history
  2. more improvements

    fintelia committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    88a7c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8270a48 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Fix tests

    fintelia committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2c224a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448d41e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82d6e49 View commit details
    Browse the repository at this point in the history
  4. clippy fixes

    fintelia committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d84a831 View commit details
    Browse the repository at this point in the history
  5. another clippy fix

    fintelia committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3684ace View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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

    fintelia committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    aaca894 View commit details
    Browse the repository at this point in the history
  3. Clippy fixes

    fintelia committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    aa88926 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Run length compression

    fintelia committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6965f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c42833 View commit details
    Browse the repository at this point in the history
  3. Optimize encoding

    fintelia committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9aca0e8 View commit details
    Browse the repository at this point in the history
  4. Fix msrv issue

    fintelia committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7e1a241 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Update issue URL

    fintelia committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    989324b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b8851 View commit details
    Browse the repository at this point in the history