2838 Commits (aa30806759cd065c2fc450eaa9ecae724d092705)

Author SHA1 Message Date
Anton Firszov 73a7f8c069 sanitize MCU processing code 8 years ago
Vicente Penades ced881cae9 removed ImageFormat redirect methods from Configuration. 8 years ago
Vicente Penades 494fc9ab24 replaced Configuration copy constructor with a ShallowCopy method. 8 years ago
James Jackson-South e3d20c7753 Check and ensure no error 8 years ago
James Jackson-South 766481c18e Can now read padded RSTn markers. Fix #481 8 years ago
James Jackson-South f4c0ffefc1 More bulk conversions. Pause now for new System.Memory 8 years ago
Vicente Penades a8d54f212e whitespaces removed 8 years ago
James Jackson-South 01f24998f2 No point inlining a method containing an exception 8 years ago
James Jackson-South 3cd9cff600 Begin bulk conversion API 8 years ago
James Jackson-South 2c3dc41eac Faster Pow functions 8 years ago
Vicente Penades 3b76e7f767 added missing property in copy constructor. 8 years ago
James Jackson-South 2be6735c78 Remove unneeded overload. 8 years ago
Vicente Penades 73b4da8501 Added a convenience copy constructor. 8 years ago
James Jackson-South d90932f1f1 Fix bounds method 8 years ago
James Jackson-South cd32288eea Use Current as Default, Don't additionally throw 8 years ago
James Jackson-South 2a022bf366 Use Size 8 years ago
Jason Nelson 411eb420d0 Remove T4 reference 8 years ago
Jason Nelson 7c69caa8ed Update T4 templates 8 years ago
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