10442 Commits (fcb31baa3a5a79e33c1ccaf6936c2c3e2206e61c)
 

Author SHA1 Message Date
Brian Popow fcb31baa3a
Merge branch 'master' into webp 5 years ago
Brian Popow 60cde0c048 Fix index out of bound issue in OptimizeHuffmanForRle 5 years ago
Anton Firszov 4ce2d0c55b
Merge pull request #1772 from SixLabors/af/fix-MagicReferenceDecoder 5 years ago
James Jackson-South 1650980fb0
Merge branch 'master' into af/fix-MagicReferenceDecoder 5 years ago
James Jackson-South 8f13d4e529
Merge pull request #1771 from SixLabors/af/shared-test-allocator 5 years ago
Brian Popow 3f021650aa Change case of webp test images directory from WebP to Webp 5 years ago
Brian Popow 18c6ed7b10 Add missing webp test files to the solution 5 years ago
Brian Popow 3d36c5f776 Change test images path from WebP to Webp 5 years ago
Brian Popow dfc44e4cc4 Merge remote-tracking branch 'origin/master' into webp 5 years ago
Brian Popow b9440d18bc Fix namespace in some places from SixLabors.ImageSharp.Formats.WebP to SixLabors.ImageSharp.Formats.Webp 5 years ago
Anton Firszov 51ef6b659c Fix bug in MagicReferenceDecoder 5 years ago
Anton Firszov a75f106392 Use shared ArrayPoolMemoryAllocator in tests 5 years ago
Anton Firszov 2f903c7c9b
Merge pull request #1761 from br3aker/jpeg-encoder-optimization 5 years ago
Dmitry Pentin 2dfbff5a90 Access modifier fix 5 years ago
Dmitry Pentin aae451c844 Quant table adjustment method 5 years ago
Dmitry Pentin 4ff29844fe Docs 5 years ago
Dmitry Pentin e9eaa5222e FDCT fma usage 5 years ago
Dmitry Pentin bd9f06f42b FDCT sse path via Vector4 5 years ago
Dmitry Pentin e4b32dbf28 Improved scalar transpose implementation 5 years ago
Dmitry Pentin dce87fe2f8 Naming fix 5 years ago
Dmitry Pentin 7831caab95 DCT fixes, ifdef & accessor 5 years ago
Dmitry Pentin 6532552b6b Naming fix & simd else if branch 5 years ago
James Jackson-South 3482320178
Merge branch 'master' into jpeg-encoder-optimization 5 years ago
Anton Firszov 7506c9d96d
Merge pull request #1766 from synercoder/add-unittest-for-net6-bug 5 years ago
Dmitry Pentin 8d29205076 Updated encoder benchmark 5 years ago
Gerard Gunnewijk b055e8b14b Renamed the file and file reference 5 years ago
Gerard Gunnewijk c967e3653a Was it a capital letter issue? 5 years ago
Gerard Gunnewijk 7b7ee4a9fb Reverted sln version change 5 years ago
Gerard Gunnewijk 9d9d00a1f4 Merge branch 'add-unittest-for-net6-bug' of https://github.com/Synercoder/ImageSharp into add-unittest-for-net6-bug 5 years ago
Gerard Gunnewijk c1e8c15b88 Added test image & test method 5 years ago
Gerard Gunnewijk f7bc8d7747 Added test image & test method 5 years ago
Dmitry Pentin d934bad69e gfoidl fixes 5 years ago
Dmitry Pentin 6b3f0f7bd9 gfoidl fixes 5 years ago
Dmitry Pentin c6c9f2beef Fixed docs 5 years ago
Dmitry Pentin 8cd4c9724c Removed debug ssse3 zig-zag shuffle table 5 years ago
Dmitry Pentin 4fd912b9dd Fixed Ssse3 zig-zag implementation 5 years ago
Dmitry Pentin 24bf7c111d Restored sandbox 5 years ago
Dmitry Pentin a7dada1d4d Fixed huffman lut summary 5 years ago
Dmitry Pentin 775610d5a0 Fixed tests, fixed compilation, added DHT marker decoding more meaningful exception messages, fixed invalid jpeg encoding 5 years ago
Dmitry Pentin 91a95b5814 Implemented fallback code for big-endian machines 5 years ago
Dmitry Pentin 96f8717b12 Optimized runLength calculation 5 years ago
Dmitry Pentin 889aac7ac0 Merge branch 'jpeg-encoder-optimization' of https://github.com/br3aker/ImageSharp into jpeg-encoder-optimization 5 years ago
Dmitry Pentin f297fce021 Tidied up the code, added benchmarks 5 years ago
Dmitry Pentin d21e374e86 Tidied up the code, added benchmarks 5 years ago
Dmitry Pentin 9973e8da3b Removed excess code, added benchmarks 5 years ago
Dmitry Pentin fb038aaf3c Tidied up DCT code 5 years ago
Dmitry Pentin 2f143bf9d3 New FDCT method, reciprocal quantization 5 years ago
James Jackson-South 20837d7873
Merge branch 'master' into webp 5 years ago
Dmitry Pentin ea09d59e08 Rolled back to original implementation for rounding via scalar code 5 years ago
Dmitry Pentin 17ca003bab Fixed sandbox 5 years ago