2779 Commits (8c97fa4052733bccd1cc5371c8fbd252617ed778)

Author SHA1 Message Date
James Jackson-South 8c97fa4052 Fix #464 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
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 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 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
Anton Firszov 76633c9867 allowing bucket sizes to be passed to ArrayPoolMemoryManager 8 years ago
Anton Firszov fa0ae3c36b ArrayPoolMemoryManager uses a different ArrayPool for large buffers + implemented ReleaseRetainedResources() 8 years ago
Anton Firszov ae521701f0 Covering ArrayPoolMemoryManager and it's buffer. Took hours, but worth it! 8 years ago
Anton Firszov d6c196bcd4 Buffer2DTests using a mock MemoryManager 8 years ago
Anton Firszov f390569a01 goodbye top-level Buffer<T>! 8 years ago
Anton Firszov 4e515a8581 MemoryManager-s should provide their own IBuffer<T> implementations 8 years ago
Anton Firszov 77e524d83b MemoryManager returns IBuffer<T> now 8 years ago
Anton Firszov 7db4cdc190 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 8 years ago
Anton Firszov 739cec3772 clean up Buffer<T> API 8 years ago
Anton Firszov e666609085 fix regression in GifDecoderCore 8 years ago
Anton Firszov cf96e61a03 hide Buffer<T>.Array, use IManagedByteBuffer when necessary 8 years ago
Anton Firszov 29483b338c IManagedByteBuffer 8 years ago
Anton Firszov 2ea9e0843b introducing FakeBuffer<T> workaround 8 years ago
Anton Firszov 3819c756a9 dropping MemoryManager ctr. argument: 8 years ago
Anton Firszov 6a7dfccbc8 IImage : IDisposable 8 years ago
James Jackson-South 1b5896f17e use DistanceSquared 8 years ago
Anton Firszov 7a076de63c moving common MemoryManager logic into extension methods 8 years ago
Anton Firszov af23153775 fix build after merge 8 years ago