8400 Commits (d7ef0e2bb939fc6f3026b34d555ad1f5076ad8a5)

Author SHA1 Message Date
James Jackson-South 8adcabec6e Use >= to compare. 2 years ago
James Jackson-South d7f7d5ae13 Correctly break during decoding 2 years ago
James Jackson-South ede33dcfe9 Remove reserved bytes check. Fix #2692 2 years ago
James Jackson-South 449dba3d8c Backport fix. 2 years ago
James Jackson-South 0103d81d96 Fix off-by-one error when centering a transform. 2 years ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South e4ba5d30d7 Decode LZW row by row 2 years ago
James Jackson-South 9f889f75e7 Handle out of bounds Gif LZW max code 2 years ago
antonfirsov 7d3f852245 Fix overflow in MemoryAllocator.Create(options) (#2730) 2 years ago
James Jackson-South fb64b3367f Clamp read palette indices. 2 years ago
James Jackson-South 26d44ef5f1 Clear pixel buffers on decode. 2 years ago
James Jackson-South da497882fe Revert additional changes 2 years ago
SpaceCheetah c8eab788dd
Rename DefaultImageAnimated to AnimateRootFrame 2 years ago
James Jackson-South 63d4b2028a Fix args and add tests 2 years ago
SpaceCheetah 8480139212
re-add rest of comment 2 years ago
SpaceCheetah 4698e8ca3b
re-add comment 2 years ago
SpaceCheetah ceb7dc0e7e
Fix incorrect acTL frame count 2 years ago
SpaceCheetah addec72467
Make PngEncoder respect DefaultImageAnimated 2 years ago
SpaceCheetah 85fd4311f1
Fix PngMetadata copy 2 years ago
SpaceCheetah 9b8ef108d4
Fix handling of case where default image isn't animated 2 years ago
SpaceCheetah 63b7ecd87e
Fix frame dispose operation handling 2 years ago
SpaceCheetah d933db75ed
Fix ProcessInterlacedPaletteScanline not obeying frameControl.XOffset 2 years ago
antonfirsov 7dd3c43a00 reduce UnmanagedMemoryHandle.MaxAllocationAttempts 2 years ago
antonfirsov 92b82779ac Limit all allocations 2 years ago
James Jackson-South ea12c0d480 Update comment 2 years ago
James Jackson-South 4f289f9e12 Remove unused code. 2 years ago
James Jackson-South 623ad5defd Only exit after multiple EOF hits 2 years ago
James Jackson-South a197f222a6 Update WebpVp8X.cs 2 years ago
James Jackson-South 58e8efac20 Ensure VP8X alpha flag is updated correctly. 2 years ago
James Jackson-South edc87ad90d Limit ancillary chunk size. 2 years ago
James Jackson-South f6d24ed15c
Update src/ImageSharp/Formats/Webp/AlphaDecoder.cs 3 years ago
James Jackson-South 2a548818ac Use a smarter approach to determine the transparent index 3 years ago
James Jackson-South 223f6474c2 Update AlphaDecoder.cs 3 years ago
James Jackson-South 3c65383dec Prevent underflow 3 years ago
James Jackson-South b4049ce517 Don't skip data read on animation and frame control chunks 3 years ago
James Jackson-South a940a55f53 Make DrawImage processor more robust to bad input. 3 years ago
James Jackson-South 6570fc6c74 Update WebpFrameMetadata.cs 3 years ago
James Jackson-South 9672d48bcc Fix Ssse3 Path decode 3 years ago
James Jackson-South ad1b0e6dad
Fix handling gif encoding for global palettes. (#2614) 3 years ago
Scott Williams 9906ee5ad7 correctly calculate Rect when negative target set 3 years ago
Scott Williams 6c7b59fc06 reduce to a single par of clamping operations 3 years ago
Scott Williams dd705eb058 prevent potential overflow 3 years ago
Scott Williams 7ab7b226d9 handle when foreground overhangs bottom of background 3 years ago
James Jackson-South f3ff11ea6b Handle dedup of local palette of 256 length 3 years ago
James Jackson-South 291e9e7c1e Use source length as bounds 3 years ago
James Jackson-South f74b6acacf Read resolution from EXIF metadata in WebP 3 years ago
James Jackson-South c3dacdeee4 Add AdvSimd implementation 3 years ago
James Jackson-South 091cb1eabc More early returns and renaming 3 years ago
James Jackson-South 3d9ceaa8fa Allow decoding early EOF 3 years ago
James Jackson-South c99c83ae61 Create fine-grained options for CRC handling. 3 years ago