5580 Commits (71d5819d94de824df8d9bfbeb322f8ce8b03971a)
 

Author SHA1 Message Date
James Jackson-South 8c97fa4052 Fix #464 8 years ago
James Jackson-South 605813f2eb Merge branch 'master' into js/fix-resize-transform-immutability 8 years ago
Jason Nelson d03eaf90ee Update System.Memory 8 years ago
Anton Firszov 69db4e9acb added failing tests for #464 8 years ago
Anton Firsov 47a8533b7d
Merge pull request #475 from SixLabors/feature/memory-manager 8 years ago
Anton Firszov 55d218488e Merge branch 'feature/memory-manager' of https://github.com/SixLabors/ImageSharp into feature/memory-manager 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 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
James Jackson-South 652c3f4bf4 Add previously skipped pad and resize tests 8 years ago
James Jackson-South 2cc76f02c8 Disable those randomly failing tests on Travis, they're going soon anyway. 8 years ago
James Jackson-South 2412c97a41 Make resize and transform processors immutable #473 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