5392 Commits (abe02719660cc4afd93d2f4f9be59bd360919083)

Author SHA1 Message Date
James Jackson-South 6485be853c Replace individual processors 6 years ago
James Jackson-South 643c0b6054 Move kernels to reusable struct 6 years ago
Anton Firszov 0bddd3bea4 oops the MemoryStream 6 years ago
Anton Firszov 30ba65964f OperationCanceledException -> TaskCanceledException 6 years ago
Brian Popow d6aa3f6c9c Fix issues in HistogramCombineStochastic (still needs another review) 6 years ago
James Jackson-South 22449d642a Use MemoryMarshal.CreateSpan 6 years ago
James Jackson-South 995f8fb478 Use unmanaged constraint. 6 years ago
James Jackson-South 15c494cb50 Delete unused BlockQuad struct 6 years ago
James Jackson-South 591b2a9fde Finish simplifying conversion code. 6 years ago
James Jackson-South 6d4181a85f Begin simplifying forward color conversion 6 years ago
Brian Popow 8d08d40c2e Fix some issues in the CostManager 6 years ago
Brian Popow 9e83f4af00 Change position guard from MustBeLessThanTo to MustBeLessThanOrEqualTo 6 years ago
Brian Popow dd3aa98641 Fix build issues after merging the master branch 6 years ago
Brian Popow eb7a9089f8 Add missing null checks 6 years ago
James Jackson-South f533726aef Remove last of pointer code and add benchmarks 6 years ago
Brian Popow 91ff2ada2e Some bug fixes: 6 years ago
Steve Temple 84cfe3b386 Work out the crunch configs for lossless webp 6 years ago
James Jackson-South 411f474bfc Remove most pointer usage 6 years ago
Brian Popow fe8193a982 Write bytes from the bitwriter to the stream 6 years ago
James Jackson-South f18799de27 Fix formatting. 6 years ago
James Jackson-South 77c05eb6b5 Add sanitation and make tests parametric. 6 years ago
Brian Popow 56c1917be5 Fix in HistogramRemap: Recompute each output 6 years ago
Brian Popow ee08904d7b Fix warnings and license headers 6 years ago
Anton Firszov b071cc0010 fix bug in ImageExtensions 6 years ago
Anton Firszov 8b179dd664 undo local hacks 6 years ago
Anton Firszov a627488d79 implement JpegEncoder cancellation 6 years ago
Anton Firszov 8226cc4715 cancellation for Image.SaveAs*** 6 years ago
Anton Firszov 0250a046a0 cancellation support for encoders 6 years ago
Anton Firszov 3c55f5d550 better cancellation in jpeg 6 years ago
Anton Firszov 9622534276 implement cancellation for Jpeg 6 years ago
Steve Temple 231f19b13d Move public method above privates in Vp8LBitWriter 6 years ago
Steve Temple 9408737cfc Added Clone and Resize to Vp8LBitWriter 6 years ago
Anton Firszov 0aa56f1cd3 tons of new overloads 6 years ago
Anton Firszov 103d676bd4 tests for general cancellation 6 years ago
Anton Firszov 803ebaa8ad adapt #1286 6 years ago
Brian Popow 7d34ceacc3 Split webp encoder into lossless and lossy 6 years ago
Brian Popow affec6a9ab BackwardReferencesTraceBackwards 6 years ago
Brian Popow 40f18c11e9 Encode image 6 years ago
Brian Popow 3517697659 Apply transformations 6 years ago
Brian Popow 0ff8e48a61 StoreHuffmanCode 6 years ago
Brian Popow 21880f74e2 Build huffman tree 6 years ago
Brian Popow 5860f8c84f Implement backward reference encoder 6 years ago
Brian Popow 5547202d39 Implement HashChainFill 6 years ago
Brian Popow 25382afa8a Implement AnalyzeEntropy 6 years ago
Brian Popow c72dd42406 Analyze and create palette 6 years ago
Brian Popow 7b9d4ce269 Intial stubs of files needed for webp encoding 6 years ago
Brian Popow b178429414 Add webp container spec and lossless bitstream specification 6 years ago
James Jackson-South c609db3b27 Throw, don't adjust. 6 years ago
James Jackson-South 95d054068f Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South af49dc74f1 Update StreamExtensions.cs 6 years ago