0

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 ()
2023-12-14 yguyon Fix gain map memory leak and null ptr dereference ()
2023-12-14 yguyon Fix avifRGBImageComputeGainMap() colorspaceinfo ()
2023-12-14 carterbox BLD: Find rav1e shared library on Windows ()
2023-12-14 yguyon Add avifencodetest ()
2023-12-14 maryla Refuse to tone map images with altICC set. ()
2023-12-14 maryla When converting a jpeg-r file with ICC, copy it to altICC as well. ()
2023-12-14 maryla Set image->gainMap->altTransferCharacteristics if value is 2. ()
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. ()
2023-12-13 maryla Explicitly handle gainmaps where the base and alt headrooms are equal. ()
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. ()
2023-12-12 maryla Gainmap computation: fix handling of extreme values. ()

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:
Maryla
2023-12-15 18:53:20 +00:00
committed by Chromium LUCI CQ
parent 68ec9cefff
commit 52fd8ab449
2 changed files with 2 additions and 2 deletions
DEPS
third_party/libavif

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.