7460 Commits (f15b336f862360a61a3ee96c8f2e499662e8ff2a)

Author SHA1 Message Date
Brian Popow f15b336f86 Fix issue disposing tmp buffer too early 4 years ago
Brian Popow 5bac8b36bf Add test for ICCP 4 years ago
Brian Popow 43c83dabc7 Preserve color profile when encoding webp 4 years ago
Brian Popow 5388489d38 Add color profile tests 4 years ago
Brian Popow 106f6c0a9b Write color profile, if present 4 years ago
Brian Popow 6991fd13bd Read ICC profile from v5 header 4 years ago
Brian Popow fa86a04464 Fix writing bitmap v4 header 4 years ago
Brian Popow f74dbac80b Add parsing bitmap V5 header 4 years ago
Berkan Diler 0661f14789 Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) 4 years ago
Berkan Diler ed3cda5070 Use ReadOnlySpan<byte> static data compiler optimization in more places 4 years ago
Brian Popow 0a08940eb2 IJpegComponent -> JpegComponent 4 years ago
James Jackson-South d8012cab6f Use .NET 6 only 4 years ago
James Jackson-South 2ac18d816f Optimize tiff/jpeg checks 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 8cdcda343b Added sanity check for every jpeg marker 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
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
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
Scott Williams 2a1ae5cc4c ensure we dispose beffers when decoders throw 4 years ago
Scott Williams 1557baea59 dispose the next chunk 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Scott Williams 77bb287116 xunit helper to track undisposed memory 4 years ago
Brian Popow 7371ed051c Revert fixedBin back to byte[] 4 years ago
Brian Popow 0bc0cd82ff Additional review changes 4 years ago
Brian Popow 52c1f20dc6 Fix issue with jpeg's embedded in tiff's: scan decoder is already created in LoadTables 4 years ago
Brian Popow 0154e4ec8e Fix build issue 4 years ago
Brian Popow 6a281b6c6d
Apply suggestions from code review 4 years ago
Brian Popow d22e50c0d0 Ignore invalid EXIF or XMP chunks 4 years ago
Brian Popow e6ad467503 Add check in ReadUint16 for enough data 4 years ago
Brian Popow aac680fea6 Add check, if enough data was read for progressive scan decoding data 4 years ago
Brian Popow 8e4129a733 Make sure enough data is read in ReadVp8XHeader() 4 years ago
Brian Popow 8cc5a6b6ca Remove code duplication when reading the profile data 4 years ago
Brian Popow 5d04734c32 Add checks in ReadVp8Header() to make sure enough data is read 4 years ago
Brian Popow f820b0b965 ParseOptional chunks now checks, if enough data is read 4 years ago
Brian Popow 96f6fd45a3 Add check, if enough data is read in LoadTables 4 years ago
James Jackson-South d3936e2d3f Add check for App1 XMP marker length 4 years ago
Ynse Hoornenborg 223b665fc6 Apply BorderWrappingMode to Gaussian Blur/Sharpen and BoxBlur 4 years ago
Brian Popow c988208b4f Add tests for arithmetic coding 4 years ago
Brian Popow 2c4b4cffcc Add support for decoding jpeg's with arithmetic coding 4 years ago
Ynse Hoornenborg 8dd9d392be Introduce Bounce mode 4 years ago
James Jackson-South d4acfce23c Add non-generic overload. Fix #1995 4 years ago