4909 Commits (c07cbeaa6f16d6b30f064b5f7e8e7ef42beabdfd)
 

Author SHA1 Message Date
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 9368d3ef4e Merge branch 'master' of https://github.com/SixLabors/ImageSharp into feature/memory-manager 8 years ago
Anton Firszov e2694d3b7b tuning ArrayPoolMemoryManager configuration based on benchmark results 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
Anton Firsov 8c48c08854
Merge pull request #472 from SixLabors/antonfirsov/cover-all-codecs 8 years ago
Anton Firsov ed2fa0e920
Merge branch 'master' into antonfirsov/cover-all-codecs 8 years ago
James Jackson-South 823c0767cb
Merge pull request #471 from SixLabors/js/remove-drawing-clone 8 years ago
James Jackson-South 1ef8b0b922 Temp disable randomly failing test. 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 52c482e1e9 build fix: MakeOpaque() 8 years ago
Anton Firszov 6a40926196 Merge remote-tracking branch 'origin/antonfirsov/cover-all-codecs' into feature/memory-manager 8 years ago
Anton Firszov ed3525d5e7 fixed JpegEncoderTests 8 years ago
Anton Firszov b46792a10a fixed PngEncoderTests 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 7210a89b64 Merge remote-tracking branch 'origin/master' into feature/memory-manager 8 years ago
Anton Firszov a85cc516c3 passing MemoryManager to pixel blenders 8 years ago
Anton Firsov 98a777322f
Merge pull request #469 from SixLabors/antonfirsov/cover-all-codecs 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 f23e849992 ArrayPoolMemoryManagerTests 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 58d187f636 2 drawing regression test cases for safety 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