Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8db4828
Handle empty XMP profiles. Fix #2012
JimBobSquarePants Feb 18, 2022
5214681
Add ARM version of adler32
brianpopow Feb 18, 2022
ce429e9
Remove serial computation, does not not make sense here
brianpopow Feb 18, 2022
c7b62d8
Fix build error
brianpopow Feb 18, 2022
36420de
Block size is the same for sse and arm
brianpopow Feb 18, 2022
c64078c
Remove unnecessary throw and optimize write.
JimBobSquarePants Feb 19, 2022
c129278
Don't throw for bad min code, just don't decode indices.
JimBobSquarePants Feb 19, 2022
892dbe3
Throw exception, if palette chunk is missing
brianpopow Feb 19, 2022
d98171f
Add tests for missing palette chunk
brianpopow Feb 19, 2022
bcb3035
Merge branch 'main' into bp/missingpalette
brianpopow Feb 19, 2022
d7fec18
Apply suggestions from code review
brianpopow Feb 19, 2022
cfc7847
Use MinBufferSize for ARM
brianpopow Feb 18, 2022
29ddc60
Change error message to "...a palette chunk"
brianpopow Feb 19, 2022
bef5162
Add missing using System.Runtime.InteropServices;
brianpopow Feb 19, 2022
d62391e
Fix bug in storing the results
brianpopow Feb 20, 2022
c3c14e8
Add adler tests with and without intrinsics
brianpopow Feb 20, 2022
9179c11
Add common methods for handling left over for sse and arm
brianpopow Feb 20, 2022
78e5b6c
Throw for corrupt LZW min code. Add test for deferred clear code
JimBobSquarePants Feb 21, 2022
968c5ff
Merge pull request #2020 from SixLabors/bp/missingpalette
JimBobSquarePants Feb 21, 2022
eda0906
Merge branch 'main' into js/fix-2012
JimBobSquarePants Feb 21, 2022
18f7c09
Merge branch 'main' into bp/adlerarm
brianpopow Feb 21, 2022
85a0ac6
Use GifThrowHelper
JimBobSquarePants Feb 21, 2022
6727d6e
Merge pull request #2014 from SixLabors/js/fix-2012
JimBobSquarePants Feb 21, 2022
97d1a4e
Merge remote-tracking branch 'origin/main' into bp/invalidgamma
brianpopow Feb 21, 2022
0fa6085
Throw exception, if gamma chunk does not contain enough data
brianpopow Feb 21, 2022
d76c40a
Ignore invalid gamma chunks
brianpopow Feb 21, 2022
c059656
Merge pull request #2021 from SixLabors/bp/invalidgamma
brianpopow Feb 21, 2022
854ea5d
workaround for #2001 / https://github.com/dotnet/runtime/issues/65466
antonfirsov Feb 21, 2022
5b82c57
Add compiler directives
JimBobSquarePants Feb 22, 2022
de5f661
make GetTotalAvailableMemoryBytes conditional
antonfirsov Feb 22, 2022
7387607
Merge branch 'af/TotalAvailableMemoryBytes-workaround' of https://git…
antonfirsov Feb 22, 2022
3259c94
Merge pull request #2025 from SixLabors/af/TotalAvailableMemoryBytes-…
antonfirsov Feb 22, 2022
bfd7b54
Merge branch 'main' into bp/adlerarm
brianpopow Feb 26, 2022
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
Prev Previous commit
Next Next commit
Merge branch 'main' into bp/missingpalette
  • Loading branch information
brianpopow authored Feb 19, 2022
commit bcb3035dfafdb199ff19804f059b71069f714622

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.