7430 Commits (205df12e4ec6c52805f66ea293067d7ee1ee7b1b)

Author SHA1 Message Date
James Jackson-South d8012cab6f Use .NET 6 only 4 years ago
James Jackson-South 2ac18d816f Optimize tiff/jpeg checks 5 years ago
Dmitry Pentin 55d01f231f Added guard clause of empty exif strings 5 years ago
Dmitry Pentin 210945f939 Fixed compilation error for older frameworks 5 years ago
Dmitry Pentin c7f9d54705 Fixed string exif value corner case null ref exception 5 years ago
Dmitry Pentin 8cdcda343b Added sanity check for every jpeg marker 5 years ago
miere43 03d0b63c7c Fix chunk data memory leak when decoding PNG. Fix #2080 5 years ago
Scott Williams f4f521cc5b revert to allow easier merge 5 years ago
Scott Williams f597507500 fix comment 5 years ago
Scott Williams cd7c91ccdf move AsyncLocal out of core lib and into testing 5 years ago
Brian Popow ced98879dd Add checks, if enough data was read 5 years ago
Scott Williams 558ff99b08 revert Frame Dispose 5 years ago
Scott Williams 99d12664a2 Async local doesn't actually work for the finalizers, revert that piece. 5 years ago
Scott Williams d9af2395ee indent for full framwork 5 years ago
Scott Williams 399d71ddf1 stylecopped 5 years ago
Scott Williams a30c468f27 drop commented code 5 years ago
Scott Williams 2a1ae5cc4c ensure we dispose beffers when decoders throw 5 years ago
Scott Williams 1557baea59 dispose the next chunk 5 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 5 years ago
Scott Williams 77bb287116 xunit helper to track undisposed memory 5 years ago
Brian Popow d22e50c0d0 Ignore invalid EXIF or XMP chunks 5 years ago
Brian Popow e6ad467503 Add check in ReadUint16 for enough data 5 years ago
Brian Popow aac680fea6 Add check, if enough data was read for progressive scan decoding data 5 years ago
Brian Popow 8e4129a733 Make sure enough data is read in ReadVp8XHeader() 5 years ago
Brian Popow 8cc5a6b6ca Remove code duplication when reading the profile data 5 years ago
Brian Popow 5d04734c32 Add checks in ReadVp8Header() to make sure enough data is read 5 years ago
Brian Popow f820b0b965 ParseOptional chunks now checks, if enough data is read 5 years ago
Brian Popow 96f6fd45a3 Add check, if enough data is read in LoadTables 5 years ago
James Jackson-South d3936e2d3f Add check for App1 XMP marker length 5 years ago
James Jackson-South d4acfce23c Add non-generic overload. Fix #1995 5 years ago
Mike Irving 7be52e1325 naming corrections - macOS and .NET 5 years ago
James Jackson-South 3ad23e8373 Use FromScaledVector4 when decoding 5 years ago
James Jackson-South db1bf31674 Use pre-existing pixel conversion methods 5 years ago
James Jackson-South e554dcaa73
Update src/ImageSharp/IO/ChunkedMemoryStream.cs 5 years ago
James Jackson-South afe9505b29 Fix offset 5 years ago
James Jackson-South 1ad9e56137 Use graduated buffers 5 years ago
James Jackson-South ebea485f96 Update ResizeWorker.cs 5 years ago
Brian Popow c6544eb48c Add missing using 5 years ago
Brian Popow 5d894d4f2c Add support for decoding Tiff images with associated alpha data 5 years ago
Ynse Hoornenborg 1d2d717a50 Fix and test 5 years ago
Brian Popow 555a0d7b67 Fix app1 parsing 5 years ago
James Jackson-South 06bdf138bd Optimize memory usage for resize pad operations 5 years ago
James Jackson-South baa8c7b8e7 Fix pad memory access error 5 years ago
James Jackson-South e6ab983374 Ensure pad color is never overwritten 5 years ago
James Jackson-South 666ae9eb02 Ensure PixelOperations.To(TPixel) uses scaling. 5 years ago
Brian Popow 5886612cfb Add support for horizontal predictor with alpha data 5 years ago
Ynse Hoornenborg d1a7569afa Rework after review 5 years ago
Brian Popow 198c1de6fe Fix issue with 24 bits per channel 5 years ago
Brian Popow c08545ef82 Use stackalloc 5 years ago
Brian Popow e2bc1af8f4 Add support for decoding Tiff images with UnassociatedAlphaData and planar configuration 5 years ago