46 Commits (2abc95a6fed738a4e3000bf4e37df3a442c8b94b)

Author SHA1 Message Date
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
Simon Cropp bcbd4726a6 use var where apparent (#972) 7 years ago
Simon Cropp 270a073fc6 Cleanup (#965) 7 years ago
Simon Cropp aa6d2ab997 fix some spelling (#957) 7 years ago
Stephan Vedder 84aef78c1e Work on 12-bit support 8 years ago
Anton Firszov b4c1f8bf37 AVX2 optimized Block8x8 -> Block8x8F conversion 8 years ago
James Jackson-South df6f544341 Move common components 8 years ago
Jason Nelson e118ee888c Cleanup tests 8 years ago
James Jackson-South 51e7f03393 Update tests 9 years ago
Anton Firszov 97dc26c01a additional Block8x8F cleanup 9 years ago
Anton Firszov 63e574cdb2 more cleanup + more tests 9 years ago
Anton Firszov 8b9a369504 cleanup and docs 9 years ago
Anton Firszov 57ccde4521 NormalizeColorsAndRoundAvx2() + JpegBlockPostProcessor cleanup 9 years ago
Anton Firszov 005a454b40 optimized quantization 9 years ago
Anton Firszov 2a7ce4cd90 fix rounding in YCbCr conversion, started refactoring dequantiziation logic 9 years ago
Anton Firszov e0b808c8b6 speedup Block8x8F.RoundInplace() 9 years ago
Dirk Lemstra 534a7452d0 Silence warnings. 9 years ago
Anton Firszov e250de52ed JpegComponentPostProcessor works for Calliphora.jpg! 9 years ago
Anton Firszov bd24e375bb fineshed CopyTo(area), introduced IRawJpegData 9 years ago
Anton Firszov 352198db4d CalculateJpegChannelSize() 9 years ago
Anton Firszov 66df6fd2eb organizing DCT code 9 years ago
Anton Firszov f6b5b420c7 clean up and organize Jpeg test utilities 9 years ago
Anton Firszov d8ea09115b Block8x8: the UInt16 Jpeg block 9 years ago
Anton Firszov 6ecb12b25c goodby MutableSpan! 9 years ago
Anton Firszov 086f8eae1b CopyColorsTo() no longer uses MutableSpan 9 years ago
Anton Firszov d230faa928 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago
Anton Firszov 30d0abba47 GolangPort namespaces following folder structure 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Dirk Lemstra eb715cfed3 Removed old overload and used new one (from #201) in unit test. 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Anton Firszov 41731c72cc jpeg test cleanup 9 years ago
Anton Firszov 77581c8a22 Optimized UnzigDivRound 9 years ago
Anton Firszov 3c2f64d681 Test code cleanup: removed EnumHelper, moved MeasureFixture to TestUtilities, Jpeg test formatting 9 years ago
Anton Firszov 3a728e3589 ok StyleCop, this time I won! 10 years ago
Anton Firszov 028a3a84e6 JpegTests headers + docs cleanup 10 years ago
antonfirsov 1fe06317f1 almost worx 10 years ago
Anton Firszov 6dc1a19a4f type names instead of var with primitive types, removed ImageSharp.Formats.Jpg subnamespaces, Block8x8F cleanup 10 years ago
antonfirsov b89f22c121 moved Jpeg classes to separate folders 10 years ago
Anton Firszov 4f39539130 finished re-applying existing encoder optimizations 10 years ago
Anton Firszov 8c2325abe9 (re) added DCT, Test & ReferenceImplementations changes 10 years ago
Anton Firszov 8fcb1e68ca ImageSharp.Tests46 + better cache in FileProvider 10 years ago
Anton Firszov 0e20436f9c Cleanup + Comments + StyleCop 10 years ago
Anton Firszov 8f419e4e6d removed unused methods 10 years ago
Anton Firszov cc7db828eb removed TransposeInto_CodeGeneratorTest() 10 years ago
Anton Firszov 8e18fe12ae manually merged all SIMD optimizations antonfirsov/ImageSharp/master 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