11748 Commits (1aff2454ff9fae1c319d9f2ed0d36a4ba298e4e9)
 

Author SHA1 Message Date
Dmitry Pentin 1aff2454ff Merge branch 'dp/jpeg-downscaling-decode' of https://github.com/br3aker/ImageSharp into dp/jpeg-downscaling-decode 4 years ago
Dmitry Pentin 6747339659 Docs & review fixes 4 years ago
br3aker bb82e276fe
Merge branch 'main' into dp/jpeg-downscaling-decode 4 years ago
Dmitry Pentin b943f80ca9 Restored Program.cs 4 years ago
Dmitry Pentin bfbfdfa5f6 Added tests for out jpeg image size getter method 4 years ago
Dmitry Pentin 7057245177 Code cleanup, removed invalid second pass logic, marked scaled decoding internal 4 years ago
James Jackson-South cfd19ca1b2
Merge pull request #2101 from turbedi/more_ReadOnlySpan_compiler_tricks 4 years ago
Berkan Diler ed3cda5070 Use ReadOnlySpan<byte> static data compiler optimization in more places 4 years ago
James Jackson-South 6061063fce
Merge pull request #2060 from ynse01/convolution-border-wrapping 4 years ago
Dmitry Pentin 12776f003c IDCT resizing modes 4 years ago
James Jackson-South aedd791c62
Merge branch 'main' into convolution-border-wrapping 4 years ago
James Jackson-South 5711e91c48
Merge pull request #2098 from SixLabors/js/target-frameworks 4 years ago
James Jackson-South 205df12e4e Remove DisableSIMD 4 years ago
James Jackson-South bda5418356 Update FeatureTestRunnerTests.cs 4 years ago
James Jackson-South 78017247a9 Update build-and-test.yml 4 years ago
James Jackson-South d8012cab6f Use .NET 6 only 4 years ago
James Jackson-South 273e32e19e
Merge branch 'main' into convolution-border-wrapping 4 years ago
James Jackson-South 3139a8a00d
Merge pull request #2077 from SixLabors/js/decode-sanitation 4 years ago
James Jackson-South 911d8d7825
Merge branch 'main' into js/decode-sanitation 4 years ago
James Jackson-South 923c5d200d
Merge pull request #2088 from br3aker/dp/exif-string-fix 4 years ago
James Jackson-South 9b97bb0b44
Merge branch 'main' into dp/exif-string-fix 4 years ago
James Jackson-South 2ac18d816f Optimize tiff/jpeg checks 4 years ago
Dmitry Pentin cde4a88c22 Removed invalid image from test suite 4 years ago
Dmitry Pentin d1c6e50429 Added test image 4 years ago
James Jackson-South c5f14f751d
Merge branch 'main' into js/decode-sanitation 4 years ago
Anton Firszov 5d0c6840d6
Merge pull request #2084 from br3aker/dp/jpeg-marker-validation 4 years ago
Dmitry Pentin 55d01f231f Added guard clause of empty exif strings 4 years ago
Dmitry Pentin 210945f939 Fixed compilation error for older frameworks 4 years ago
Dmitry Pentin c7f9d54705 Fixed string exif value corner case null ref exception 4 years ago
Dmitry Pentin 64d9146a8d Added malformed image 4 years ago
Dmitry Pentin 8cdcda343b Added sanity check for every jpeg marker 4 years ago
James Jackson-South 4a32c753f6
Merge branch 'main' into js/decode-sanitation 4 years ago
Dmitry Pentin c57ca1b345
Merge branch 'main' into dp/jpeg-downscaling-decode 4 years ago
Scott Williams 7db47922c0
Merge pull request #2082 from SixLabors/sw/allocation-tracker 4 years ago
miere43 03d0b63c7c Fix chunk data memory leak when decoding PNG. Fix #2080 4 years ago
Scott Williams f4f521cc5b revert to allow easier merge 4 years ago
Dmitry Pentin 9575a241ef Fix compilation error 4 years ago
Dmitry Pentin 1050cf2231 Fixed bug leading to gray images after decoding 4 years ago
Scott Williams f597507500 fix comment 4 years ago
Scott Williams cd7c91ccdf move AsyncLocal out of core lib and into testing 4 years ago
Brian Popow ced98879dd Add checks, if enough data was read 4 years ago
Dmitry Pentin 03407f14e3 4x4 implementation, tests 4 years ago
Dmitry Pentin 6eceb6c0eb Moved quantization table initialization to component post processors 4 years ago
Dmitry Pentin 52f507d793 Separated scaled IDCT methods 4 years ago
Dmitry Pentin 8192ff2a17 Initial processor implementation, code base for tests 4 years ago
Scott Williams 558ff99b08 revert Frame Dispose 4 years ago
Scott Williams 99d12664a2 Async local doesn't actually work for the finalizers, revert that piece. 4 years ago
Scott Williams d9af2395ee indent for full framwork 4 years ago
Scott Williams 399d71ddf1 stylecopped 4 years ago
Scott Williams a30c468f27 drop commented code 4 years ago