8962 Commits (38a88b2adc8da47eac3d7db7e7b8b132a0d358d8)
 

Author SHA1 Message Date
Brian Popow 38a88b2adc Fix issue in ExtractAlphaRows: Filter needs to be applied after extract green 6 years ago
James Jackson-South 1936bdcb9a
Merge branch 'master' into webp 6 years ago
James Jackson-South 97bfc1b65a
Merge pull request #1424 from AlexNDRmac/enable-libgdiplus-mac 6 years ago
Brian Popow 7505dfe90a Mark webp as experimental, dont register it in the default config 6 years ago
Brian Popow 314c30d631 Change namespace to SixLabors.ImageSharp.Formats.Experimental.WebP 6 years ago
Brian Popow 75cdb2d1d5 Move hashchain fill to Vp8LHashChain, use memory allocator 6 years ago
Brian Popow 0222a1f0d1 Add webp encoding benchmark 6 years ago
Brian Popow 7a6cb423aa Refactor Vp8Encoder 6 years ago
Brian Popow 1b296c9109 Use tolerant comparer for lossy webp encoder tests 6 years ago
Brian Popow a3bf97b54e Fix VP8 issue with quality 20 and method 2: UseSkipProba was ignored 6 years ago
Brian Popow d801ca8de2 Ensure PutBitsFlushBits only writes 32 bits to the buffer 6 years ago
Brian Popow 86d8b6fea7 Fix issue with decoding VP8 alpha channel: Use8BDecode will only be set to true, if there is a transform present 6 years ago
AlexNDRmac 7bbd678541
Decorate OSX specific tests 6 years ago
AlexNDRmac c00ca80e19
Do not run windows specific tests on macOS 6 years ago
AlexNDRmac 2749a25d78
Move package to build props 6 years ago
AlexNDRmac 8276bda4f2
Fix incompatible package reference for OSX 6 years ago
AlexNDRmac 2871e8ed2e
Add support using libgdiplus on macOS 6 years ago
Brian Popow 1a005bd97a Scale alpha and uv alpha by total number of macroblocks 6 years ago
Brian Popow dd7032c693 CorrectDCValues 6 years ago
Brian Popow ab96b00712
Merge branch 'master' into webp 6 years ago
Brian Popow 8f92c467eb Fix issues with EncPredLuma4 and CodeIntraModes 6 years ago
James Jackson-South 3b4149d43e
Merge pull request #1418 from SixLabors/bp/Issue1416 6 years ago
Brian Popow 2222db8e0b Use Interlocked.Increment(ref Unsafe.Add(ref histogramBase, luminance)); 6 years ago
Brian Popow 82a5a61f3d Add global histogram equalization test which compares result to reference output 6 years ago
Brian Popow bc7ea4f8bf Use Interlocked.Increment during histogram calculation, fixes issue #1416 6 years ago
James Jackson-South d2de2a1404
Merge pull request #1411 from tkp1n/tkp1n/avx2-color-converter 6 years ago
Brian Popow 92c51d8af1 Write Vp8 partition 0 and frame header 6 years ago
Brian Popow 98fb8af07d Fix some VP8 encoding mistakes 6 years ago
Nicolas Portmann 963e5c6fd4 Remove useless branch 6 years ago
Nicolas Portmann eba801542c Micro-optimize grayscale converter 6 years ago
James Jackson-South fc093c3ad3 Merge branch 'tkp1n/avx2-color-converter' of https://github.com/tkp1n/ImageSharp into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 27de70a9cf Add missing conditional 6 years ago
James Jackson-South df6f17c7db
Merge branch 'master' into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 98b3e44981
Merge branch 'master' into webp 6 years ago
James Jackson-South 522a91e57d
Merge pull request #1409 from SixLabors/js/Shuffle3Channel 6 years ago
James Jackson-South c7b883d373 Merge branch 'tkp1n/avx2-color-converter' of https://github.com/tkp1n/ImageSharp into tkp1n/avx2-color-converter 6 years ago
James Jackson-South e3e8656d8f Respond to Anton fedback 6 years ago
Anton Firszov 1d464c17dc
Merge branch 'master' into tkp1n/avx2-color-converter 6 years ago
James Jackson-South 3ee5a38802 Fix shuffle 6 years ago
James Jackson-South 3ac6b63789 Merge branch 'master' into js/Shuffle3Channel 6 years ago
James Jackson-South 8539c9e422
Merge pull request #1415 from SixLabors/af/fix-Decode_IsCancellable 6 years ago
James Jackson-South 699d8ff01d Use ROS trick all round and optimize Shuffle3 6 years ago
James Jackson-South 85ec6da5d2 Merge branch 'js/Shuffle3Channel' of https://github.com/SixLabors/ImageSharp into js/Shuffle3Channel 6 years ago
James Jackson-South 090158ea33
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs 6 years ago
James Jackson-South ded9217254 Handle Bmp encoder padding. 6 years ago
Anton Firszov 5f10f9aa77
Merge branch 'master' into af/fix-Decode_IsCancellable 6 years ago
Anton Firszov 4812a8d0a5 Fix #1414 6 years ago
Nicolas Portmann 330db03695 Polish benchmarks (fix new warnings) 6 years ago
Nicolas Portmann 680459ca54 Drop FromGrayscaleVector8 6 years ago
Nicolas Portmann 126247422d Add benchmarks 6 years ago