7426 Commits (12776f003c7e7a4793bb2630bb80cfae6c27857f)

Author SHA1 Message Date
Dmitry Pentin 12776f003c IDCT resizing modes 4 years ago
miere43 03d0b63c7c Fix chunk data memory leak when decoding PNG. Fix #2080 4 years ago
Scott Williams f4f521cc5b revert to allow easier merge 4 years ago
Dmitry Pentin 9575a241ef Fix compilation error 4 years ago
Dmitry Pentin 1050cf2231 Fixed bug leading to gray images after decoding 4 years ago
Scott Williams f597507500 fix comment 4 years ago
Scott Williams cd7c91ccdf move AsyncLocal out of core lib and into testing 4 years ago
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
Scott Williams 558ff99b08 revert Frame Dispose 4 years ago
Scott Williams 99d12664a2 Async local doesn't actually work for the finalizers, revert that piece. 4 years ago
Scott Williams d9af2395ee indent for full framwork 4 years ago
Scott Williams 399d71ddf1 stylecopped 4 years ago
Scott Williams a30c468f27 drop commented code 4 years ago
Scott Williams 2a1ae5cc4c ensure we dispose beffers when decoders throw 4 years ago
Scott Williams 1557baea59 dispose the next chunk 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Scott Williams 77bb287116 xunit helper to track undisposed memory 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 5 years ago
Ynse Hoornenborg d1a7569afa Rework after review 5 years ago
Brian Popow 198c1de6fe Fix issue with 24 bits per channel 5 years ago
Brian Popow c08545ef82 Use stackalloc 5 years ago
Brian Popow e2bc1af8f4 Add support for decoding Tiff images with UnassociatedAlphaData and planar configuration 5 years ago
Ynse Hoornenborg 0d61e50860 AVX conversions for Luminance and Rgb 5 years ago