72 Commits (c01bdedbae48bfbbc8a4808ee9dde55fa864ad74)

Author SHA1 Message Date
James Jackson-South 3c2885e382 Allow zero DPI and only throw at EOF when not enough data 3 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Dmitry Pentin 656482d977 Optimization, new jpeg metadata fields 4 years ago
Dmitry Pentin 95c56b0936 Small bug fixes, ready for merging 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 85cd83f3a7 IDisposable JpegDecoderCore is now properly disposed in tests 4 years ago
Anton Firszov ff383c9eab Buffer2D.GetRowSpan -> DangerousGetRowSpan 5 years ago
Brian Popow 310fefd5ea Make GetColorConverter() virtual 5 years ago
Brian Popow 1b01984138 For YCbCr Tiff's with Jpeg compression explicitly assume RGB color space 5 years ago
Brian Popow a531a2db24 Remove JpegSubsample and use JpegColorType instead 5 years ago
Anton Firszov 7c1a1afc61 UniformUnmanagedMemoryPoolMemoryAllocator 5 years ago
Dmitry Pentin eb6888a378 Fixed warnings 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 82e22c30b4 Restored decoder parse stream only benchmark 5 years ago
Dmitry Pentin 7540fd9018 Fixed baseline images tsting code 5 years ago
Dmitry Pentin 194f6e022a Debug converter no longer use actual converter 5 years ago
Dmitry Pentin 0c78c67627 Clarified diff logs 5 years ago
Dmitry Pentin 19e2e3d40d Fixed new spectral tests for progressive and multi-scan images 5 years ago
Dmitry Pentin bbbfb50f50 Additional fixes for spectral tests 5 years ago
Dmitry Pentin daccbfbccc Basement for spectral tests 5 years ago
Dmitry Pentin b8e13e7eb5 Disabled spectral tests due to new architecture incompatibility 5 years ago
Dmitry Pentin ef80d98ee2 Tests no longer use ParseStream method 5 years ago
James Jackson-South 0791b576bd Rename methods to use Dangerous prefix. 5 years ago
Brian Popow 074d1a6a12 Add xunit trait attributes to tests 6 years ago
James Jackson-South 95d054068f Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South 5537435bb0 Use explicit stream instance in core decoders. 6 years ago
James Jackson-South 874115bd0a Update license 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
Sergio Pedri 94c4660d10 Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 35796da28c Improve robustness of discontiguous Buffer2D 6 years ago
Anton Firszov a4980be72d replace MemorySource with MemoryGroup 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
James Jackson-South ed07db23ae delete golang jpeg decoder 8 years ago
Anton Firszov f1cb97270e renamed BufferManager<T> to MemorySource<T> + enable consuming external IMemoryOwner<T> 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Anton Firszov 4d0c334ba6 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
James Jackson-South 36787b2356 Merge constants and rename decoder core 8 years ago
Jason Nelson e118ee888c Cleanup tests 8 years ago
James Jackson-South 0dd0b5cd83 Unskip test 8 years ago
Anton Firszov 78368a785c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 8 years ago
Anton Firszov 3c788ebf7f added failing tests for #464 8 years ago
Anton Firszov b61574fdd0 clean up Buffer<T> API 8 years ago
Lauri Kotilainen c44c67a18a - Make Buffer2D wrap Buffer 8 years ago
Anton Firszov 2257df591a run Windows-only tests only on Windows 9 years ago