6647 Commits (e97c364b373ffcc8bf11295ee9597bff3af7b927)

Author SHA1 Message Date
Brian Popow e97c364b37 Use AsSpan() parameters to slice 5 years ago
Brian Popow 4598b14618 Use ReadOnlySpan<byte> for byte and sbyte arrays 5 years ago
Brian Popow 47794dfbcb Change Guard to DebugGuard in ReadValue 5 years ago
Brian Popow 1e4352b8a1 Remove unnecessary SetEndOfStream, we already have read all bytes from the stream BitReaderBase 5 years ago
Brian Popow de6bd9de79 Use Vector128<byte>.Zero 5 years ago
Brian Popow 35d2afa0bb Add sse2 version of select 5 years ago
Brian Popow 853b117369 Make histo and best histo array readonly 5 years ago
Brian Popow 7d4fd642de Use helper methods to access clip tables 5 years ago
Brian Popow 94df8fc1ad Small bitreader improvements: 5 years ago
Brian Popow 86f4903c82 Fix build errors 5 years ago
Brian Popow 67fd2d0427
Use ReadOnlySpan 5 years ago
Brian Popow 414e4a861d Fix Sclip2 values 5 years ago
Brian Popow e4352b9e0b Use byte arrays instead of Dictionary's for lookups 5 years ago
Brian Popow e51f5008c3 Add AggressiveInlining to LevelCosts 5 years ago
Brian Popow 15a10126d2 Define sse and avx masks as static readonly 5 years ago
Brian Popow ed8d2afcb0 Use Span version of Sort() to reduce allocations 5 years ago
Brian Popow 70c99d3d02 Reduce allocations 5 years ago
Brian Popow 7f3c8ffbd0 Make sure the alpha flag in VP8X and VP8L are the same 5 years ago
Brian Popow c68ef21613 Write exif profile with padding if needed 5 years ago
Brian Popow e168ae6a2c Use Span in GetHTreeGroupForPos to avoid allocations 5 years ago
Brian Popow 49e57722b8 Cleanup 5 years ago
Brian Popow 151bacc020 Use Convert.To after rounding to avoid different behavior on ARM vs x86/x64 5 years ago
James Jackson-South 853c40c23d Use the same property type for metadata & encoder 5 years ago
Brian Popow bc4e2f7237 Preserve lossy/lossless encoding, if input image was webp 5 years ago
Brian Popow 8520b07418 Make WebpFormatType nullable 5 years ago
Brian Popow 27a867d0b6 Remove unknown enum value 5 years ago
Brian Popow d72fbb5783 Use TransparentColorMode enum 5 years ago
Brian Popow 4ec66a2762 Use pattern matching 5 years ago
Brian Popow 94c49d7c0f Use Numerics.Log2 5 years ago
Brian Popow 7e85b1e27e Use dispose pattern 5 years ago
Brian Popow b9c67cebef Avoid casting WebpEncodingMethod 5 years ago
Brian Popow a41631efa3 Add enum for webp encoding method 5 years ago
James Jackson-South f88a95c0f3 Use Webp everywhere 5 years ago
James Jackson-South a2a63d9ebf Rename folder 5 years ago
Brian Popow 421324f438 Commit renamed file 5 years ago
Brian Popow fa8892b148 Change ++i -> i++ 5 years ago
Brian Popow 06014b0776 Make some webp classes internal 5 years ago
Brian Popow 8c3f9b9cb2 Add webp prefix to AlphaCompressionMethod 5 years ago
Brian Popow 7ff7075e04 Remove ChunkTypes and Animated flag from metadata 5 years ago
Brian Popow b9c992111e Rename AlphaCompression -> UseAlphaCompression 5 years ago
Brian Popow 62ac318156 Apply change from upstream: 749a8b99 5 years ago
James Jackson-South 743cd629c0 Fix todo's 5 years ago
James Jackson-South b233771cb0 Move filtering setup to the correct place. 5 years ago
James Jackson-South d5cea156af Feedback fixes 5 years ago
James Jackson-South 88bb74f39f Fix #1712 5 years ago
Brian Popow 3c2cc0c52e Fix warnings 5 years ago
James Jackson-South a86351b67c Use V2 major version 5 years ago
James Jackson-South 4323c8d175
Update src/ImageSharp/Processing/Processors/Transforms/Resize/ResizeProcessor{TPixel}.cs 5 years ago
James Jackson-South a0af4c8a1c Fix bad StyleCop warning 5 years ago
James Jackson-South d2b205260e Fix missing braces 5 years ago