• Johann's avatar
    Roll src/third_party/libaom/source/libaom/ cc92258a0..c5a56b99d (3832 commits) · b4a9e51e
    Johann authored
    Re-land with working msan support:
    https://chromium-review.googlesource.com/c/chromium/src/+/1109557
    
    https://aomedia.googlesource.com/aom.git/+log/cc92258a08d9..c5a56b99df86
    
    $ git log cc92258a0..c5a56b99d --date=short --no-merges --format='%ad %ae %s'
    (...)
    
    Created with:
      roll-dep src/third_party/libaom/source/libaom
    
    As part of the roll we must update the colorspace signaling.
    
    Originally added to libaom in
    commit 9e69463febe0ee8525cb5a99ee5f9f11286581f1
    Author: Andrey Norkin <anorkin@netflix.com>
    Date:   Thu Dec 21 18:50:57 2017 -0800
    
        CICP colorspace signaling
    
    Monochrome is signaled outside of CICP:
    commit f340fece2c18f068dc3c0c9219b2e5a5eee7ba79
    Author: Debargha Mukherjee <debargha@google.com>
    Date:   Wed Jan 10 18:12:22 2018 -0800
    
        No colorspace for mono-video f/ CICP compatibility
    
    BUG=aomedia:1673
    
    And remove references to the deadline parameter.
    
    BUG=aomedia:13
    
    Updates bear-av1.webm and disables bear-av1.mp4 test.
    ffmpeg muxing of av1 in mp4 has not been upstreamed yet.
    The webm file was generated with the av1 tree in this
    update.
    vpxdec media/test/data/bear-vp9.webm -o bear.y4m
    aomenc -o bear-av1.webm -p 2 --target-bitrate=150 \
      bear.y4m
    
    The I frame for the AV1 test is generated with:
    aomenc -o bear-av1.webm -p 2 --target-bitrate=150 \
      bear.y4m --limit=1 --ivf
    
    And then a hex editor is used to remove the 32 byte
    file header and 12 byte frame header.
    
    BUG=chromium:783519
    
    Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
    Change-Id: I0b89285155e286f921448b221a491f9ed24cfd6e
    
    NOPRESUBMIT=true (due to presubmit confusion about relative paths in DEPS)
    
    Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
    Change-Id: Ie74c407f903b166948dd519c47339cfd09e6751c
    Reviewed-on: https://chromium-review.googlesource.com/1109742Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
    Commit-Queue: Johann Koenig <johannkoenig@google.com>
    Cr-Commit-Position: refs/heads/master@{#569330}
    b4a9e51e
DEPS 76.1 KB