7714 Commits (9b29319ea97835e9960cdf142ecb103b047bd7cc)

Author SHA1 Message Date
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
Brian Popow 7371ed051c Revert fixedBin back to byte[] 4 years ago
Brian Popow 0bc0cd82ff Additional review changes 4 years ago
Brian Popow 52c1f20dc6 Fix issue with jpeg's embedded in tiff's: scan decoder is already created in LoadTables 4 years ago
Brian Popow 0154e4ec8e Fix build issue 4 years ago
Brian Popow 6a281b6c6d
Apply suggestions from code review 4 years ago
Brian Popow d22e50c0d0 Ignore invalid EXIF or XMP chunks 4 years ago
Brian Popow e6ad467503 Add check in ReadUint16 for enough data 4 years ago
Brian Popow aac680fea6 Add check, if enough data was read for progressive scan decoding data 4 years ago
Brian Popow 8e4129a733 Make sure enough data is read in ReadVp8XHeader() 4 years ago
Brian Popow 8cc5a6b6ca Remove code duplication when reading the profile data 4 years ago
Brian Popow 5d04734c32 Add checks in ReadVp8Header() to make sure enough data is read 4 years ago
Brian Popow f820b0b965 ParseOptional chunks now checks, if enough data is read 4 years ago
Brian Popow 96f6fd45a3 Add check, if enough data is read in LoadTables 4 years ago
James Jackson-South d3936e2d3f Add check for App1 XMP marker length 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
Ynse Hoornenborg 223b665fc6 Apply BorderWrappingMode to Gaussian Blur/Sharpen and BoxBlur 4 years ago
Brian Popow c988208b4f Add tests for arithmetic coding 4 years ago
Brian Popow 2c4b4cffcc Add support for decoding jpeg's with arithmetic coding 4 years ago
Dmitry Pentin 11220a320f Replaced absurdly complicated math from JpegComponentPostProcessor 4 years ago
Ynse Hoornenborg 8dd9d392be Introduce Bounce mode 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 f336b80160 Cache some variables 4 years ago
Ynse Hoornenborg 199a9e2431 Implement border wrapping modes 4 years ago