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

APNG Encode #255

Closed
wants to merge 21 commits into from
Closed

APNG Encode #255

wants to merge 21 commits into from

Commits on Jun 13, 2020

  1. Checkpoint

    It mostly works except that sequence numbers are still (somehow) wrong
    rrbutani authored and HeroicKatora committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    748e7fb View commit details
    Browse the repository at this point in the history
  2. be less noisy

    rrbutani authored and HeroicKatora committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    7bdeaa8 View commit details
    Browse the repository at this point in the history
  3. Add a way to set the framerate at runtime

    The right way to do this is with a Parameter, but I'm a little pressed for time so I'll go back and do it the right way later.
    rrbutani authored and HeroicKatora committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    11d9be6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Resolved merge conflicts

    Rimpampa committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2789cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a09d6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56c145 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1220fb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Finally working

    Rimpampa committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    94d194d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

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

Commits on Nov 22, 2020

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

Commits on Nov 29, 2020

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

Commits on Dec 6, 2020

  1. New APNG encoding API

    Rimpampa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    9176133 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    3f5b5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e94c1 View commit details
    Browse the repository at this point in the history
  3. Readded sRGB chunk encoding

    Rimpampa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    e4ca6e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f676cf View commit details
    Browse the repository at this point in the history
  5. Removed useless file

    Rimpampa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    b839c12 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Taken back the StreamWriter

    Rimpampa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    821b8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f0bd3 View commit details
    Browse the repository at this point in the history
  3. Fixed first frame encoding

    Rimpampa committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    8c7bcb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b315c0c View commit details
    Browse the repository at this point in the history