9461 Commits (05ea9c24c485ec95a2a0181596bc3563466f38f5)
 

Author SHA1 Message Date
Dmitry Pentin 05ea9c24c4 Merge branch 'jpeg-decode-encode-optimization' of https://github.com/br3aker/ImageSharp into jpeg-decode-encode-optimization 5 years ago
James Jackson-South 5ea8da6c97 Fix BitOperations 5 years ago
James Jackson-South 0b7f95f113 Merge branch 'master' into pr/1632 5 years ago
James Jackson-South 3764b1c35f
Merge pull request #1629 from br3aker/image-disposed-fix 5 years ago
James Jackson-South 1d54702dc1 Update shared-infrastructure 5 years ago
James Jackson-South 17fcc89ae6 Merge branch 'master' into pr/1632 5 years ago
James Jackson-South afee88123c Make frames resonly 5 years ago
James Jackson-South 5d2884e1b7 Merge branch 'master' into pr/1629 5 years ago
James Jackson-South 65808ae55f Fix throwhelper 5 years ago
Brian Popow 39697f4180
Merge pull request #1646 from SixLabors/bp/tiff4bitaligned 5 years ago
Brian Popow d5c5d678ab Review changes 5 years ago
Brian Popow e8a9e54eef Fix length of 4 bit row buffer 5 years ago
Brian Popow f36332faf0
Merge branch 'master' into bp/tiff4bitaligned 5 years ago
Brian Popow 881bb51f21 Make sure encoding 4bit paletted tiff rows are byte aligned 5 years ago
James Jackson-South f2deb47dec
Merge pull request #1644 from SixLabors/sw/iscancellable-tests 5 years ago
Scott Williams 695cfd3ef7 use overloads taking configuration 5 years ago
Scott Williams e66e31947c rename semaphore 5 years ago
Scott Williams 654901555d skip some overrides on full framework 5 years ago
Scott Williams 0dd0f0f01c skipping `DisposeAsync()` as it not in netcoreapp2.1 5 years ago
Scott Williams dfe3ea0e05 Merge remote-tracking branch 'remotes/origin/master' into sw/iscancellable-tests 5 years ago
Scott Williams 5ccfec917e allow finer grained details logic on when to release the pause. 5 years ago
Scott Williams 2a8b1da925 style cop my old foe 5 years ago
Scott Williams b6f00c1597 Stop using timing to test cancellation token compliance. 5 years ago
James Jackson-South 841f8965be
Merge pull request #1641 from SixLabors/js/fix-1640 5 years ago
James Jackson-South 9886969a30 Skip flaky test 5 years ago
James Jackson-South a8d269f35a Better test 5 years ago
James Jackson-South 8834788490 Revert unsafe indexer 5 years ago
James Jackson-South 2ce4e2166c Fix using 5 years ago
James Jackson-South 0110ff23ef 64 bit only. Huge image 5 years ago
James Jackson-South 5ceba7116c Ensure cdfMinSpan is cleared before use. 5 years ago
Dmitry Pentin 169e98bbcd Simplified Block8x8F.DivideRoundAll() method 5 years ago
Dmitry Pentin 9c0999e9db Huffman lookup tables are now integers instead of unsigned integers 5 years ago
Dmitry Pentin 16842496be Brought back if check 5 years ago
Dmitry Pentin 81979e0f29 Improved flush logic after main encode methods run 5 years ago
Dmitry Pentin d7fd947876 Updated default quality settings in jpeg encoding benchmark 5 years ago
James Jackson-South a2703b75a8
Merge pull request #1636 from SixLabors/js/fix-msbuild 5 years ago
Dmitry Pentin 7fb8feef50 Fixed xml docs 5 years ago
James Jackson-South 93f232229f Update ImageSharp.Tests.ProfilingSandbox.csproj 5 years ago
Dmitry Pentin 52e6036268 Reimplemented Emit methods in HuffmanScanEncoder to get rid of unreadable amount of int/uint casts 5 years ago
Dmitry Pentin 70474c8fae Removed redundant enum casting durint huffman encoding 5 years ago
Dmitry Pentin ceb4fdfae0 Replaced unsafe Block8x8F/Vector4<float> -> Vector256<float> casts 5 years ago
James Jackson-South a21f8a486f
Merge pull request #1635 from SixLabors/bp/unittests 5 years ago
Brian Popow a29653f75f Simplify comparing to expected strings 5 years ago
Dmitry Pentin d2510036a6 Implemented fallback code for runtimes where BitOperations class is not supported. 5 years ago
Brian Popow c3efce965b
Merge branch 'master' into bp/unittests 5 years ago
Brian Popow 31c679998e Use Path.DirectorySeparatorChar 5 years ago
Brian Popow 86adfa588d Add missing usings 5 years ago
Brian Popow b49313e1dc Use StringComparison.Ordinal and fix some minor warnings 5 years ago
Dmitry Pentin 28ea2adb08 Fixed comments, removed todo, updated benchmark results 5 years ago
Dmitry Pentin 64371bd18a Merge branch 'jpeg-decode-encode-optimization' of https://github.com/br3aker/ImageSharp into jpeg-decode-encode-optimization 5 years ago