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

Zstd compressor dummy #2

Merged
merged 25 commits into from
Dec 21, 2023
Merged

Zstd compressor dummy #2

merged 25 commits into from
Dec 21, 2023

Commits on Oct 27, 2023

  1. Ignores

    clusty committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    abf85e7 View commit details
    Browse the repository at this point in the history
  2. "Memcpy codec"

    clusty committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8984eda View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 3, 2023

  1. Rename

    clusty committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    69d16ca View commit details
    Browse the repository at this point in the history
  2. PImpl ZSTD

    clusty committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f4de0e0 View commit details
    Browse the repository at this point in the history
  3. First clunky blosc

    clusty committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    65ba598 View commit details
    Browse the repository at this point in the history
  4. ZSTD With Bitshuffle

    clusty committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7ef130c View commit details
    Browse the repository at this point in the history
  5. Obey thread limits

    clusty committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0af779b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Blosc managed init/delete

    clusty committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    321e6cc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix mem allocation

    Comment out zstd
    clusty committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7d24848 View commit details
    Browse the repository at this point in the history
  2. Compile static blosc

    clusty committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0384996 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. single line compressor

    clusty committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    640a25c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Member blosc no leak

    clusty committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    27a1c1a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Tweak the filters

    clusty committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0f14b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Default compression settings

    clusty committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    faea7fe View commit details
    Browse the repository at this point in the history
  2. Rename to ZstdCompressor

    clusty committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9eef1df View commit details
    Browse the repository at this point in the history
  3. Cleanup

    clusty committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ecd697a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Apply suggestions from code review

    Co-authored-by: Philippe Leprince <github.pleprince@gmail.com>
    Signed-off-by: Vlad Lazar <vladal@unity3d.com>
    clusty and pleprince committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0a3a39d View commit details
    Browse the repository at this point in the history
  2. Tiled formats

    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b71419c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'zstd-compressor' of https://github.com/clusty/openexr i…

    …nto zstd-compressor
    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bc3f4f1 View commit details
    Browse the repository at this point in the history
  4. Formatting

    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    720c4f1 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Philippe Leprince <github.pleprince@gmail.com>
    Signed-off-by: Vlad Lazar <vladal@unity3d.com>
    clusty and pleprince committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3f301fb View commit details
    Browse the repository at this point in the history
  6. better multy-type compression

    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bde439a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'zstd-compressor' of https://github.com/clusty/openexr i…

    …nto zstd-compressor
    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2f2542b View commit details
    Browse the repository at this point in the history
  8. Version the Stream

    clusty committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3527cfb View commit details
    Browse the repository at this point in the history