Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
..
config 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
crossfiles 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
version 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
dav1d_generated.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
generate_configs.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад
generate_source.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 год назад

README.chromium

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 ] ------------------
None at this time.