13535 Commits (d527d0e7b270c38eba02fd04071a3adb875eb9de)
 

Author SHA1 Message Date
Ynse Hoornenborg d527d0e7b2 Rename ChannelCount property to PlaneCount 2 years ago
Ynse Hoornenborg c44572900e Fix issue in coefficient parsing 2 years ago
Brian Popow 471e3d3165 Fix issue in ReadLoopRestorationParameters(): LoopRestorationParameters[i] was not initialized 2 years ago
Ynse Hoornenborg a4ba77bc65 Implement mode info indexing in frame buffer 2 years ago
Ynse Hoornenborg a1f0f9ecb4 Merge remote-tracking branch 'upstream/main' into heic-support 2 years ago
Ynse Hoornenborg 30d7c09ec3 More bug fixes 2 years ago
James Jackson-South 10e9c49e13
Merge pull request #2767 from SixLabors/bp/Issue2763 2 years ago
Ynse Hoornenborg be134e89d2 Various tiling bug fixes 2 years ago
Ynse Hoornenborg c771350559 Prune ITileDecoder interface 2 years ago
Brian Popow 9a9390cb2a
Merge branch 'main' into bp/Issue2763 2 years ago
Brian Popow 6c430efd10 Fix stylecop warning 2 years ago
Brian Popow cc39c502ac Add test case for issue 2763 2 years ago
Brian Popow 00b253d1dd Fix issue in EncodeImage() not using correct histogram image size, fixes #2763 2 years ago
Ynse Hoornenborg a48e271780 Fully implement Heif Item Location 2 years ago
James Jackson-South 23e000f99c
Merge pull request #2739 from SixLabors/js/colorspace-converter 2 years ago
James Jackson-South 71d49ae8f9
Merge branch 'main' into js/colorspace-converter 2 years ago
James Jackson-South 59de13c8cc
Merge pull request #2764 from SixLabors/js/v4-merge-2758-fix 2 years ago
James Jackson-South 00afbe8e25 Merge branch 'release/3.1.x' into js/v4-merge-2758-fix 2 years ago
James Jackson-South b496109051
Merge pull request #2759 from SixLabors/js/fix-2758 2 years ago
Ynse Hoornenborg 23d533a713 Some bug fixes 2 years ago
Ynse Hoornenborg 1d83ac3e44 Implement remaining distributions 2 years ago
Ynse Hoornenborg c8a6203b25 Implement ScanOrder scan constants 2 years ago
Ynse Hoornenborg 30f8884391 Implement Coefficient syntax 2 years ago
Ynse Hoornenborg 38c23a5400 Disable failing test for in-progress code 2 years ago
Ynse Hoornenborg d01cb8e9bb
Merge branch 'main' into heic-support 2 years ago
Ynse Hoornenborg 4e53f7cf81 Add some code comments 2 years ago
Ynse Hoornenborg 1ff01503ac Implement TransformBlock 2 years ago
Ynse Hoornenborg 6c4e213a75 Implement Residual 2 years ago
Brian Popow 3d84a51970 Suppress warning about SA1500: Braces for multi-line statements 2 years ago
Brian Popow 13173a3906 Implement GetPlaneResidualSize() 2 years ago
Ynse Hoornenborg 9fb58262e2 Smoke test for tiling 2 years ago
Ynse Hoornenborg e60b39fb25 Implement Transform parsing 2 years ago
Brian Popow aaac78a073 When TemporalDelimiter header is encountered, seenFrameHeader flag will be set to false 2 years ago
James Jackson-South 783884853c
Merge branch 'main' into js/colorspace-converter 2 years ago
James Jackson-South c9a29f0a61
Merge pull request #2761 from SixLabors/js/affine-fix-v4 2 years ago
James Jackson-South ac5ace789c Update tests 2 years ago
James Jackson-South d27c03ad61 Merge branch 'release/3.1.x' into js/affine-fix-v4 2 years ago
James Jackson-South e0d4576ff1
Merge pull request #2760 from SixLabors/js/transforms-offset 2 years ago
Ynse Hoornenborg 3382518793 Fix build 2 years ago
Brian Popow 5792d05063 Annotate Av1TileDecoder methods with spec sections 2 years ago
Ynse Hoornenborg 0cf272626f Tiling initialization fixes 2 years ago
Brian Popow 355692131f Implement ReadTimingInfo, it is needed in ReadUncompressedFrameHeader() when IsReducedStillPictureHeader is false 2 years ago
Ynse Hoornenborg a0fdf0239a Implement partition context logic 2 years ago
Brian Popow c4d34c5ea5 Fix issue in ReadSequenceHeader() not reading OrderHintBits 2 years ago
Brian Popow 41b980cae0 Implement missing parts in ReadSequenceHeader for case when ReducedStillPictureHeader is false 2 years ago
Brian Popow 2accf9513c Implement 5.5.4. read Decoder model info 2 years ago
James Jackson-South 0103d81d96 Fix off-by-one error when centering a transform. 2 years ago
Brian Popow 136110fe5e Adjustments in ReadSequenceHeader() for case when image is not ReducedStillPictureHeader (still incomplete) 2 years ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South e4ba5d30d7 Decode LZW row by row 2 years ago