Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
628 commits
Select commit Hold shift + click to select a range
8bcb798
Implement SIMD-first AV1 color conversion
JimBobSquarePants Aug 25, 2026
70fae55
Complete AVIF ICC handling and remove HEIF materializations
JimBobSquarePants Aug 25, 2026
1f8bef1
Implement JPEG-style AV1 color conversion
JimBobSquarePants Aug 25, 2026
deb6575
Complete HEIF decoder option recovery
JimBobSquarePants Aug 25, 2026
570067d
Complete H.273 AV1 color conversion
JimBobSquarePants Aug 25, 2026
7b1bb3e
Implement shared HEIF color conversion
JimBobSquarePants Aug 25, 2026
a381378
Implement SIMD-first HEVC intra prediction
JimBobSquarePants Aug 25, 2026
29db116
Implement HEVC intra reference preparation
JimBobSquarePants Aug 25, 2026
f512abf
Implement SIMD-first HEVC inverse transforms
JimBobSquarePants Aug 25, 2026
42f9d41
Clarify shared HEIF color conversion
JimBobSquarePants Aug 25, 2026
b9cadd0
Implement SIMD-first HEVC inverse quantization
JimBobSquarePants Aug 25, 2026
d4e9b71
Implement HEVC quantization parameter derivation
JimBobSquarePants Aug 25, 2026
aec1319
Implement SIMD-first HEVC residual reconstruction
JimBobSquarePants Aug 25, 2026
c06e4b5
Implement HEVC coefficient decoding
JimBobSquarePants Aug 25, 2026
0bee54f
Add ICC profile span input
JimBobSquarePants Aug 25, 2026
b5bed1b
Explain inverse ICtCp coefficients
JimBobSquarePants Aug 25, 2026
115d776
Implement HEVC intra picture reconstruction
JimBobSquarePants Aug 25, 2026
b06a0b4
Register HEVC still image decoding
JimBobSquarePants Aug 25, 2026
8e21e39
Verify HEVC 8-bit still image decoding
JimBobSquarePants Aug 25, 2026
d570533
Update shared infrastructure for HEVC fixtures
JimBobSquarePants Aug 25, 2026
dbe310b
Correct HEVC intra edge filtering
JimBobSquarePants Aug 26, 2026
7bf24aa
Optimize exact-length RGB plane packing
JimBobSquarePants Aug 26, 2026
24ffa64
Match HEVC full-range color presentation
JimBobSquarePants Aug 26, 2026
0ed638e
Unify HEIF color conversion architecture
JimBobSquarePants Aug 26, 2026
a577f69
Complete HEVC Range Extensions conformance
JimBobSquarePants Aug 26, 2026
1098109
Unify HEIF planar color conversion
JimBobSquarePants Aug 26, 2026
d57d02c
Organize HEIF color converters
JimBobSquarePants Aug 26, 2026
12189d6
Rewrite AV1 intra prediction for SIMD
JimBobSquarePants Aug 26, 2026
901e976
Document AV1 film grain synthesis
JimBobSquarePants Aug 26, 2026
e6043e7
Inline AV1 inverse transform clamping
JimBobSquarePants Aug 26, 2026
2bd81bb
Advance HEIF codec implementation
JimBobSquarePants Aug 26, 2026
53204b2
Implement SIMD-first AV1 transform architecture
JimBobSquarePants Aug 26, 2026
c94caba
Implement SIMD-first AV1 chroma-from-luma prediction
JimBobSquarePants Aug 26, 2026
99e42d1
Implement SIMD-first AV1 palette reconstruction
JimBobSquarePants Aug 26, 2026
670dcac
Implement AV1 lossless inverse reconstruction
JimBobSquarePants Aug 26, 2026
a0dfc25
Implement SIMD-first AV1 deblocking
JimBobSquarePants Aug 26, 2026
dcf2507
Verify AV1 deblocking conformance
JimBobSquarePants Aug 26, 2026
23fec6c
Implement SIMD-first AV1 CDEF filtering
JimBobSquarePants Aug 26, 2026
20df911
Optimize AV1 CDEF decoder integration
JimBobSquarePants Aug 26, 2026
20aa651
Complete libaom AV1 forward transform port
JimBobSquarePants Aug 26, 2026
22026c5
Add independent AV1 CDEF reconstruction vectors
JimBobSquarePants Aug 26, 2026
7d76515
Verify exact AV1 CDEF presentation
JimBobSquarePants Aug 26, 2026
7801891
Implement AV1 super-resolution filtering
JimBobSquarePants Aug 26, 2026
9c57a2b
Normalize AV1 transform output naming
JimBobSquarePants Aug 26, 2026
95fc19b
Implement SIMD-first AV1 loop restoration
JimBobSquarePants Aug 26, 2026
49b348c
Implement SIMD-first AV1 film grain synthesis
JimBobSquarePants Aug 26, 2026
2777e9e
Verify exact AV1 super-resolution presentation
JimBobSquarePants Aug 26, 2026
7d940d3
Verify exact AV1 palette reconstruction
JimBobSquarePants Aug 26, 2026
1dfffd1
Complete AV1 lossless reconstruction conformance
JimBobSquarePants Aug 26, 2026
d735a92
Verify complete AV1 partition traversal
JimBobSquarePants Aug 26, 2026
f8ab68f
Document HEIF SIMD architecture
JimBobSquarePants Aug 26, 2026
5a37cfb
Harden AV1 OBU framing
JimBobSquarePants Aug 26, 2026
cf0c81e
Complete AV1 intra-block copy decoding
JimBobSquarePants Aug 27, 2026
b17dd99
Verify AV1 intra-block copy decoding
JimBobSquarePants Aug 27, 2026
07cc029
Validate AV1 still-picture framing
JimBobSquarePants Aug 27, 2026
d92e475
Verify AV1 profile reconstruction
JimBobSquarePants Aug 27, 2026
91d79f7
Document AV1 profile fixtures
JimBobSquarePants Aug 27, 2026
63c4d30
Accept final unsized AV1 OBUs
JimBobSquarePants Aug 27, 2026
32d5e3b
Parse layered AV1 image properties
JimBobSquarePants Aug 27, 2026
ccd7553
Select AV1 operating points
JimBobSquarePants Aug 27, 2026
f6d3da2
Implement SIMD-first AV1 inter prediction
JimBobSquarePants Aug 27, 2026
c19915a
Implement layered AV1 decoder state
JimBobSquarePants Aug 27, 2026
288d8b6
Decode AV1 inter-frame intra blocks
JimBobSquarePants Aug 27, 2026
096fb9a
Normalize AV1 self-guided SIMD dispatch
JimBobSquarePants Aug 27, 2026
8b9aa4b
Complete AV1 single-reference inter decoding
JimBobSquarePants Aug 28, 2026
e1a764b
Complete AV1 equal-average compound decoding
JimBobSquarePants Aug 28, 2026
864b11a
Complete AV1 selectable compound prediction
JimBobSquarePants Aug 28, 2026
59a4fba
Complete AV1 OBMC decoding
JimBobSquarePants Aug 28, 2026
8f57c29
Complete AV1 scaled-reference decoding
JimBobSquarePants Aug 28, 2026
0b2db86
Complete AV1 local warped-motion decoding
JimBobSquarePants Aug 28, 2026
c5637ea
Complete AV1 global warped-motion decoding
JimBobSquarePants Aug 28, 2026
1c58d85
Complete official AV1 motion-vector conformance
JimBobSquarePants Aug 28, 2026
019ac56
Complete AV1 selected spatial-layer presentation
JimBobSquarePants Aug 29, 2026
beb2ab8
Complete AV1 progressive alpha conformance
JimBobSquarePants Aug 29, 2026
ef93d58
Correct AV1 12-bit inverse SIMD arithmetic
JimBobSquarePants Aug 29, 2026
5ba048b
Complete AV1 predictor architecture checkpoint
JimBobSquarePants Aug 29, 2026
ea2fa48
Complete official AV1 intra-block-copy checkpoint
JimBobSquarePants Aug 29, 2026
27ebcd5
Verify official AV1 two-spatial-layer sequence
JimBobSquarePants Aug 29, 2026
a5e4cc6
Verify official AV1 two-temporal-layer sequence
JimBobSquarePants Aug 29, 2026
0373741
Verify official AV1 spatial-temporal layers
JimBobSquarePants Aug 29, 2026
15613b0
Verify official AV1 film grain sequence
JimBobSquarePants Aug 29, 2026
da9a46b
Verify official AV1 monochrome sequence
JimBobSquarePants Aug 29, 2026
e6f0ef8
Close AV1 OBU framing verification
JimBobSquarePants Aug 29, 2026
fc93202
Verify AV1 coefficient reconstruction checkpoint
JimBobSquarePants Aug 29, 2026
4238445
Close AV1 intra prediction verification
JimBobSquarePants Aug 29, 2026
6b3a5a5
Close AV1 inter-frame prediction verification
JimBobSquarePants Aug 29, 2026
deefeba
Verify official ten-bit AV1 sequences
JimBobSquarePants Aug 29, 2026
68cbe2f
Verify official AV1 quantizer boundaries
JimBobSquarePants Aug 29, 2026
ccdcddc
Verify official AV1 frame-size corners
JimBobSquarePants Aug 29, 2026
2219edb
Close AV1 still-image decode phase
JimBobSquarePants Aug 29, 2026
b6ba2db
Verify bounded HEVC decoder ownership
JimBobSquarePants Aug 29, 2026
202d7b8
Correct AV1 inverse transform operator ownership
JimBobSquarePants Aug 29, 2026
86d44f1
Restore AV1 transform operator architecture
JimBobSquarePants Aug 29, 2026
0c2e27d
Record AV1 transform architecture verification
JimBobSquarePants Aug 29, 2026
a0d1b5a
Align HEIF operators with JPEG architecture
JimBobSquarePants Aug 29, 2026
438fd6f
Record JPEG-style HEIF operator architecture
JimBobSquarePants Aug 29, 2026
35e65e9
Verify HEVC CABAC decoding against HM
JimBobSquarePants Aug 29, 2026
b9a1bf2
Record HEVC CABAC verification
JimBobSquarePants Aug 29, 2026
66d1f3c
Verify HEVC coding-tree traversal
JimBobSquarePants Aug 29, 2026
4519c5c
Record HEVC traversal verification
JimBobSquarePants Aug 29, 2026
9bc5b98
Verify HEVC intra prediction against ITU
JimBobSquarePants Aug 29, 2026
86792c0
Record HEVC intra-prediction verification
JimBobSquarePants Aug 29, 2026
97538ab
Verify HEVC residual reconstruction against HM
JimBobSquarePants Aug 29, 2026
9eeec97
Record HEVC residual reconstruction verification
JimBobSquarePants Aug 29, 2026
7027399
Verify HEVC loop filtering against HM
JimBobSquarePants Aug 29, 2026
1c72927
Verify HEVC filtering across profile matrix
JimBobSquarePants Aug 29, 2026
11d281b
Record HEVC loop-filter verification
JimBobSquarePants Aug 29, 2026
b337bce
Complete HEVC parallel slice decoding
JimBobSquarePants Aug 29, 2026
c5acb6a
Record HEVC parallel slice verification
JimBobSquarePants Aug 29, 2026
fcd16c8
Complete HEVC supplemental presentation handling
JimBobSquarePants Aug 29, 2026
40a850a
Record HEVC supplemental presentation verification
JimBobSquarePants Aug 29, 2026
74de548
Advance HEVC profile matrix checkpoint
JimBobSquarePants Aug 29, 2026
9d7348e
Complete HEVC Range Extensions profile matrix
JimBobSquarePants Aug 29, 2026
2a4ea3d
Record HEVC Range Extensions matrix verification
JimBobSquarePants Aug 29, 2026
6e906fe
Normalize HEIF internal member visibility
JimBobSquarePants Aug 30, 2026
640b64e
Add HEVC Range Extensions presentation matrix
JimBobSquarePants Aug 30, 2026
692e21c
Preserve HEVC high-bit presentation precision
JimBobSquarePants Aug 30, 2026
78a74d4
Remove unsupported patented codec implementation
JimBobSquarePants Aug 30, 2026
92fa7a8
Merge remote-tracking branch 'upstream/main' into heic-support
JimBobSquarePants Aug 30, 2026
54bb6cb
Complete AV1 single-reference decoding checkpoint
JimBobSquarePants Aug 30, 2026
4075a08
Complete AV1 equal-average compound decoding checkpoint
JimBobSquarePants Aug 30, 2026
18b1c88
Complete AV1 inter-intra decoding checkpoint
JimBobSquarePants Aug 30, 2026
7e2de7a
Complete AV1 distance-weighted compound decoding checkpoint
JimBobSquarePants Aug 30, 2026
9883a24
Complete AV1 wedge compound decoding checkpoint
JimBobSquarePants Aug 30, 2026
fb4c644
Complete AV1 difference-weighted compound decoding checkpoint
JimBobSquarePants Aug 30, 2026
7e7e3cb
Complete AV1 OBMC decoding checkpoint
JimBobSquarePants Aug 30, 2026
658a9cd
Complete AV1 scaled-reference decoding checkpoint
JimBobSquarePants Aug 30, 2026
27a5224
Complete AV1 local warped prediction checkpoint
JimBobSquarePants Aug 30, 2026
2529568
Complete AV1 global motion prediction checkpoint
JimBobSquarePants Aug 30, 2026
fcb502e
Complete AV1 inter deblocking checkpoint
JimBobSquarePants Aug 30, 2026
243524c
Complete AV1 bounded OBU parsing checkpoint
JimBobSquarePants Aug 30, 2026
57a3f66
Complete AV1 core reconstruction checkpoint
JimBobSquarePants Aug 30, 2026
c4b4e4e
Complete AV1 palette memory checkpoint
JimBobSquarePants Aug 31, 2026
7f0e081
Complete AV1 decoder negative-path checkpoint
JimBobSquarePants Aug 31, 2026
7d8af2b
Complete AV1 decoder audit remediation
JimBobSquarePants Sep 1, 2026
e1a86f9
Finalize HEIF decoder support
JimBobSquarePants Sep 1, 2026
4e6cbe7
Advance HEIF AV1 encoder foundation
JimBobSquarePants Sep 2, 2026
ac0fd9b
Prepare bordered AV1 encoder source frames
JimBobSquarePants Sep 2, 2026
d813ae7
Fix AV1 tile coefficient contexts
JimBobSquarePants Sep 2, 2026
2e9cf86
Fix AV1 encoder mode info mapping
JimBobSquarePants Sep 2, 2026
d6d77c6
Inline AV1 encoder block state
JimBobSquarePants Sep 2, 2026
c553a97
Fix AV1 encoder coefficient ownership
JimBobSquarePants Sep 2, 2026
8a4ec3e
Fix AV1 encoder partition and transform traversal
JimBobSquarePants Sep 2, 2026
c3c07dd
Write AV1 selected transform sizes
JimBobSquarePants Sep 2, 2026
d2338aa
Fix HEIF encoder ownership
JimBobSquarePants Sep 2, 2026
7979d61
Match current libaom entropy normalization
JimBobSquarePants Sep 2, 2026
2ae102e
Defer AV1 coefficient scratch allocation
JimBobSquarePants Sep 2, 2026
bba8d89
Add SIMD AV1 residual construction
JimBobSquarePants Sep 2, 2026
08406d6
Compose AV1 transform block encoding
JimBobSquarePants Sep 2, 2026
d6a722c
Consolidate AV1 decoder block scratch
JimBobSquarePants Sep 2, 2026
a9838d8
Consolidate AV1 encoder block scratch
JimBobSquarePants Sep 2, 2026
8abff74
Pack AV1 encoder mode information
JimBobSquarePants Sep 2, 2026
fe8d521
Consolidate AV1 superblock decisions
JimBobSquarePants Sep 2, 2026
6034e87
Fix AV1 frame-edge partition coding
JimBobSquarePants Sep 2, 2026
1afa18f
Fix lossless AV1 chroma mode coding
JimBobSquarePants Sep 2, 2026
1f533dc
Initialize AV1 block syntax defaults
JimBobSquarePants Sep 2, 2026
8dfa0bd
Persist AV1 derived transform sizes
JimBobSquarePants Sep 2, 2026
c256c18
Align and consolidate AV1 frame storage
JimBobSquarePants Sep 2, 2026
6e01c27
Consolidate AV1 palette scratch
JimBobSquarePants Sep 2, 2026
0cf5e63
Own aligned AV1 encoder frames
JimBobSquarePants Sep 2, 2026
a5c095f
Own aligned AV1 mode information
JimBobSquarePants Sep 2, 2026
316e2cf
Remove unused AV1 neighbor storage
JimBobSquarePants Sep 2, 2026
7cb6292
Compose AV1 intra block encoding
JimBobSquarePants Sep 2, 2026
c407f7c
Integrate AV1 blocks with frame storage
JimBobSquarePants Sep 2, 2026
41691ee
Encode fixed AV1 intra superblocks
JimBobSquarePants Sep 2, 2026
7cfafc5
Compose AV1 intra tile encoding
JimBobSquarePants Sep 2, 2026
777f63b
Encode monochrome AV1 frame OBUs
JimBobSquarePants Sep 2, 2026
67b92d7
Verify AV1 native color payloads
JimBobSquarePants Sep 2, 2026
e7ef639
Stream AV1 tile payloads without copies
JimBobSquarePants Sep 2, 2026
eb6a36f
Skip empty AV1 transform blocks
JimBobSquarePants Sep 2, 2026
9139ffe
Verify AV1 frame operation ownership
JimBobSquarePants Sep 2, 2026
c97e2d7
Honor HEIF file-relative stream offsets
JimBobSquarePants Sep 2, 2026
1be256f
Add exact AV1 probability costs
JimBobSquarePants Sep 2, 2026
0afaa85
Expose live AV1 syntax costs
JimBobSquarePants Sep 2, 2026
723d04a
Add AV1 transform and RD costs
JimBobSquarePants Sep 2, 2026
ca8898e
Add optimized AV1 coefficient rate costs
JimBobSquarePants Sep 2, 2026
4303525
Correct AV1 distortion cost scaling
JimBobSquarePants Sep 2, 2026
2c86883
Add live AV1 intra mode selection
JimBobSquarePants Sep 2, 2026
89de4c9
Expand live AV1 intra mode search
JimBobSquarePants Sep 2, 2026
f92d00a
Add live AV1 diagonal mode search
JimBobSquarePants Sep 2, 2026
0a89164
Add AV1 directional angle search
JimBobSquarePants Sep 2, 2026
becd472
Add live AV1 chroma mode search
JimBobSquarePants Sep 2, 2026
06352cc
Use implicit transforms for AV1 chroma
JimBobSquarePants Sep 2, 2026
73f6c05
Refine AV1 luma transform selection
JimBobSquarePants Sep 2, 2026
bdb3664
Add live AV1 chroma-from-luma search
JimBobSquarePants Sep 2, 2026
97f7d89
Add live AV1 filter-intra search
JimBobSquarePants Sep 2, 2026
dc31270
Choose cheaper AV1 empty-block syntax
JimBobSquarePants Sep 2, 2026
dfb4392
Use standard HEIF ownership arrays
JimBobSquarePants Sep 2, 2026
fdc3a12
Add AV1 palette entropy coding
JimBobSquarePants Sep 2, 2026
9451cd1
Add AV1 palette color coding
JimBobSquarePants Sep 2, 2026
2269264
Add AV1 palette map entropy coding
JimBobSquarePants Sep 2, 2026
b33e207
Add retained AV1 palette state
JimBobSquarePants Sep 2, 2026
8d6c7e3
Add SIMD AV1 palette clustering
JimBobSquarePants Sep 2, 2026
9aa485e
Add live AV1 luma palette selection
JimBobSquarePants Sep 2, 2026
9bcea59
Add SIMD AV1 chroma palette clustering
JimBobSquarePants Sep 2, 2026
d17b8d0
Add live AV1 chroma palette selection
JimBobSquarePants Sep 2, 2026
bd66e47
Activate AV1 palette coding adaptively
JimBobSquarePants Sep 2, 2026
2218ece
Add AV1 displacement vector rate costs
JimBobSquarePants Sep 2, 2026
568cfa7
Retain AV1 intra-block-copy vectors
JimBobSquarePants Sep 2, 2026
8c29f53
Add AV1 inter transform entropy coding
JimBobSquarePants Sep 2, 2026
0804e37
Add AV1 intra-block-copy hash search
JimBobSquarePants Sep 2, 2026
95cb6ff
Add AV1 intra-block-copy pixel search
JimBobSquarePants Sep 2, 2026
001c03b
Add AV1 intra-block-copy mesh search
JimBobSquarePants Sep 2, 2026
87a11a4
Add AV1 intra-block-copy mode selection
JimBobSquarePants Sep 2, 2026
1c34269
Enable adaptive AV1 intra-block copy
JimBobSquarePants Sep 2, 2026
ba360c8
Add AV1 auxiliary alpha encoding
JimBobSquarePants Sep 2, 2026
f28ed01
Add AV1 codec configuration writing
JimBobSquarePants Sep 2, 2026
fe44469
Write AVIF item properties
JimBobSquarePants Sep 2, 2026
e168a04
Honor AV1 encoding effort
JimBobSquarePants Sep 3, 2026
33759e5
Enable bounded AV1 still-image encoding
JimBobSquarePants Sep 3, 2026
b0f9584
Preserve AVIF metadata
JimBobSquarePants Sep 3, 2026
af50bb8
Reuse AV1 mode decision scratch
JimBobSquarePants Sep 3, 2026
339972b
Add AV1 luma transform-size search
JimBobSquarePants Sep 3, 2026
c1ce9b8
Add filter-intra transform-size search
JimBobSquarePants Sep 3, 2026
3f43240
Complete palette transform-size selection
JimBobSquarePants Sep 3, 2026
cab9bc4
Complete exhaustive luma transform search
JimBobSquarePants Sep 3, 2026
2d01370
Remove repeated split-transform copies
JimBobSquarePants Sep 3, 2026
1542a97
Reuse prepared AV1 residuals
JimBobSquarePants Sep 3, 2026
9c222f4
Deduplicate AV1 squared-error test oracle
JimBobSquarePants Sep 3, 2026
0225398
Implement live AV1 8x8 partition search
JimBobSquarePants Sep 3, 2026
4e4327b
Implement recursive AV1 16x16 partition search
JimBobSquarePants Sep 3, 2026
aac8297
Extend AV1 partition search through 32x32
JimBobSquarePants Sep 3, 2026
fc06c0d
Extend AV1 partition search through 64x64
JimBobSquarePants Sep 3, 2026
52cc907
Complete AV1 128x128 partition search
JimBobSquarePants Sep 3, 2026
930acdc
Implement AV1 lossless still-image coding
JimBobSquarePants Sep 3, 2026
513c534
Verify AV1 high-bit-depth source precision
JimBobSquarePants Sep 3, 2026
5ad0ca8
Implement bounded AV1 image sequences
JimBobSquarePants Sep 4, 2026
74fedce
Refine AV1 encoder memory ownership and storage
JimBobSquarePants Sep 4, 2026
433afd1
Checkpoint AV1 inter encoding and shared search operators
JimBobSquarePants Sep 5, 2026
7cf7fc4
Fix AV1 live partition traversal and lossless tiled prediction
JimBobSquarePants Sep 5, 2026
a4bbe28
Fix AV1 chroma transform inheritance and sub-8x8 coefficient bounds
JimBobSquarePants Sep 5, 2026
a7f0fca
Benchmark AV1 sequence encoders across matching RGB conversion bounda…
JimBobSquarePants Sep 5, 2026
578ec34
Fix AV1 intra reference extents and partition context
JimBobSquarePants Sep 5, 2026
c778217
Unwind failed AV1 encoder construction
JimBobSquarePants Sep 5, 2026
f7bd907
Preserve libaom non-skip policy for ordinary AV1 intra blocks
JimBobSquarePants Sep 5, 2026
182f39a
Resolve incompatible AV1 color settings before allocating conversion …
JimBobSquarePants Sep 5, 2026
2424ff9
Bound AV1 intra reference extensions by coded frame extent
JimBobSquarePants Sep 5, 2026
1639550
Integrate shared AV1 intra-edge preparation into encoding
JimBobSquarePants Sep 5, 2026
77f5358
Keep AV1 loop-filter delta entropy independent per channel
JimBobSquarePants Sep 5, 2026
5f7bad3
Clip AV1 loop-filter adjustments after combining reference and mode d…
JimBobSquarePants Sep 5, 2026
b2aee30
Convert incompatible AVIF grid sampling before encoding
JimBobSquarePants Sep 5, 2026
37541f7
Encode AV1 palette maps through coded frame boundaries
JimBobSquarePants Sep 5, 2026
aa2ecf6
Match AV1 symbol rate costs to the range coder minimum
JimBobSquarePants Sep 5, 2026
93aba78
Bound AV1 restoration work to reference processing units
JimBobSquarePants Sep 5, 2026
ef8b1a8
Grow AV1 range output at native flush boundaries
JimBobSquarePants Sep 5, 2026
4c7880d
Record AV1 retained-state and film-grain source audit
JimBobSquarePants Sep 5, 2026
fff0670
Preserve AV1 rate and distortion through candidate aggregation
JimBobSquarePants Sep 5, 2026
330d4c4
Preserve valid AV1 identity color descriptions and range
JimBobSquarePants Sep 5, 2026
b305e6e
Release AV1 frame state when neighbor context construction fails
JimBobSquarePants Sep 5, 2026
c06fabf
Dequantize AV1 coefficients during entropy parsing
JimBobSquarePants Sep 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
*.heic filter=lfs diff=lfs merge=lfs -text
*.hif filter=lfs diff=lfs merge=lfs -text
*.avif filter=lfs diff=lfs merge=lfs -text
*.hvc1 filter=lfs diff=lfs merge=lfs -text
*.hvcc filter=lfs diff=lfs merge=lfs -text
*.ivf filter=lfs diff=lfs merge=lfs -text
*.y4m filter=lfs diff=lfs merge=lfs -text
*.yuv filter=lfs diff=lfs merge=lfs -text
*.bit filter=lfs diff=lfs merge=lfs -text
###############################################################################
# Handle ICC files by git lfs
###############################################################################
Expand Down
1,805 changes: 1,805 additions & 0 deletions HEIF_IMPLEMENTATION_PLAN.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions ImageSharp.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
<File Path="tests/Images/Input/Gif/issues/issue405_badappextlength252-2.gif" />
<File Path="tests/Images/Input/Gif/issues/issue405_badappextlength252.gif" />
</Folder>
<Folder Name="/tests/Images/Input/Heif/">
<File Path="tests/Images/Input/Heif/Irvine_CA.avif" />
<File Path="tests/Images/Input/Heif/jpeg444_xnconvert.avif" />
<File Path="tests/Images/Input/Heif/Orange4x4.avif" />
</Folder>
<Folder Name="/tests/Images/Input/Icon/">
<File Path="tests/Images/Input/Icon/aero_arrow.cur" />
<File Path="tests/Images/Input/Icon/flutter.ico" />
Expand Down
142 changes: 142 additions & 0 deletions THIRD-PARTY-NOTICES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,145 @@ See the LICENSE file in the CoreFX project root for more information.
https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/LICENSE.TXT
https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/src/Common/src/CoreLib/System/IO/Stream.cs#L742
https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/src/Common/src/CoreLib/System/IO/Stream.cs#L775


License notice for the AOM AV1 Codec Library
-----

Parts of the AV1 implementation are adapted from the AOM AV1 Codec Library.
https://aomedia.googlesource.com/aom/

Copyright (c) 2016, Alliance for Open Media. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Alliance for Open Media Patent License 1.0

1. License Terms.

1.1. Patent License. Subject to the terms and conditions of this License, each
Licensor, on behalf of itself and successors in interest and assigns,
grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as expressly stated in this
License) patent license to its Necessary Claims to make, use, sell, offer
for sale, import or distribute any Implementation.

1.2. Conditions.

1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
sell, offer for sale, import or distribute an Implementation under
Section 1.1, Licensee must make its Necessary Claims available under
this License, and must reproduce this License with any Implementation
as follows:

a. For distribution in source code, by including this License in the
root directory of the source code with its Implementation.

b. For distribution in any other form (including binary, object form,
and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
GDSII, etc.)), by including this License in the documentation, legal
notices, and/or other written materials provided with the
Implementation.

1.2.2. Additional Conditions. This license is directly from Licensor to
Licensee. Licensee acknowledges as a condition of benefiting from it
that no rights from Licensor are received from suppliers, distributors,
or otherwise in connection with this License.

1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
initiates patent litigation or files, maintains, or voluntarily
participates in a lawsuit against another entity or any person asserting
that any Implementation infringes Necessary Claims, any patent licenses
granted under this License directly to the Licensee are immediately
terminated as of the date of the initiation of action unless 1) that suit
was in response to a corresponding suit regarding an Implementation first
brought against an initiating entity, or 2) that suit was brought to
enforce the terms of this License (including intervention in a third-party
action by a Licensee).

1.4. Disclaimers. The Reference Implementation and Specification are provided
"AS IS" and without warranty. The entire risk as to implementing or
otherwise using the Reference Implementation or Specification is assumed
by the implementer and user. Licensor expressly disclaims any warranties
(express, implied, or otherwise), including implied warranties of
merchantability, non-infringement, fitness for a particular purpose, or
title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
NOT THE OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

2. Definitions.

2.1. Affiliate. "Affiliate" means an entity that directly or indirectly
Controls, is Controlled by, or is under common Control of that party.

2.2. Control. "Control" means direct or indirect control of more than 50% of
the voting power to elect directors of that corporation, or for any other
entity, the power to direct management of such entity.

2.3. Decoder. "Decoder" means any decoder that conforms fully with all
non-optional portions of the Specification.

2.4. Encoder. "Encoder" means any encoder that produces a bitstream that can
be decoded by a Decoder only to the extent it produces such a bitstream.

2.5. Final Deliverable. "Final Deliverable" means the final version of a
deliverable approved by the Alliance for Open Media as a Final
Deliverable.

2.6. Implementation. "Implementation" means any implementation, including the
Reference Implementation, that is an Encoder and/or a Decoder. An
Implementation also includes components of an Implementation only to the
extent they are used as part of an Implementation.

2.7. License. "License" means this license.

2.8. Licensee. "Licensee" means any person or entity who exercises patent
rights granted under this License.

2.9. Licensor. "Licensor" means (i) any Licensee that makes, sells, offers
for sale, imports or distributes any Implementation, or (ii) a person
or entity that has a licensing obligation to the Implementation as a
result of its membership and/or participation in the Alliance for Open
Media working group that developed the Specification.

2.10. Necessary Claims. "Necessary Claims" means all claims of patents or
patent applications, (a) that currently or at any time in the future,
are owned or controlled by the Licensor, and (b) (i) would be an
Essential Claim as defined by the W3C Policy as of February 5, 2004
(https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
as if the Specification was a W3C Recommendation; or (ii) are infringed
by the Reference Implementation.

2.11. Reference Implementation. "Reference Implementation" means an Encoder
and/or Decoder released by the Alliance for Open Media as a Final
Deliverable.

2.12. Specification. "Specification" means the specification designated by
the Alliance for Open Media as a Final Deliverable for which this
License was issued.
2 changes: 1 addition & 1 deletion shared-infrastructure
53 changes: 53 additions & 0 deletions src/ImageSharp/Common/Helpers/DisposableDictionary.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
// Copyright (c) Six Labors.
// Licensed under the Six Labors Split License.

namespace SixLabors.ImageSharp.Common.Helpers;

/// <summary>
/// Dictionary of <see cref="IDisposable"/> objects, which is itself <see cref="IDisposable"/>.
/// </summary>
/// <typeparam name="TKey">The type of the key.</typeparam>
/// <typeparam name="TValue">Tye type of value, needs to implement <see cref="IDisposable"/>.</typeparam>
public sealed class DisposableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IDisposable
where TKey : notnull
where TValue : IDisposable
{
private bool disposedValue;

/// <inheritdoc />
public DisposableDictionary()
: base()
{
}

/// <inheritdoc />
public DisposableDictionary(int capacity)
: base(capacity)
{
}

/// <inheritdoc />
public void Dispose()
{
// Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
this.Dispose(disposing: true);
GC.SuppressFinalize(this);
}

private void Dispose(bool disposing)
{
if (!this.disposedValue)
{
if (disposing)
{
foreach (KeyValuePair<TKey, TValue> pair in this)
{
pair.Value?.Dispose();
}
}

this.Clear();
this.disposedValue = true;
}
}
}
51 changes: 51 additions & 0 deletions src/ImageSharp/Common/Helpers/DisposableList.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// Copyright (c) Six Labors.
// Licensed under the Six Labors Split License.

namespace SixLabors.ImageSharp.Common.Helpers;

/// <summary>
/// List of <see cref="IDisposable"/> objects, which is itself <see cref="IDisposable"/>.
/// </summary>
/// <typeparam name="TValue">Tye type of value, needs to implement <see cref="IDisposable"/>.</typeparam>
public sealed class DisposableList<TValue> : List<TValue>, IDisposable
where TValue : IDisposable
{
private bool disposedValue;

/// <inheritdoc />
public DisposableList()
: base()
{
}

/// <inheritdoc />
public DisposableList(int capacity)
: base(capacity)
{
}

/// <inheritdoc />
public void Dispose()
{
// Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
this.Dispose(disposing: true);
GC.SuppressFinalize(this);
}

private void Dispose(bool disposing)
{
if (!this.disposedValue)
{
if (disposing)
{
foreach (TValue item in this)
{
item?.Dispose();
}
}

this.Clear();
this.disposedValue = true;
}
}
}
40 changes: 40 additions & 0 deletions src/ImageSharp/Common/Helpers/Numerics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,46 @@ public static nuint Vector512Count<TVector>(this ReadOnlySpan<float> span)
where TVector : struct
=> (uint)span.Length / (uint)Vector512<TVector>.Count;

/// <summary>
/// Gets the count of vectors that safely fit into a span whose element type matches the vector lane type.
/// </summary>
/// <typeparam name="TVector">The type of the span elements and vector lanes.</typeparam>
/// <param name="span">The given span.</param>
/// <returns>Count of vectors that safely fit into the span.</returns>
public static nuint Vector128Count<TVector>(this ReadOnlySpan<TVector> span)
where TVector : struct
=> (uint)span.Length / (uint)Vector128<TVector>.Count;

/// <summary>
/// Gets the count of vectors that safely fit into a span whose element type matches the vector lane type.
/// </summary>
/// <typeparam name="TVector">The type of the span elements and vector lanes.</typeparam>
/// <param name="span">The given span.</param>
/// <returns>Count of vectors that safely fit into the span.</returns>
public static nuint Vector256Count<TVector>(this ReadOnlySpan<TVector> span)
where TVector : struct
=> (uint)span.Length / (uint)Vector256<TVector>.Count;

/// <summary>
/// Gets the count of vectors that safely fit into a span whose element type matches the vector lane type.
/// </summary>
/// <typeparam name="TVector">The type of the span elements and vector lanes.</typeparam>
/// <param name="span">The given span.</param>
/// <returns>Count of vectors that safely fit into the span.</returns>
public static nuint Vector512Count<TVector>(this ReadOnlySpan<TVector> span)
where TVector : struct
=> (uint)span.Length / (uint)Vector512<TVector>.Count;

/// <summary>
/// Gets the count of vectors that safely fit into the given length.
/// </summary>
/// <typeparam name="TVector">The type of the vector.</typeparam>
/// <param name="length">The given length.</param>
/// <returns>Count of vectors that safely fit into the length.</returns>
public static nuint Vector128Count<TVector>(int length)
where TVector : struct
=> (uint)length / (uint)Vector128<TVector>.Count;

/// <summary>
/// Gets the count of vectors that safely fit into length.
/// </summary>
Expand Down
Loading
Loading