14356 Commits (3ed56c954f903d216793cd8f28df4fc168cd3fc4)
 

Author SHA1 Message Date
winscripter 3ed56c954f Add ANS hybrid uint configuration & LZ77 parameters model 1 day ago
winscripter 8ffb41a7a2 Don't use end of stream singleton 1 day ago
winscripter 1381def54a Fix memory leaks 1 day ago
winscripter b716d4e5ff Add ANS VarLen & histogram parser 1 day ago
winscripter 4ec9b957a2 Simplify 1 day ago
winscripter 25e41da0ab Avoid 'using static' 1 day ago
winscripter fed0af3254 Add bit-stream reader 1 day ago
winscripter 20c2dd31df Implement ANS entropy helpers 1 day ago
winscripter 73941c117b Prefer byte for enums 1 day ago
winscripter 490f02f080 Add ANS entropy structs 2 days ago
winscripter 528149fc1c Implement CreateFlatHistogram 2 days ago
winscripter cb364fa4e9 Turn JxlFrameDimensions into a sealed class 2 days ago
winscripter 396cd8d2cb Implement JxlAnsHelper.GetPopulationCountPrecision 2 days ago
winscripter 1e40482cf5 Start work on ANS entropy 2 days ago
winscripter 90680b70c1 Prefer the term "coefficient" 2 days ago
winscripter 064376a9f2 Add quantized spline implementations 2 days ago
winscripter 9b58f4b9d5 Implement spline abstractions 2 days ago
winscripter 85812226b6 It's Jxl not Jpeg 2 days ago
winscripter ac1c866e5a Add xorshift implemetation 2 days ago
winscripter 487410e55f Implement field encodings, move IJxlFields 2 days ago
winscripter 762edd1ec1 Add headers & aspect ratio helpers 2 days ago
winscripter 6fea920e7f Add metadata models 3 days ago
winscripter 21ff33f23c Implement image and memory buffers 3 days ago
winscripter 31b5505d89 Implement JxlMemoryManager 3 days ago
winscripter 1ac6140535 Implement AC strategy 3 days ago
winscripter d87178fd37 Implemented frame_dimensions.h plus part of ac_strategy.h 3 days ago
winscripter 996e93dba2 Implement ac_context.h 3 days ago
winscripter 85c851b137 Add JPEG XL format 3 days ago
James Jackson-South 5a0a74fecc
Merge pull request #3152 from SixLabors/js/fix-convolution-small-bounds 4 days ago
James Jackson-South 0b685ab034 Fix convolution sampling for bounds smaller than the kernel radius 1 week ago
James Jackson-South ed6c2ddabf
Merge pull request #3149 from SixLabors/dependabot/github_actions/actions/cache-6 1 week ago
James Jackson-South df8634eed1
Merge pull request #3146 from SixLabors/dependabot/github_actions/actions/checkout-7 1 week ago
James Jackson-South 67aa0d341c
Merge pull request #3150 from SixLabors/js/porter-duff-coverage 1 week ago
James Jackson-South 74ecde6667
Merge branch 'main' into js/porter-duff-coverage 1 week ago
James Jackson-South eb4bfc95ea Add BlendWithCoverage overloads. Optimize Rgba32 compatible shuffling. 1 week ago
dependabot[bot] 39d5eec886
Bump actions/cache from 5 to 6 3 weeks ago
dependabot[bot] 13f417e40f
Bump actions/checkout from 6 to 7 4 weeks ago
James Jackson-South fd464a4725
Revise SECURITY.md for clarity on security policies 4 weeks ago
James Jackson-South 9c41e9c12e
Merge pull request #3141 from SixLabors/dependabot/github_actions/codecov/codecov-action-7 1 month ago
James Jackson-South 1e85a10647
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-7 1 month ago
James Jackson-South 58873574c6
Merge pull request #3143 from SixLabors/js/fix-3142 1 month ago
James Jackson-South e5ca2782e6 Fix GIF transparency handling and dither 1 month ago
dependabot[bot] 3d50834193
Bump codecov/codecov-action from 6 to 7 1 month ago
James Jackson-South 04ff1e91de
Merge pull request #3136 from Erik-White/png-cgbi 2 months ago
James Jackson-South a3e9cc6fd4 Fix in-place shuffles and vectorize PNG CgBI transform 2 months ago
Erik White 4f27f4fc38 Merge branch 'png-cgbi' of https://github.com/Erik-White/ImageSharp into png-cgbi 2 months ago
Erik White 5d206ec10f Add test data for RGB24 2 months ago
James Jackson-South e4e0613bee
Merge branch 'main' into png-cgbi 2 months ago
Erik White 70a49b1d9d Add tests for Identify 2 months ago
Erik White 4f85600cb8 Improve ApplyCgbiTransform 2 months ago