440 Commits (0673f072dff15edeb01d654fcac7fee3247c1c19)

Author SHA1 Message Date
Anton Firszov cc7db828eb removed TransposeInto_CodeGeneratorTest() 10 years ago
Anton Firszov 913048c035 removed "geneserath.jpg" from TestImages 10 years ago
Anton Firszov 8e18fe12ae manually merged all SIMD optimizations antonfirsov/ImageSharp/master 10 years ago
James Jackson-South 308e6f0607 Make PngEncoder threadsafe. Fix #24 10 years ago
Anton Firszov fcbb097196 DecodeHuffman micro-optimizations 10 years ago
Anton Firszov d84625b8d3 JpegDecoderCore SIMD optimizations applied to the .NET Core project 10 years ago
Anton Firszov fb25ac95aa hyper-efficient color copying 10 years ago
Anton Firszov f96feb6084 refactor 10 years ago
Anton Firszov c9677898cb refactor 10 years ago
Anton Firszov 36466b1e6e ready to apply Block8x8 10 years ago
Anton Firszov 006b26e342 benchmarking benchmarking benchmarking 10 years ago
Anton Firszov ed155aafe2 auto-generated implementation for Block8x8.Transpose() 10 years ago
Anton Firszov 18bd7f5c4a Buffer8x8 sandboxing 10 years ago
Anton Firszov fb9a5d6101 re-enabled JpegSystemDrawing 10 years ago
Anton Firszov 1cd2f2bbf5 Buffer64 10 years ago
Oleg Bogdanov 7505ce44b2 Added filtered png load benchmarks 10 years ago
Anton Firszov 6069ca239e removed 46 stuff 10 years ago
Anton Firszov fd11972bb8 allocation optimizations for JpegDecoderCore 10 years ago
Anton Firszov 959075c203 Merge branch 'master' into HEAD 10 years ago
Anton Firszov 08c7eb241c cleanup + fix 10 years ago
Oleg Bogdanov e9ccc93da4 Don't allocate memory for png decode filters, reuse scanline buffers 10 years ago
James Jackson-South ca035582f9 Fix test names 10 years ago
Anton Firszov 00c2b59732 ArrayPool 10 years ago
Anton Firszov ee5d3ac38f minor cache optimiziation + benchmarks 10 years ago
Anton Firszov 306deee67e JpegSandbox 10 years ago
Anton Firszov 06a21b3601 merged recent changes to 46 csproj 10 years ago
Anton Firszov 8626276ed9 4.6 "branch" 10 years ago
James Jackson-South bfe0d0ff31 Improve png speed and half memory usage 10 years ago
James Jackson-South 0d395314a8 Reduce allocations when encoding 10 years ago
Eric Mellino c2f95cee0e Ensure Color structure stores elements in RGBA order 10 years ago
dirk f74d12649f Moved file. 10 years ago
dirk 59dc743060 Added unit tests to test copying to and from ZYX and ZYXW. 10 years ago
dirk 16139d85ec Changed default namespace. 10 years ago
James Jackson-South 0da12fb966 Simplify YCbCr 10 years ago
James Jackson-South b45e2a1c1f Separate Decoder/Encoder benchmarks 10 years ago
James Jackson-South bcfc74a182 Optimize and cleanup the jpeg decoder 10 years ago
James Jackson-South be028ed1b5 Build Huffman tables once only. 10 years ago
James Jackson-South a57c90d94b Rename to ImageSharp 10 years ago
James Jackson-South 4ec2fe9aa5 Don't adaptively encode indexed pngs 10 years ago
James Jackson-South 5ddca73bc3 Fix Image.ToString() to reduce debug workload. 10 years ago
James Jackson-South 42b3639d5c Cleanup benchmarks 10 years ago
James Jackson-South 2c787f0ba1 Use non-animated gif in benchmark [skip ci] 10 years ago
dirk bd61511d7d Added benchmarks for detecting edges. 10 years ago
dirk 40638d4e8a Added command for running starting the benchmarks. 10 years ago
dirk 7f5411a682 Added benchmarks for encoding and decoding. 10 years ago
dirk c7606def89 Use jpeg instead of jpg. 10 years ago
dirk 31c8675e50 Added headers. 10 years ago
dirk d72ed0ac01 Refactored creating the output directory. 10 years ago
dirk 2102ff5186 Only read and decode the test images once in the unit tests. 10 years ago
dirk d9dd7d9acb Removed unused variable. 10 years ago