10607 Commits (58a23cdf1d221470e52e499377e904c34c5f4fa0)
 

Author SHA1 Message Date
Anton Firszov 58a23cdf1d remove ArrayPoolMemoryAllocator from tests 5 years ago
Anton Firszov 251af068d6 Merge branch 'master' into af/UniformUnmanagedMemoryPoolMemoryAllocator-02 5 years ago
Brian Popow a06011a186
Merge pull request #1799 from SixLabors/bp/reduceallocations 5 years ago
Brian Popow e97c364b37 Use AsSpan() parameters to slice 5 years ago
Brian Popow 911aafa412
Merge branch 'master' into bp/reduceallocations 5 years ago
Brian Popow 5a7c1f4b2f
Merge pull request #1803 from SixLabors/bp/cliptables 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 5be3d6e96e
Merge branch 'master' into bp/cliptables 5 years ago
Brian Popow cf79e44795
Merge branch 'master' into bp/reduceallocations 5 years ago
Brian Popow 49bd35ca50
Merge pull request #1804 from SixLabors/bp/selectsse2 5 years ago
Brian Popow 143de220b7 Add Predictor11 test 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 c4122644fd
Merge branch 'master' into bp/reduceallocations 5 years ago
Brian Popow d021222162
Merge pull request #1800 from SixLabors/bp/avoiddictionarys 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 a913df6515
Merge branch 'master' into bp/reduceallocations 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
Anton Firszov f40fc3a76d test exception safety of ProcessPixelRows 5 years ago
Anton Firszov ebe7b9c516 Remove Image.DangerousGetRowSpan 5 years ago
Anton Firszov 9047fc971d remove ImageFrame.GetPixelRowSpan 5 years ago
Anton Firszov 64a9d25e96 update webp code 5 years ago
Anton Firszov fb571019c7 Merge remote-tracking branch 'origin/master' into af/UniformUnmanagedMemoryPoolMemoryAllocator-02 5 years ago
Anton Firszov ff383c9eab Buffer2D.GetRowSpan -> DangerousGetRowSpan 5 years ago
Anton Firszov f178416926 test ImageFrame.DangerousGetPixelRowMemory 5 years ago
Anton Firszov e1f15bc626 TryGetSinglePixelSpan -> DangerousTryGetSinglePixelMemory 5 years ago
Anton Firszov 409cfb104d DangerousGetPixelRowMemory 5 years ago
Anton Firszov 1df9e25232 ProcessPixelRows 5 years ago
James Jackson-South 527e0fbd38
Merge pull request #1798 from SixLabors/bp/webpexifwithpadding 5 years ago
Brian Popow 7f3c8ffbd0 Make sure the alpha flag in VP8X and VP8L are the same 5 years ago
Brian Popow e71fd820a8
Merge branch 'master' into bp/webpexifwithpadding 5 years ago
Brian Popow c68ef21613 Write exif profile with padding if needed 5 years ago
Anton Firszov ce1ac2cd70 pass pinnable correctly 5 years ago
Anton Firszov f81008ef54 ProcessPixelRows tests 5 years ago
Anton Firszov 003e51e98f MemoryAllocator.Default 5 years ago
Anton Firszov 3740471d7b MemoryAllocator.Create & tests 5 years ago
Anton Firszov 2472c4285b MemoryAllocatorOptions -> MemoryAllocatorSettings, 5 years ago
Anton Firszov 5839a5a483 PreferContiguousImageBuffers implemented 5 years ago
Brian Popow b401937cf3
Merge pull request #1794 from kunalspathak/arm64 5 years ago