Roll src/third_party/libavif/src/ d894acfc3..3471f3019 (15 commits)
d894acfc37..3471f30197
$ git log d894acfc3..3471f3019 --date=short --no-merges --format='%ad %ae %s'
2023-12-15 vrabaud Fix avifDiagnosticsPrintf doc (#1881)
2023-12-14 yguyon Fix gain map memory leak and null ptr dereference (#1883)
2023-12-14 yguyon Fix avifRGBImageComputeGainMap() colorspaceinfo (#1882)
2023-12-14 carterbox BLD: Find rav1e shared library on Windows (#1550)
2023-12-14 yguyon Add avifencodetest (#1880)
2023-12-14 maryla Refuse to tone map images with altICC set. (#1879)
2023-12-14 maryla When converting a jpeg-r file with ICC, copy it to altICC as well. (#1878)
2023-12-14 maryla Set image->gainMap->altTransferCharacteristics if value is 2. (#1875)
2023-12-13 wtc Change some AVIF_COLOR_PRIMARIES_SRGB to BT709
2023-12-13 maryla Add support for creating gain maps for image with different primaries. (#1873)
2023-12-13 maryla Explicitly handle gainmaps where the base and alt headrooms are equal. (#1876)
2023-12-11 wtc List AVIF_COLOR_PRIMARIES_SRGB after BT709
2023-12-11 wtc In avifDecoder, list the experimental fields last
2023-12-12 maryla Add missing result check and fix build warning. (#1871)
2023-12-12 maryla Gainmap computation: fix handling of extreme values. (#1868)
Created with:
roll-dep src/third_party/libavif/src
Change-Id: I1d476f289a6da54843b6189318013aba30b53c71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5124838
Commit-Queue: James Zern <jzern@google.com>
Reviewed-by: Wan-Teh Chang <wtc@google.com>
Reviewed-by: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/main@{#1238167}
This commit is contained in:
2
DEPS
2
DEPS
@ -438,7 +438,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libavif
|
||||
# and whatever else without interference from each other.
|
||||
'libavif_revision': 'd894acfc37d8e4f052f170faa6a7b34f31c3c01f',
|
||||
'libavif_revision': '3471f3019751d3724ad1d09a9f1bd45933c29fe5',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libavifinfo
|
||||
# and whatever else without interference from each other.
|
||||
|
2
third_party/libavif/src
vendored
2
third_party/libavif/src
vendored
Submodule third_party/libavif/src updated: d894acfc37...3471f30197
Reference in New Issue
Block a user