10875 Commits (15716c1d38136a9a4e382a536e174f956dac39cb)
 

Author SHA1 Message Date
James Jackson-South 15716c1d38 Fix Color conversion for differing types 5 years ago
Brian Popow 3e02a0c029
Merge pull request #1862 from SixLabors/bp/transformsse 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
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 f44f11f1be
Merge pull request #1859 from SixLabors/js/jpeg-decode-to-type-async 5 years ago
James Jackson-South f415e379ed Update JpegDecoderTests.cs 5 years ago
Brian Popow 8321fa528d
Merge branch 'master' into bp/quantizeblockavx 5 years ago
James Jackson-South 887d0616c0
Merge branch 'master' into js/jpeg-decode-to-type-async 5 years ago
James Jackson-South 4d0bc4afa8
Merge pull request #1853 from br3aker/dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin 7d524bda2b Fixed compilation error 5 years ago
Brian Popow 9e8d17daa3
Merge branch 'master' into bp/transformsse 5 years ago
Dmitry Pentin e9a25c74e0 Added xml docs to the SpectralConverter 5 years ago
Brian Popow 83caa30b96 Add tests for TransformOne and TransformTwo 5 years ago
Dmitry Pentin 13602169c0 Moved cancellation token to a more appropriate place 5 years ago
Dmitry Pentin 0de7f01ee2
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin 717b166e41 Removed unnecessary small allocation from color post processing, removed test benchmark call from sandbox project 5 years ago
Dmitry Pentin 15f7889811 Removed benchmarking code from test suite - we already have those in benchmark project 5 years ago
James Jackson-South 1510dc0a6b
Merge branch 'master' into js/jpeg-decode-to-type-async 5 years ago
Brian Popow 3a3059e826
Merge pull request #1860 from SixLabors/bp/vp8sse4x4avx 5 years ago
Brian Popow 4a9da2f536
Merge branch 'master' into bp/vp8sse4x4avx 5 years ago
Dmitry Pentin eb120ba1a5 gfoidl const Size struct jit inlining in color converters 5 years ago
Dmitry Pentin 555514a680
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
James Jackson-South cc28bc00df Use Rgb24 for Async 5 years ago
Brian Popow 07cef0c5d1 Add SSE2 version of TransformOne 5 years ago
Brian Popow 23ee80be31 Add SSE2 version of TransformTwo 5 years ago
Brian Popow 8e515c1423 Rename ITransform to ITransformTwo to better reflect that actually two transforms take place 5 years ago
Brian Popow 837a37931d Add test for Vp8Sse4X4 without AVX2 5 years ago
Brian Popow b52abeffc0 Remove not needed allocation 5 years ago
Brian Popow 383f455d3a Add AVX2 version of Vp8_Sse4X4 5 years ago
Brian Popow 00d32aee52 Merge remote-tracking branch 'origin/master' into bp/quantizeblockavx 5 years ago
James Jackson-South 16ea95b1c9
Merge pull request #1852 from SixLabors/bp/ftransformsse 5 years ago
James Jackson-South 8246cce1cc
Merge branch 'master' into bp/ftransformsse 5 years ago
James Jackson-South 81433c2f52 Remove more scalar bounds checks 5 years ago
James Jackson-South cbfff384eb
Merge pull request #1856 from justinbhopper/master 5 years ago
Justin Hopper c0ee67b5b2 Added missing CancellationToken parameters to Image 5 years ago
Brian Popow ec4298abd8 Add QuantizeBlock test without AVX 5 years ago
Brian Popow 554c0d7b52 Add AVX2 version of QuantizeBlock 5 years ago
Brian Popow 9589f778a3
Merge branch 'master' into bp/ftransformsse 5 years ago
Brian Popow 83da0e0694 Reverse array access order to avoid bounds checks 5 years ago
Brian Popow 013c29edd4
Merge pull request #1848 from SixLabors/bp/shanonsse 5 years ago
Dmitry Pentin e8488bd783
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin e8b59c6bb4 Fixed access modifier & docs 5 years ago
Dmitry Pentin 97a0dccfc9 Removed redundant if check (min call) 5 years ago
Dmitry Pentin 0d3e7fff53 Removed redundant if check, removed used code 5 years ago
Dmitry Pentin 503b379e89 Removed JpegBlockPostProcessor abstraction layer 5 years ago
Dmitry Pentin 140b07854e Removed redundant code from Block8x8F and Block8x8 5 years ago
Brian Popow 0215e99696 Avoid pinning, avoid using LoadScalarVector128 5 years ago
Brian Popow cb08407728 Use nint in for loop 5 years ago