11294 Commits (1ee34bacb5c94259b5d9429a36f82e64db3c052d)
 

Author SHA1 Message Date
Dmitry Pentin ea2f5894ee Renamings 5 years ago
Dmitry Pentin ca9ad91c02 Removed duplicated code, removed unused variables 5 years ago
Brian Popow 15c28e1495 Simplify Memset: Use Span.Fill 5 years ago
Brian Popow 67c3de2240 Add tests for decoding lossy without hardware intrinsics 5 years ago
Brian Popow c8d182bad6 Add SSE2 version of SimpleHFilter16i 5 years ago
Brian Popow fabf00ab8f Add SSE2 version of SimpleVFilter16i 5 years ago
Brian Popow 86bf6c31d3 Fix issues with SSE filters 5 years ago
Dmitry Pentin f3b35e8acb Yet another 'fix' 5 years ago
Dmitry Pentin 09d056e42b Fixed test bug introduced in one of previous commits, code cleanup 5 years ago
Ynse Hoornenborg c4cf012ac4 Scale pixel value up to full allocation range 5 years ago
Ynse Hoornenborg 5587770eef Merge branch 'pgm-support' of https://github.com/ynse01/ImageSharp into pgm-support 5 years ago
Ynse Hoornenborg 26b3e664db Fix bug in black and white plain decoding 5 years ago
Dmitry Pentin 09b2e54c71 More robust test failure output 5 years ago
Dmitry Pentin 931a1ee57b Merge branch 'dp/jpeg-decoder-color-converters' of https://github.com/br3aker/ImageSharp into dp/jpeg-decoder-color-converters 5 years ago
Dmitry Pentin 5b62e94b26 Minor fixes 5 years ago
Dmitry Pentin a26a758011 Removed redundant allocations, fixed assertion & switch-case 5 years ago
Brian Popow 3cc321ca6e Merge remote-tracking branch 'origin/master' into bp/dofiltersse2 5 years ago
Brian Popow 5b57e98563 Fix some issues with the SSE versions of the filters 5 years ago
Brian Popow bd7e9981bb Add SSE2 version of HFilter8 5 years ago
Brian Popow 49cf2f2834 Add SSE2 version of VFilter8 5 years ago
James Jackson-South 8fbc68cc4c
Merge pull request #1865 from SixLabors/js/fix-color-conversion 5 years ago
Brian Popow a2765c0764 Add SSE2 version of HFilter16 5 years ago
Brian Popow c832910677 Add SSE2 version of VFilter16 5 years ago
James Jackson-South 8a20f3f567
Merge branch 'master' into js/png-decode-to-type 5 years ago
James Jackson-South 15716c1d38 Fix Color conversion for differing types 5 years ago
Brian Popow d4c9c6ec00 Add SSE2 version of DoFilter6 5 years ago
Dmitry Pentin 56e8f08488
Merge branch 'master' into dp/jpeg-decoder-color-converters 5 years ago
Dmitry Pentin ffd1ea8a35 Fixed comments 5 years ago
Dmitry Pentin 9ec9b5a987 Added avx/no-avx runs to every Vector API based test 5 years ago
Brian Popow 3e02a0c029
Merge pull request #1862 from SixLabors/bp/transformsse 5 years ago
Dmitry Pentin 854b22e8f1 Fixed tests 5 years ago
Brian Popow da843f7546
Merge branch 'master' into bp/transformsse 5 years ago
Brian Popow 0517fecbb2
Merge pull request #1857 from SixLabors/bp/quantizeblockavx 5 years ago
Dmitry Pentin f10fe55844 Added tests, removed duplicated tests 5 years ago
Dmitry Pentin 5605de5b19 Fixed existing tests, added grayscale vector test and fixed tests naming 5 years ago
Dmitry Pentin aa24224531 CMYK to RGB converter performance tweaks 5 years ago
Dmitry Pentin 45e4768b91 Vector color converters can work with any available vector size instead of 8 5 years ago
Brian Popow 6b723baefc Add SSE2 version of HFilter8i 5 years ago
James Jackson-South e17ebe63b1
Merge branch 'master' into pgm-support 5 years ago
Ynse Hoornenborg a5e1723be9 Dispose of images after use, in Pbm Round Trip Test 5 years ago
Ynse Hoornenborg 87ce4e53e2 Various review comments 5 years ago
Brian Popow 56a7ebe2ae Add SSE2 version of VFilter8i 5 years ago
Brian Popow 32db2d4308 Add SSE2 version of VFilter16i 5 years ago
Brian Popow a77fe46f3f Add SSE2 version of HFilter16i 5 years ago
James Jackson-South f5506964b1
Merge branch 'master' into bp/transformsse 5 years ago
James Jackson-South 909525c29e
Merge branch 'master' into bp/quantizeblockavx 5 years ago
James Jackson-South eb68bb2d17 Update PngDecoderTests.cs 5 years ago
James Jackson-South 8fd9b7224c Fix transparency chunk identification 5 years ago
James Jackson-South 509f254513
Merge branch 'master' into js/png-decode-to-type 5 years ago
James Jackson-South d7032fe6ee
Update src/ImageSharp/Formats/Png/PngDecoderCore.cs 5 years ago