441 Commits (f30e22fe1bba5d5feaef81eb02027a3dbf0d9bc0)

Author SHA1 Message Date
James Jackson-South 8212e60d53 Respond to Anton fedback 6 years ago
Anton Firszov 5748d3d1b3 Fix #1414 6 years ago
Nicolas Portmann d76dbaa693 Drop FromGrayscaleVector8 6 years ago
Nicolas Portmann 7cc953e6a7 Refactor and add tests 6 years ago
Nicolas Portmann f421be2121 Refactor JpegColorConverters 6 years ago
Nicolas Portmann 210d8f7740 Add initial vectorized color converter implementation 6 years ago
James Jackson-South 9625a3dcae Fix warning 6 years ago
James Jackson-South e5deb15753 Optimize low hanging fruit and fix naming 6 years ago
James Jackson-South 296d9f6220 Use single Block8x8F.TransponseInto test 6 years ago
James Jackson-South 314e9f6b07 Don't use generics. 6 years ago
James Jackson-South 65b19967fa Add skip for dotnet xunit 6 years ago
James Jackson-South abbf9e78e0 Split out progressive jpeg decoding tests 6 years ago
James Jackson-South c061218da8 Disable failing RemoteExecutor tests on NETFX. 6 years ago
James Jackson-South aeb1c1cc19 Tweak decode cancel timings 6 years ago
James Jackson-South 685693ae25 Revert to 8e5a59f 6 years ago
James Jackson-South e33c1cdb6b Use single test, enable runners 6 years ago
James Jackson-South 6dae52e64b First pass at HW feature tests 6 years ago
James Jackson-South 8e5a59fa41 Update Block8x8FTests.cs 6 years ago
James Jackson-South 24d49e5ebf Add AVX backed Block8x8F Transpose method 6 years ago
Anton Firszov d91f090bc6 OperationCanceledException -> TaskCanceledException 6 years ago
James Jackson-South be1c1f9793 Remove last of pointer code and add benchmarks 6 years ago
James Jackson-South 58727558a0 Remove most pointer usage 6 years ago
Anton Firszov 97c55d65ff skip JpegTests.Identify_IsCancellable 6 years ago
Anton Firszov 2a63664145 fix tests 6 years ago
Anton Firszov f69abc36e9 implement JpegEncoder cancellation 6 years ago
Anton Firszov 706fedccab better cancellation in jpeg 6 years ago
Anton Firszov 2a22e866c5 implement cancellation for Jpeg 6 years ago
James Jackson-South 36b3fab2d9 Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South bbf5b3bdde Use explicit stream instance in core decoders. 6 years ago
pekspro 8cd3948d2b Adds file header on image extensions tests. 6 years ago
pekspro 25dc6c54d5 Adds ImageExtensionsTest for jpg. 6 years ago
James Jackson-South c1638791f7 Update JpegDecoderTests.Images.cs 6 years ago
James Jackson-South 2bf18d9c00 Only throw for multi SOF when fully decoding. 6 years ago
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
James Jackson-South bedd0a91fb BufferRegion => Buffer2DRegion 6 years ago
Anton Firszov 3e2f7dd310 BufferArea -> BufferRegion, introduce PixelSamplingStrategy 6 years ago
Brian Popow 08de04b505 Change test expectations due to exception change 6 years ago
Brian Popow da35e847fe Add tests for jpg encoder preserving metadata 6 years ago
James Jackson-South 7ef02eba1f Update tests 6 years ago
Anton Firszov c61c3d71b6 CopyTo -> ScaledCopyTo 6 years ago
Anton Firszov 7a93ae42d9 AVX float -> byte conversion 6 years ago
Anton Firszov cc056a695b IsAvx2CompatibleArchitecture => HasVector8 6 years ago
Anton Firszov 7b7e50244d block scaling bottleneck -> eliminated 6 years ago
Anton Firszov 39c993d1c0 implicit & safer execution of PrepareRemoteExecutor 6 years ago
Sergio Pedri bb7b041852 Refactored byte[] arrays in ProfileResolver type 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov cc080b94f2 cover and harden ResizeProcessor 6 years ago
Anton Firszov 798aaa4b6b fix test execution 6 years ago
Anton Firszov da08852291 fix JpegDecoder 6 years ago