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

Amend for brotli (de)compress (-mmt1), update README.md #352

Merged
merged 4 commits into from Sep 11, 2023

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    32ac26a View commit details
    Browse the repository at this point in the history
  2. if single-threaded brotli, retain artificial number set in BrotliHand…

    …ler (0) - always prefer it for .br format, otherwise `-mmt1` causes that it'd use brotli-mt and the stream is incompatible; `-mmt=n` with `n >= 2` forces multi-threaded compression/decompression (therefore incompatible with standard brotli)
    sebres committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2b48366 View commit details
    Browse the repository at this point in the history
  3. translate threads to decoder (previously ignored): important for -mmt…

    …>=2 to use brotli-mt (the streams are incompatible)
    sebres committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6411fad View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. amend to mcmilk#351: fixes register of zip archive (after adding of b…

    …rotli codec, zip type gets missing because exceeded kNumArcsMax in registering structure g_Arcs)
    sebres committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    09a6777 View commit details
    Browse the repository at this point in the history