9655 Commits (f37b46e56760fda5b761bf0e7cdd6404d0e66e12)
 

Author SHA1 Message Date
Dmitry Pentin 8a7749644a Imporved internal rgb -> rcbcr conversion api for 420 subsampling 5 years ago
Dmitry Pentin 201c5341e6 Fixed HuffmanScanEncoder error 5 years ago
Dmitry Pentin 2ad3ddb036 [WIP] Introduced RgbToYCbCrConverterVectorized 420 sampling 5 years ago
Dmitry Pentin a845c00f6f Simplified RgbToYCbCrConverterVectorized.Convert() method 5 years ago
Dmitry Pentin 6ac2b6660b Added comments to vectorized rgb->ycbcr converter for further code changes 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
Dmitry Pentin f354c1ccbc
Merge branch 'master' into jpeg-decode-encode-optimization 5 years ago
Dmitry Pentin 0664f298d9 Replaced bit count lookup table to lzcnt implementation, Added MinimimBitsToStore to Numberics.cs 5 years ago
James Jackson-South a7f6632077
Merge pull request #1634 from SixLabors/bp/AddTiffToDefaultConfig 5 years ago
Brian Popow e2b745a151 Make CreateReader static 5 years ago
Brian Popow ba752bcf70 Add missing usings / dispose 5 years ago
Brian Popow 2931619bc5 Fix namespaces 5 years ago
Brian Popow e06481c92b Add additional test categories 5 years ago
James Jackson-South eeceed240a Merge branch 'master' into js/quantizer 5 years ago
Brian Popow 2e87f7ac9a Add Tiff format to the default Configuration 5 years ago