12131 Commits (45b2dee8bb164b45fd9bfb17acaa9c6fa6656b44)
 

Author SHA1 Message Date
Brian Popow ced98879dd Add checks, if enough data was read 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 3872c6000c revert loader change 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 853b222af5 Add test for lossy with exif which does not contain enough data 4 years ago
Brian Popow f820b0b965 ParseOptional chunks now checks, if enough data is read 4 years ago
Brian Popow 588a6d444a Fix lossy image with not enough exif bytes 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 282e593057 Update playground 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 7e0540fe70
Merge branch 'main' into bp/arithmeticcoding 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
Dmitry Pentin 36180c6705 playground 4 years ago
Ynse Hoornenborg 8dd9d392be Introduce Bounce mode 4 years ago
James Jackson-South 136cc143bb
Merge pull request #2066 from SixLabors/js/exif-thumbnail 4 years ago
James Jackson-South d4acfce23c Add non-generic overload. Fix #1995 4 years ago
James Jackson-South 2bedf20527
Merge pull request #2065 from mikeirvingweb/product-name-corrections 4 years ago
Mike Irving 12abd59fa4 correction to repair breaking change from another merge 4 years ago