2789 Commits (2a022bf3664015af3bbfa88a754d1f557980b262)

Author SHA1 Message Date
James Jackson-South 2a022bf366 Use Size 8 years ago
Anton Firszov 4ded0465c6 better EOF handling logic 8 years ago
James Jackson-South 632233d659 Better EOF handling. 8 years ago
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
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
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