9394 Commits (497c27c0d71c8f764a7f04d36fa8dcc2eb084e0e)

Author SHA1 Message Date
winscripter 765c892df0 Implement Butteraugli core functions 1 month ago
James Jackson-South 873c64ec12 Normalize pixel blending SIMD traversal 1 month ago
James Jackson-South e9db3675e9 Normalize JPEG color conversion SIMD 1 month ago
James Jackson-South ebe5cc64da Add TensorPrimitives compatibility implementation 1 month ago
James Jackson-South 395c8bdb65 Update AotCompilerTools.cs 1 month ago
James Jackson-South b142dbacff Add AOT compiler seeds for ICO, CUR, QOI formats 1 month ago
James Jackson-South e2b43407cc Handle ulong values for EXIF Long writes 1 month ago
James Jackson-South 494d2dd97b Clone TIFF profiles into image metadata 1 month ago
James Jackson-South dfdc0734e3 Validate CgBI chunk order in PNG decoder 1 month ago
James Jackson-South 3d89f941d4 Fix degeneracy check for resize transforms 1 month ago
winscripter 359125039e Start work on Butteraugli 1 month ago
winscripter 9c6b4efa24 Add Huffman common methods 1 month ago
winscripter abafaf8c03 Add CFL 1 month ago
winscripter f71bab20a6 Use distinct read-only spans 1 month ago
winscripter 6eda7e2ad4 Remove aggressive inlining attributes, fix usings 1 month ago
winscripter 2758454c1b Move, add entropy coding common functions 1 month ago
winscripter b72019667a Add opsin inverse parameters, some quantizer weight work 1 month ago
winscripter 07f6be0000 Fix memory leak 1 month ago
winscripter 674f82ad3c Add quantizer 1 month ago
winscripter ded8906f29 Move Metadata folder to IO 1 month ago
winscripter 16c55f343a Add frame header 1 month ago
winscripter a803f01ab6 Add Y'Cb'Cr chroma subsampling as part of the frame header 2 months ago
winscripter d401b71313 Fix errors 2 months ago
winscripter 6aa313f895 Add matrices 2 months ago
winscripter a6a0263836 Implement visitor for JxlBitDepth 2 months ago
winscripter decc0b232c Fully implement JPEG XL fields 2 months ago
winscripter 446e4a5e65 Add loop filter 2 months ago
winscripter 51b7765415 Implement signed packing 2 months ago
winscripter 7223d98e66 Add DCT memory, make JxlImage3<T> implement IDisposable 2 months ago
winscripter 73c7cec5cd Add DCT scales 2 months ago
winscripter b3023f29cf Add separable weights 2 months ago
winscripter b15c190a8e Add symmetric weights; fix broken using 2 months ago
winscripter 289fecdb99 Move AC strategy & Coefficients stuff into Processing 2 months ago
James Jackson-South e1c3013f96 Fix bulk RGBA-compatible conversion bounds 2 months ago
James Jackson-South 42f6fb6276 Revert "Potential fix for pull request finding 'Equality check on floating point values'" 2 months ago
James Jackson-South ba4d1df1e1
Potential fix for pull request finding 'Equality check on floating point values' 2 months ago
James Jackson-South 644cd49fc0 Update ExrDecoderCore.cs 2 months ago
James Jackson-South 2ffa9fb07b Add binary16 pixel formats and scaling fixes 2 months ago
winscripter 6de4a89413 Add alpha blending 2 months ago
winscripter 57eadbb3f9 Implement noise shared logic 2 months ago
winscripter 7f35b1a3db Implement Lehmer codes 2 months ago
winscripter 3ed56c954f Add ANS hybrid uint configuration & LZ77 parameters model 2 months ago
winscripter 8ffb41a7a2 Don't use end of stream singleton 2 months ago
winscripter 1381def54a Fix memory leaks 2 months ago
winscripter b716d4e5ff Add ANS VarLen & histogram parser 2 months ago
winscripter 4ec9b957a2 Simplify 2 months ago
winscripter 25e41da0ab Avoid 'using static' 2 months ago
winscripter fed0af3254 Add bit-stream reader 2 months ago
winscripter 20c2dd31df Implement ANS entropy helpers 2 months ago
winscripter 73941c117b Prefer byte for enums 2 months ago