10560 Commits (d2017933d7042d3757062cfe3134206652ce7b27)
 

Author SHA1 Message Date
Brian Popow d2017933d7 Add HadamardTransform sse tests 5 years ago
Brian Popow 5b1720eb8d Add sse41 version of Hadamard transform 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 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 7d4fd642de Use helper methods to access clip tables 5 years ago
Brian Popow 94df8fc1ad Small bitreader improvements: 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
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
Brian Popow b401937cf3
Merge pull request #1794 from kunalspathak/arm64 5 years ago
James Jackson-South cd7f406be3
Merge branch 'master' into arm64 5 years ago
Kunal Pathak b50f146fe2 Support running on arm4 5 years ago
James Jackson-South 72904e1771
Merge pull request #1790 from SixLabors/bp/pixelformattests 5 years ago
Brian Popow a68aea3525
Merge branch 'master' into bp/pixelformattests 5 years ago
Brian Popow 2add3e1711
Merge pull request #1793 from SixLabors/bp/webpavoidallocations 5 years ago
Brian Popow e168ae6a2c Use Span in GetHTreeGroupForPos to avoid allocations 5 years ago
Brian Popow 5ec02f0e78
Merge branch 'master' into bp/pixelformattests 5 years ago
Brian Popow 49e57722b8 Cleanup 5 years ago
James Jackson-South d3f3eec983
Merge pull request #1789 from SixLabors/af/benchmark/SkiaBitmap_DecodeToTargetSize 5 years ago
Anton Firszov bfcf134755
Merge branch 'master' into af/benchmark/SkiaBitmap_DecodeToTargetSize 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 099a67605e
Merge pull request #1552 from SixLabors/webp 5 years ago
James Jackson-South 853c40c23d Use the same property type for metadata & encoder 5 years ago
Brian Popow 569ad469d1
Merge branch 'master' into webp 5 years ago
Brian Popow bc4e2f7237 Preserve lossy/lossless encoding, if input image was webp 5 years ago
Brian Popow 08f2d45a90
Merge pull request #1785 from SixLabors/bp/skiptests 5 years ago
Brian Popow 1e299beed6 A little cleanup 5 years ago
Brian Popow 48c0a26281 Skip test if Avx is not supported 5 years ago
Brian Popow fa8c590e0e Skip tests if Sse2 is not supported 5 years ago
James Jackson-South dbfb698b19
Merge pull request #1781 from SixLabors/js/png-palette-filter 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 a1176c933b Fix benchmarks 5 years ago