Remove libavifinfo
Bug: 362318605 Change-Id: I944dcce0318725f3899e23598b1410889e98c859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975559 Reviewed-by: Wan-Teh Chang <wtc@google.com> Reviewed-by: James Zern <jzern@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Maryla Ustarroz-Calonge <maryla@google.com> Cr-Commit-Position: refs/heads/main@{#1376310}
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -355,9 +355,6 @@
|
||||
[submodule "third_party/crabbyavif/src"]
|
||||
path = third_party/crabbyavif/src
|
||||
url = https://chromium.googlesource.com/external/github.com/webmproject/CrabbyAvif
|
||||
[submodule "third_party/libavifinfo/src"]
|
||||
path = third_party/libavifinfo/src
|
||||
url = https://aomedia.googlesource.com/libavifinfo
|
||||
[submodule "third_party/nearby/src"]
|
||||
path = third_party/nearby/src
|
||||
url = https://chromium.googlesource.com/external/github.com/google/nearby-connections
|
||||
|
7
DEPS
7
DEPS
@ -426,10 +426,6 @@ vars = {
|
||||
# and whatever else without interference from each other.
|
||||
'crabbyavif_revision': 'c3548280e0a516ed7cad7ff1591b5807cef64aa4',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libavifinfo
|
||||
# and whatever else without interference from each other.
|
||||
'libavifinfo_revision': '8d8b58a3f517ef8d1794baa28ca6ae7d19f65514',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling Speedometer v3.0
|
||||
# and whatever else without interference from each other.
|
||||
'speedometer_3.0_revision': '8d67f28d0281ac4330f283495b7f48286654ad7d',
|
||||
@ -2047,9 +2043,6 @@ deps = {
|
||||
'src/third_party/crabbyavif/src':
|
||||
Var('chromium_git') + '/external/github.com/webmproject/CrabbyAvif.git' + '@' + Var('crabbyavif_revision'),
|
||||
|
||||
'src/third_party/libavifinfo/src':
|
||||
Var('aomedia_git') + '/libavifinfo.git' + '@' + Var('libavifinfo_revision'),
|
||||
|
||||
'src/third_party/nearby/src':
|
||||
Var('chromium_git') + '/external/github.com/google/nearby-connections.git' + '@' + Var('nearby_revision'),
|
||||
|
||||
|
1
OWNERS
1
OWNERS
@ -149,7 +149,6 @@ per-file third_party/libaddressinput/src=*
|
||||
per-file third_party/libaom/source/libaom=*
|
||||
per-file third_party/libavif/src=*
|
||||
per-file third_party/crabbyavif/src=*
|
||||
per-file third_party/libavifinfo/src=*
|
||||
per-file third_party/libc++/src=*
|
||||
per-file third_party/libc++abi/src=*
|
||||
per-file third_party/libdrm/src=*
|
||||
|
16
third_party/libavifinfo/BUILD.gn
vendored
16
third_party/libavifinfo/BUILD.gn
vendored
@ -1,16 +0,0 @@
|
||||
# Copyright 2023 The Chromium Authors
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//media/media_options.gni")
|
||||
|
||||
source_set("libavifinfo") {
|
||||
sources = [
|
||||
"src/avifinfo.c",
|
||||
"src/avifinfo.h",
|
||||
]
|
||||
|
||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||
include_dirs = [ "src/" ]
|
||||
}
|
6
third_party/libavifinfo/DIR_METADATA
vendored
6
third_party/libavifinfo/DIR_METADATA
vendored
@ -1,6 +0,0 @@
|
||||
monorail: {
|
||||
component: "Internals>Images>Codecs"
|
||||
}
|
||||
buganizer_public: {
|
||||
component_id: 1456316
|
||||
}
|
26
third_party/libavifinfo/LICENSE
vendored
26
third_party/libavifinfo/LICENSE
vendored
@ -1,26 +0,0 @@
|
||||
Copyright (c) 2021, Alliance for Open Media. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
2
third_party/libavifinfo/OWNERS
vendored
2
third_party/libavifinfo/OWNERS
vendored
@ -1,2 +0,0 @@
|
||||
file://media/OWNERS
|
||||
wtc@google.com
|
13
third_party/libavifinfo/README.chromium
vendored
13
third_party/libavifinfo/README.chromium
vendored
@ -1,13 +0,0 @@
|
||||
Name: libavif - Library for extracting metadata from .avif files
|
||||
Short Name: libavifinfo
|
||||
URL: https://aomedia.googlesource.com/libavifinfo/
|
||||
Version: N/A
|
||||
Revision: DEPS
|
||||
License: 2-Clause BSD
|
||||
License File: LICENSE
|
||||
Security Critical: yes
|
||||
Shipped: yes
|
||||
|
||||
Description:
|
||||
A library to extract metadata from .avif files, used for gain map support in
|
||||
Chromium.
|
1
third_party/libavifinfo/src
vendored
1
third_party/libavifinfo/src
vendored
Submodule third_party/libavifinfo/src deleted from 8d8b58a3f5
Reference in New Issue
Block a user