Commit 99989ef0 authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Commit Bot

Roll src/third_party/libavif/src/ 33ece0a9f..5fa7c4e22 (51 commits)

https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/33ece0a9f897..5fa7c4e22c1b

$ git log 33ece0a9f..5fa7c4e22 --date=short --no-merges --format='%ad %ae %s'
2020-11-06 wtc Quiet the find_package(libyuv) call
2020-11-06 wtc Miscellaneous cleanup
2020-11-06 wtc Fix miscellaneous comment nits
2020-11-06 wtc Remove disableGridImages from avifDecoder
2020-11-06 sorairolake apps: Add version option
2020-11-06 wtc Move assignment of header->av1C.chromaSamplePosition
2020-11-06 wtc Add #error if AVIF_CODEC_AOM_DECODE/ENCODE undefined
2020-11-06 wtc Cosmetic: Move code to be with related code
2020-11-06 wtc Change avifDecoderReadItem to take avifIO as input
2020-11-06 jdrago Add BEST_QUALITY and FASTEST upsampling filters for easier high-level control over libyuv and filters
(...)
2020-10-22 jdrago Fix accidental stomp of AVIF_PLATFORM_LIBRARIES CMake variable
2020-10-22 jdrago Fix various macOS/clang build issues
2020-10-22 jdrago Expose libyuv availability to API and cmdline tools
2020-10-22 jdrago Basic libyuv support, first pass
2020-10-22 wtc Fix a crash in avifJPEGRead() on fopen() failure
2020-10-19 wtc Link with {ZLIB_LIBRARY} after ${PNG_LIBRARY}
2020-10-16 wtc Remove unneeded libs and includes for svt and aom
2020-10-15 wtc Add size_t casts to fix MSVC x86 compiler warnings
2020-10-15 jdrago Various fixes to SVT-AV1 PR #369
2020-10-15 jon add SVT-AV1 encoder

Created with:
  roll-dep src/third_party/libavif/src
R=dalecurtis@chromium.org

Bug: 1136922
Change-Id: I5f6478281b769124d8f1b975b3d3dc27a70bc7f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2524292
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825522}
parent 448bc6a5
......@@ -353,7 +353,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': '33ece0a9f8977fe93f75b1c03a014b9997d707d5',
'libavif_revision': '5fa7c4e22c1b0cf3b97834e65b1040a619cf2bbd',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nearby
# and whatever else without interference from each other.
......
......@@ -16,6 +16,7 @@ source_set("libavif") {
"src/src/rawdata.c",
"src/src/read.c",
"src/src/reformat.c",
"src/src/reformat_libyuv.c",
"src/src/stream.c",
"src/src/utils.c",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment