2879 Commits (dae509430bcb06cd9f3fa4ac047dc0aa0ca6380b)
 

Author SHA1 Message Date
Anton Firszov 7f7b88f398 JpegDecoderCore SIMD optimizations applied to the .NET Core project 10 years ago
Anton Firszov 469140d541 . 10 years ago
Anton Firszov c7f61ec2a4 hyper-efficient color copying 10 years ago
Anton Firszov 4b97cfaebb Merge branch 'master' of https://github.com/antonfirsov/ImageSharp 10 years ago
Anton Firszov f8d8913bf7 refactor 10 years ago
Anton Firszov 1300e0e053 refactor 10 years ago
Anton Firszov 53d1fec491 stack management micro-optimiziation 10 years ago
Anton Firszov d2d14e0dcc JpegDecoderCore refactored to use Block8x8! 10 years ago
Anton Firszov 1eeaf30f01 Careful with that refactor Eugene! 10 years ago
Anton Firszov 9d9af91f18 ready to apply Block8x8 10 years ago
Anton Firszov 57cc5c5f30 benchmarking benchmarking benchmarking 10 years ago
Anton Firszov 303e479aae auto-generated implementation for Block8x8.Transpose() 10 years ago
James Jackson-South 3a3104eba1 Fix indexed png reader and use rented buffer 10 years ago
James Jackson-South 1e691e9d32 Change filter method signature 10 years ago
James Jackson-South 6b35810325 Use new Swap method 10 years ago
James Jackson-South 9398d451de Reduce png encoder memory usage by 3/4 10 years ago
Anton Firszov 84faa2d808 Buffer8x8 sandboxing 10 years ago
Anton Firszov 38c2f46bf0 re-enabled JpegSystemDrawing 10 years ago
Anton Firszov 860aa24d64 Merge after rebase: 10 years ago
Anton Firszov 2256fda58f Buffer64 10 years ago
James Jackson-South 27522da82b Rent the scanlines 10 years ago
James Jackson-South 3edd284aa0 Merge pull request #23 from boguscoder/png_perf 10 years ago
James Jackson-South a5b7be5cd3 Fix the png ecoder 10 years ago
James Jackson-South 619f683104 Correctly read and check for iEND chunk 10 years ago
Oleg Bogdanov 2e7bc893e2 Added filtered png load benchmarks 10 years ago
Anton Firszov 3da939584b removed 46 stuff 10 years ago
Anton Firszov 321f7297ff allocation optimizations for JpegDecoderCore 10 years ago
Anton Firszov 44d7359ae5 Merge branch 'master' into HEAD 10 years ago
Anton Firszov b1d500dd01 cleanup + fix 10 years ago
Oleg Bogdanov 472350e5b8 Don't allocate memory for png decode filters, reuse scanline buffers 10 years ago
dirk 248760ea34 Comment fix. 10 years ago
James Jackson-South 64024893a1 Temp patch fix for png encoding 10 years ago
James Jackson-South be5b01bd75 Cleanup 10 years ago
James Jackson-South b24d520be0 Fix test names 10 years ago
James Jackson-South 7e6deb22ff Less memory with sub filter encoding 10 years ago
James Jackson-South 7ba6edccb0 Flush only when you need to. 10 years ago
Anton Firszov 7626c67480 single Block for the non-progressive branch 10 years ago
Anton Firszov b3c075a2e4 ArrayPool 10 years ago
James Jackson-South f814dc3609 Pass filtered result scanline by reference. 10 years ago
Anton Firszov a5eb0e825f minor cache optimiziation + benchmarks 10 years ago
James Jackson-South 502fa2c6f4 Use fixed on filter loops 10 years ago
James Jackson-South a187ca99f8 Remove duplicate locking 10 years ago
Anton Firszov f3219fa331 JpegSandbox 10 years ago
Anton Firszov 2ee41e7b56 merged recent changes to 46 csproj 10 years ago
Anton Firszov 87f8c218e5 Merge branch 'master' of https://github.com/antonfirsov/ImageSharp 10 years ago
James Jackson-South bdb53d88ca Use ArrayPool<T> 10 years ago
James Jackson-South c536079a85 Rename pixelData 10 years ago
James Jackson-South b2c54bdfcf Encode grayscale png by row. 10 years ago
James Jackson-South 17b4c78824 Don't agressively encode indexed pngs 10 years ago
James Jackson-South b635ce6b42 Collect true color pixels by row 10 years ago