7409 Commits (03407f14e31efdae3c0e5d6f9f8772da746a2bde)

Author SHA1 Message Date
Dmitry Pentin 03407f14e3 4x4 implementation, tests 4 years ago
Dmitry Pentin 6eceb6c0eb Moved quantization table initialization to component post processors 4 years ago
Dmitry Pentin 52f507d793 Separated scaled IDCT methods 4 years ago
Dmitry Pentin 8192ff2a17 Initial processor implementation, code base for tests 4 years ago
Dmitry Pentin f4d5f1a760 Chroma subsampling for downscaling decoder 4 years ago
Dmitry Pentin 4e17b69473 Added second stage to the resizing decoding 4 years ago
Dmitry Pentin 1ce994af9c Unified spectral conversion for direct and downscaled routines 4 years ago
Dmitry Pentin a10be094f0 Resizing converter no longer depends on avx converter only 4 years ago
Dmitry Pentin 5cca3148df Added playground benchmarks 4 years ago
Dmitry Pentin 017919abb8 First working prototype, not optimized 4 years ago
Dmitry Pentin afbf44be48 Infrastructure 4 years ago
Dmitry Pentin 11220a320f Replaced absurdly complicated math from JpegComponentPostProcessor 4 years ago
James Jackson-South d4acfce23c Add non-generic overload. Fix #1995 4 years ago
Mike Irving 7be52e1325 naming corrections - macOS and .NET 4 years ago
James Jackson-South 3ad23e8373 Use FromScaledVector4 when decoding 4 years ago
James Jackson-South db1bf31674 Use pre-existing pixel conversion methods 4 years ago
James Jackson-South e554dcaa73
Update src/ImageSharp/IO/ChunkedMemoryStream.cs 4 years ago
James Jackson-South afe9505b29 Fix offset 4 years ago
James Jackson-South 1ad9e56137 Use graduated buffers 4 years ago
James Jackson-South ebea485f96 Update ResizeWorker.cs 4 years ago
Brian Popow c6544eb48c Add missing using 4 years ago
Brian Popow 5d894d4f2c Add support for decoding Tiff images with associated alpha data 4 years ago
Ynse Hoornenborg 1d2d717a50 Fix and test 4 years ago
Brian Popow 555a0d7b67 Fix app1 parsing 4 years ago
James Jackson-South 06bdf138bd Optimize memory usage for resize pad operations 4 years ago
James Jackson-South baa8c7b8e7 Fix pad memory access error 4 years ago
James Jackson-South e6ab983374 Ensure pad color is never overwritten 4 years ago
James Jackson-South 666ae9eb02 Ensure PixelOperations.To(TPixel) uses scaling. 4 years ago
Brian Popow 5886612cfb Add support for horizontal predictor with alpha data 4 years ago
Ynse Hoornenborg d1a7569afa Rework after review 4 years ago
Brian Popow 198c1de6fe Fix issue with 24 bits per channel 4 years ago
Brian Popow c08545ef82 Use stackalloc 4 years ago
Brian Popow e2bc1af8f4 Add support for decoding Tiff images with UnassociatedAlphaData and planar configuration 4 years ago
Ynse Hoornenborg 0d61e50860 AVX conversions for Luminance and Rgb 4 years ago
Brian Popow 0e1e6c6fd7 Add support for decoding Tiff images with UnassociatedAlphaData 4 years ago
James Jackson-South 7ca5680cd2 Allow pad to work for non-alpha pixel formats 4 years ago
Brian Popow 2fbf56646c Remove unnecessary setting ResetInterval to zero 4 years ago
Brian Popow 3f9331856e Add support for decoding gray tiff with jpeg compression 4 years ago
Brian Popow 06843f2a7d Add SSE version of paeth filter 4 years ago
Brian Popow 8432b9fa4d Use nint for offset 4 years ago
Brian Popow 04219b5f74 Use nint for offset 4 years ago
Brian Popow 670105f17b
Apply suggestions from code review 4 years ago
Brian Popow 849e866221 Add SSE2 version of sub filter 4 years ago
James Jackson-South fd4e3a5108 Scale allocated chunk sizes to match allocations 4 years ago
Brian Popow 0c8dbeae8c Add Avx version of up filter 4 years ago
Brian Popow 8716c51d30 Add SSE2 version of up filter 4 years ago
Brian Popow c01001fddb Add comment about pixel layout 4 years ago
Brian Popow 18548f7eff Dont use intrinsics for 3 bytes per pixel 4 years ago
Brian Popow 71520887ac No need for the scratch buffer for 4 bytes per pixel 4 years ago
Brian Popow 6016c5cc7f Add note about multiframe images 4 years ago