Skip to content
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7dd4a47
Read from underlying stream less often
JimBobSquarePants Apr 10, 2019
04c3f51
Update benchmark dependencies
JimBobSquarePants Apr 12, 2019
2b59546
Experimental mango port
JimBobSquarePants Apr 18, 2019
015441f
Populate table, 64byte buffer
JimBobSquarePants Apr 18, 2019
0e738bf
Baseline, non RST works
JimBobSquarePants Apr 20, 2019
260738b
15/19 baseline tests pass now.
JimBobSquarePants Apr 20, 2019
ba78663
Optimize position change.
JimBobSquarePants Apr 21, 2019
29ec573
18/19 pass
JimBobSquarePants Apr 21, 2019
bf0fc7e
19/19 baseline decoded
JimBobSquarePants Apr 21, 2019
e78b4bd
Can now decode all images.
JimBobSquarePants Apr 21, 2019
0df60d0
Now faster and much cleaner.
JimBobSquarePants Apr 21, 2019
a1f5b85
Cleanup
JimBobSquarePants Apr 22, 2019
c6334c2
Merge branch 'master' into js/buffered-decode
JimBobSquarePants Apr 22, 2019
0d269f3
Fix reader, update benchmarks
JimBobSquarePants Apr 22, 2019
1f51f55
Merge branch 'master' into js/buffered-decode
JimBobSquarePants Apr 22, 2019
79624dc
Update dependencies
JimBobSquarePants Apr 22, 2019
a8fa85a
Remove unused method
JimBobSquarePants Apr 23, 2019
f15e98e
Merge branch 'master' into js/buffered-decode
JimBobSquarePants Apr 23, 2019
9664adc
No need to clean initial buffer
JimBobSquarePants Apr 23, 2019
5c45fa6
Remove bounds check on ReadByte()
JimBobSquarePants Apr 23, 2019
c19656b
Refactor from feedback
JimBobSquarePants Apr 25, 2019
b97abdc
Merge branch 'master' into js/buffered-decode
JimBobSquarePants Apr 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ImageSharp.Drawing/ImageSharp.Drawing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<AdditionalFiles Include="..\..\standards\stylecop.json" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0008" />
<PackageReference Include="SixLabors.Shapes" Version="1.0.0-beta0008" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.1-beta.61" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.1-rc.114" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
Expand Down
61 changes: 0 additions & 61 deletions src/ImageSharp/Formats/Jpeg/Components/Decoder/FastACTable.cs

This file was deleted.

Loading