2877 Commits (93ac3a2c8f305bd8bc5c898c927e30459ca514b8)
 

Author SHA1 Message Date
Anton Firszov fb25ac95aa hyper-efficient color copying 10 years ago
Anton Firszov aa4565d27c Merge branch 'master' of https://github.com/antonfirsov/ImageSharp 10 years ago
Anton Firszov f96feb6084 refactor 10 years ago
Anton Firszov c9677898cb refactor 10 years ago
Anton Firszov 29ff843d45 stack management micro-optimiziation 10 years ago
Anton Firszov 588cd8d8d9 JpegDecoderCore refactored to use Block8x8! 10 years ago
Anton Firszov 90d7c4b200 Careful with that refactor Eugene! 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
James Jackson-South 7d8de33a2f Fix indexed png reader and use rented buffer 10 years ago
James Jackson-South 272761f2cf Change filter method signature 10 years ago
James Jackson-South dae424028d Use new Swap method 10 years ago
James Jackson-South 3aa152fd8d Reduce png encoder memory usage by 3/4 10 years ago
Anton Firszov 18bd7f5c4a Buffer8x8 sandboxing 10 years ago
Anton Firszov fb9a5d6101 re-enabled JpegSystemDrawing 10 years ago
Anton Firszov e4032239fe Merge after rebase: 10 years ago
Anton Firszov 1cd2f2bbf5 Buffer64 10 years ago
James Jackson-South fdfbca3b28 Rent the scanlines 10 years ago
James Jackson-South dc9c742def Merge pull request #23 from boguscoder/png_perf 10 years ago
James Jackson-South 4f76f8a110 Fix the png ecoder 10 years ago
James Jackson-South 88b0f2f0b4 Correctly read and check for iEND chunk 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
dirk 82e4e86958 Comment fix. 10 years ago
James Jackson-South d32dd2e2e4 Temp patch fix for png encoding 10 years ago
James Jackson-South ce6e4649d9 Cleanup 10 years ago
James Jackson-South ca035582f9 Fix test names 10 years ago
James Jackson-South e26dcebda4 Less memory with sub filter encoding 10 years ago
James Jackson-South 860c34b8bb Flush only when you need to. 10 years ago
Anton Firszov 91db7222a8 single Block for the non-progressive branch 10 years ago
Anton Firszov 00c2b59732 ArrayPool 10 years ago
James Jackson-South 09d3bf5467 Pass filtered result scanline by reference. 10 years ago
Anton Firszov ee5d3ac38f minor cache optimiziation + benchmarks 10 years ago
James Jackson-South bbadedb242 Use fixed on filter loops 10 years ago
James Jackson-South 912e2c1155 Remove duplicate locking 10 years ago
Anton Firszov 306deee67e JpegSandbox 10 years ago
Anton Firszov 06a21b3601 merged recent changes to 46 csproj 10 years ago
Anton Firszov f176e867a4 Merge branch 'master' of https://github.com/antonfirsov/ImageSharp 10 years ago
James Jackson-South 4c5bb0290b Use ArrayPool<T> 10 years ago
James Jackson-South 3e7119c775 Rename pixelData 10 years ago
James Jackson-South 1f960ae41d Encode grayscale png by row. 10 years ago
James Jackson-South dd6c05d946 Don't agressively encode indexed pngs 10 years ago
James Jackson-South 79c22dc642 Collect true color pixels by row 10 years ago
dirk 8c3b3522c1 Added check for invalid count. 10 years ago
dirk c188e5aa79 Added Skip extension to support streams that cannot seek. 10 years ago