9793 Commits (0701021c45789c344cfd02620f277bfeee4ad407)
 

Author SHA1 Message Date
Brian Popow 0701021c45
Merge pull request #1686 from IldarKhayrutdinov/encode-multiframe 5 years ago
Brian Popow ffa8af7dd2
Merge branch 'master' into encode-multiframe 5 years ago
Ildar Khayrutdinov c58a385103 add missed file 5 years ago
Ildar Khayrutdinov ad36d95ef6 Merge branch 'encode-multiframe' of https://github.com/IldarKhayrutdinov/ImageSharp into encode-multiframe 5 years ago
Ildar Khayrutdinov 941df950e1 ExifResolutionValues struct 5 years ago
Brian Popow 684a4dcbd3
Merge pull request #1719 from SixLabors/bp/issue1716 5 years ago
Brian Popow a7d44a435c Use same byte order as IFD directory to decode pixels for 16 bit per channel data, fixes #1716 5 years ago
James Jackson-South 9baba86a3a
Merge pull request #1707 from stephentoub/fixdsread 5 years ago
James Jackson-South defec9cdba
Merge branch 'master' into fixdsread 5 years ago
James Jackson-South ce2a28b632
Merge pull request #1702 from br3aker/jpeg-decoder-refactoring 5 years ago
Stephen Toub e3e2785b66 Fix a few uses of DeflateStream.Read 5 years ago
Ildar Khayrutdinov cad7340d5b Add multi-frame tests 5 years ago
Ildar Khayrutdinov bfbde71d88 remove subfileType filtering 5 years ago
Dmitry Pentin 97500145b7 Added todo 5 years ago
Dmitry Pentin db04e41b88 Added comments to major properties 5 years ago
Dmitry Pentin 7c8261a51b Reduced number of stream reads in SOS marker, added check for remaining bytes 5 years ago
Dmitry Pentin a92161f73a Fixed some warnings 5 years ago
Dmitry Pentin 0ace1a042a Added issue-1693 images & tests cases - all passing after fix 5 years ago
Dmitry Pentin 95bec1cffb Added comments, validated huffman table indices 5 years ago
Dmitry Pentin 5596ce1830 Refactored componentIndex validation 5 years ago
Dmitry Pentin 245b786840 Small refactoring, added progressive data comments 5 years ago
Dmitry Pentin 00c1a21380 Fixed fuzzed issue related to selectorsCount, added appropriate checks 5 years ago
Dmitry Pentin 36a1ea6456 Color channel max value is now cached per jpeg frame 5 years ago
Dmitry Pentin 0e4e9501e5 Introduced JpegFrame ctor, closed some setters 5 years ago
Dmitry Pentin c751b27334 Removed first component dependency in compoentn initialization code 5 years ago
Dmitry Pentin 4d599d14f6 Comments, docs, decoupling, removed redundant properties 5 years ago
Dmitry Pentin 7077473d71 Decoupled mcu size from the decoder, fixed SOF component bytes length check 5 years ago
Dmitry Pentin 6b214ca129 Removed core obsolete properties, decoupled frame metadata from the decoder 5 years ago
Dmitry Pentin 24b1ca64d1 Added component count proper check, comments & decoupled it from actual decoding 5 years ago
Dmitry Pentin 04eef159b3 Added frame dimensions proper check & comments 5 years ago
Dmitry Pentin 9067c64b30 Added SOF data precision comments, decoupled precision value from decoder core 5 years ago
Dmitry Pentin b299e1a2f7 Scan component count refactor 5 years ago
Dmitry Pentin d9745e4d3b Restart interval is now handled by scan decoder 5 years ago
Dmitry Pentin 6f45485203 Huffman tables are now handled by scan decoder, not decoder core 5 years ago
James Jackson-South 61b137d4a8
Merge pull request #1694 from br3aker/jpeg-decoder-memory 5 years ago
Dmitry Pentin 190964c9ba Disabled image saving test 5 years ago
Dmitry Pentin 269c073520 Fixed spectral data as image saving test 5 years ago
Dmitry Pentin 13c3a45a98 Added DivideCeil 5 years ago
Dmitry Pentin 2eaa2d54e3 Added docs 5 years ago
Dmitry Pentin 0c27adc96f Updated StreamParseOnly benchmark 5 years ago
Dmitry Pentin 82e22c30b4 Restored decoder parse stream only benchmark 5 years ago
Dmitry Pentin 84900dcd29 Restored memory stress test to the sandbox 5 years ago
Dmitry Pentin 19b65ab75c Merge branch 'jpeg-decoder-memory' of https://github.com/br3aker/ImageSharp into jpeg-decoder-memory 5 years ago
Dmitry Pentin 8b6ad9ce8a Fixed docs 5 years ago
Dmitry Pentin 4ff282ec45
Merge branch 'master' into jpeg-decoder-memory 5 years ago
Dmitry Pentin 865c7060a3 Added new tolerance to the Jpeg420Small test image 5 years ago
Dmitry Pentin c6a2c6b8f8 Removed post processor from jpeg decoder 5 years ago
Dmitry Pentin 005fff7fb3 Removed post processor tests 5 years ago
Dmitry Pentin 2e5b0ad74d Fixed baseline image invalid reference output png image 5 years ago
Dmitry Pentin d7084eb686 Style fixes 5 years ago