40 Commits (f30e22fe1bba5d5feaef81eb02027a3dbf0d9bc0)

Author SHA1 Message Date
James Jackson-South 36b3fab2d9 Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South bbf5b3bdde Use explicit stream instance in core decoders. 6 years ago
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 8bd19cb564 Improve robustness of discontiguous Buffer2D 6 years ago
Anton Firszov fa04bf0c3a replace MemorySource with MemoryGroup 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 3033b69246 delete golang jpeg decoder 8 years ago
Anton Firszov 33d32d7407 renamed BufferManager<T> to MemorySource<T> + enable consuming external IMemoryOwner<T> 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Anton Firszov 87da33dab1 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
James Jackson-South 5b34aad1dd Merge constants and rename decoder core 8 years ago
Jason Nelson f3e1e8f42d Cleanup tests 8 years ago
James Jackson-South ee6cc372de Unskip test 8 years ago
Anton Firszov 0760cb736c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 8 years ago
Anton Firszov 69db4e9acb added failing tests for #464 8 years ago
Anton Firszov 739cec3772 clean up Buffer<T> API 8 years ago
Lauri Kotilainen 72772ff197 - Make Buffer2D wrap Buffer 8 years ago
Anton Firszov 9d75055ba2 run Windows-only tests only on Windows 9 years ago
Anton Firszov c6176d3a75 skipping Jpeg420Small + PdfJs spectral tests 9 years ago
Anton Firszov 91827a66b6 fineshed CopyTo(area), introduced IRawJpegData 9 years ago
Anton Firszov 7f73f3135f GetSubArea() 9 years ago
Anton Firszov 86661a4d65 TestImages.Jpeg.Baseline.Testimgorig -> TestImages.Jpeg.Baseline.Testorig420 9 years ago
Anton Firszov fe3d725f8a Postfixing: Orig*** instead of Old** + introducing PdfJs*** again 9 years ago
Anton Firszov 02bf454b50 clean up and organize Jpeg test utilities 9 years ago
Anton Firszov 4f3095a9dd better tuple usage 9 years ago
Anton Firszov 9012fbfcaf robust spectral verification 9 years ago
Anton Firszov 443f88de58 reading libjpeg component dump 9 years ago
Anton Firszov eb2fd0e47c more jpeg testing 9 years ago
Anton Firszov 0e1459e172 moved CreateOutputDirectory() into TestEnvironment 9 years ago
Anton Firszov 43bf873c4e spectral testing 9 years ago
Anton Firszov 69d46d7b51 open up OldJpegDecoderCore API for testing 9 years ago
Anton Firszov e61b745275 being kind to PDF.js 9 years ago
Anton Firszov 5bae060841 build fix 9 years ago
Anton Firszov cad963ea7f CompareSpectralResults 9 years ago
Anton Firszov cf6eb63bc4 introduced LibJpegTools, made FrameComponent a class again 9 years ago