2917 Commits (9b1cd6dbb6b662ecfbbabe8a102b237dee83de25)

Author SHA1 Message Date
Jason Nelson 2fef2b1f1e Remove rouge blank line 8 years ago
Jason Nelson 0bcb523c37 Work around compiler bug 8 years ago
Jason Nelson 79916d4a2d Annotate readonly structs 8 years ago
James Jackson-South 64c50e257f So many nulls! 8 years ago
James Jackson-South 2509922b3d Use configuration to set ReadOrigin 8 years ago
Anton Firszov 4ded0465c6 better EOF handling logic 8 years ago
James Jackson-South e0900081f2 Introducing ReadOrigin. Fix #477 8 years ago
Vicente Penades fbc9cf7d86 renaming ImageFormatsManager to ImageFormatManager 8 years ago
Vicente Penades efb6a8e060 Coverage test 8 years ago
James Jackson-South 632233d659 Better EOF handling. 8 years ago
Vicente Penades fbf78a9030 stylecop whitespaces 8 years ago
Vicente Penades 330601fd0a Refactored Image Formats management into its own class 8 years ago
James Jackson-South 8c97fa4052 Fix #464 8 years ago
Jason Nelson d03eaf90ee Update System.Memory 8 years ago
Anton Firszov 5b9b27c8cb Temporary Vortex 8 years ago
James Jackson-South c314db66e3 Remove unneeded parameter 8 years ago
Anton Firszov 7d5cea16b1 Removing all the buffer magic from the Bytes struct. It only made things worse! 8 years ago
Anton Firszov 1b0a2b44d3 removed Span bottleneck from Block8x8F.CopyTo() + removed unnecessary pinning from OrigHuffmanTree 8 years ago
James Jackson-South 98453b64d5 Better method description 8 years ago
Anton Firszov d7211383c6 introducing ParallelFor.WithTemporalBuffer(): common utility for the parallel buffer reusal trick 8 years ago
Anton Firszov de67364081 optimize ResizeProcessor parallel behavior and Span<T> usage 8 years ago
Anton Firszov 4d915b6e31 added comments for the WeakReference stuff 8 years ago
Anton Firszov c07cbeaa6f review cleanup 8 years ago
Anton Firszov b559ad784b adding a few TODO notes 8 years ago
James Jackson-South 28c8e4cb7d Ensure Bounds() is accurate per operation 8 years ago
Anton Firszov 48a3189511 SimpleManagedMemoryManager -> SimpleGcMemoryManager 8 years ago
Anton Firszov 88be8343d5 removing duplicate reference to SixLabors.Core 8 years ago
Anton Firszov 110e3c7a76 build fix after merge 8 years ago
Anton Firszov eeaa270ce1 tuning ArrayPoolMemoryManager configuration based on benchmark results 8 years ago
Anton Firszov 0684c93580 using WeakReference in ArrayPoolMemoryManager.Buffer 8 years ago
James Jackson-South 652c3f4bf4 Add previously skipped pad and resize tests 8 years ago
James Jackson-South 2412c97a41 Make resize and transform processors immutable #473 8 years ago
James Jackson-South 9fdf7e3720 Remove Size parameter and minor transform cleanup. 8 years ago
Anton Firszov 8d351f3f44 code analyzers fighting each other 8 years ago
Anton Firszov 7b62fbccf0 do not use Configuration.Default.MemoryManager in AddFrame() 8 years ago
Anton Firszov 45cca93bbe PixelAccessor<T> is now a meaningless thin wrapper around Buffer2D<T> 8 years ago
Anton Firszov 65918d1d39 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov d1872c5d0c removed PixelArea<T>! 8 years ago
Anton Firszov ba5e80f6ee replaced some of the PixelArea usages in bmp decoder 8 years ago
Anton Firszov 2be566bc61 cleanup 8 years ago
Anton Firszov e64f1d5843 fixing StyleCop errors 8 years ago
Anton Firszov 62f8ba211b All PixelArea<T> usages in JpegEncoder replaced by GenericBlock8x8<TPixel> + YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov bcd33b608e Encode444 using YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov be325d823c YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov 8337046d66 MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov 6e1736d2b8 YCbCrForwardConverter<TPixel> WIP 8 years ago
Anton Firszov d29ef1adb9 Super-optimized GenericBlock8x8<T> to replace PixelArea<T> in JpegEncoder 8 years ago
James Jackson-South 083a324981 Remove Clone from DrawImage to reduce memory consumption 8 years ago
Anton Firszov a85cc516c3 passing MemoryManager to pixel blenders 8 years ago
Anton Firszov 2fa099410f ArrayPoolMemoryManager factory methods 8 years ago