-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61caf48
commit a70febf
Showing
330 changed files
with
1,048 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
monorail { | ||
component: "Internals>Media>Codecs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Copyright © 2018, VideoLAN and dav1d authors | ||
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 OWNER 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
third_party { | ||
identifier { | ||
type: "ChromiumVersion" | ||
value: "113.0.5672.134" # from https://chromereleases.googleblog.com/2023/05/stable-channel-update-for-chromeos_19.html | ||
} | ||
identifier { | ||
type: "Git" | ||
value: "https://chromium.googlesource.com/chromium/src.git" | ||
version: "1759c6ae9316996b9f150c0ce9d0ca78a3d15c02" | ||
} | ||
identifier { | ||
type: "UpstreamSubdir" | ||
value: "third_party/dav1d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
file://media/OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Name: dav1d is an AV1 decoder :) | ||
Short Name: dav1d | ||
URL: https://code.videolan.org/videolan/dav1d | ||
Version: master | ||
License: 2-Clause BSD | ||
License File: LICENSE | ||
Security Critical: yes | ||
Source: https://code.videolan.org/videolan/dav1d | ||
|
||
--[ DESCRIPTION ] ------------------ | ||
This contains the source to the dav1d video decoder; used for AV1 decoding in | ||
Chromium. The LICENSE file is copied from libdav1d/COPYING. | ||
|
||
|
||
--[ UPDATING ] ------------------ | ||
To update run "git pull" within the libdav1d directory to sync your local copy | ||
of the checkout to upstream. Then you need to update the configuration files | ||
and source listing. | ||
|
||
First have clang (//third_party/llvm-build/Release+Asserts/bin), clang-cl | ||
(https://chromium.googlesource.com/chromium/src/+/lkgr/docs/win_cross.md), | ||
and meson v0.55 or higher (https://github.com/mesonbuild/meson/releases) in | ||
your path. Then you can run ./generate_configs.py | ||
|
||
Next you should update the dav1d_generated.gni file, to do that run the | ||
./generate_source.py command. | ||
|
||
Hopefully all that works and then you can roll DEPS to the new revision with | ||
all the updated configuration files. If not, you'll need to debug the bots :( | ||
|
||
|
||
-- [ OPEN ISSUES ] ------------------ | ||
1. If Windows build fails on Linux, you may need to run: | ||
`build/vs_toolchain.py update` to regenerate FUSE links. | ||
2. If ARM build fails with an error around clock_gettime you likely need to | ||
install gcc-arm-linux-gnueabihf and gcc-aarch64-linux-gnu packages. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
* Autogenerated by the Meson build system. | ||
* Do not edit, your changes will be lost. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#define ARCH_AARCH64 0 | ||
|
||
#define ARCH_ARM 1 | ||
|
||
#define ARCH_PPC64LE 0 | ||
|
||
#define ARCH_X86 0 | ||
|
||
#define ARCH_X86_32 0 | ||
|
||
#define ARCH_X86_64 0 | ||
|
||
#define CONFIG_16BPC 1 | ||
|
||
#define CONFIG_8BPC 1 | ||
|
||
// #define CONFIG_LOG 1 -- Logging is controlled by Chromium | ||
|
||
#define ENDIANNESS_BIG 0 | ||
|
||
#define HAVE_ASM 1 | ||
|
||
#define HAVE_AS_FUNC 0 | ||
|
||
#define HAVE_C11_GENERIC 1 | ||
|
||
#define HAVE_CLOCK_GETTIME 1 | ||
|
||
#define HAVE_DLSYM 1 | ||
|
||
#define HAVE_GETAUXVAL 1 | ||
|
||
#define HAVE_POSIX_MEMALIGN 1 | ||
|
||
// #define HAVE_PTHREAD_GETAFFINITY_NP 1 -- Controlled by Chomium | ||
|
||
// #define HAVE_PTHREAD_SETAFFINITY_NP 1 -- Controlled by Chomium | ||
|
||
#define HAVE_UNISTD_H 1 | ||
|
||
#define PIC 3 | ||
|
||
#define TRIM_DSP_FUNCTIONS 1 |
Oops, something went wrong.