| commit | d07fa092c9a0a479e1cbb80f64a0e3e0e1dec03c | [log] [tgz] |
|---|---|---|
| author | Bruce Dawson <brucedawson@chromium.org> | Tue Nov 01 18:32:19 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 18:32:19 2022 |
| tree | f94e2b4bbf553e2007ae0618b839a6e2c5e78359 | |
| parent | 7e0505cc2c499c0a69dbe43bee322fd0a415cc3c [diff] |
Roll src/third_party/openh264/src/ fac04ceb3..db956674b (25 commits) Because webrtc includes headers from openh264 and because openh264 has changed the path to its headers (svc -> wels), in order to land this roll we first needed to update webrtc so that it can conditionally include from either path. The conditional include mechanism can be removed after the dust has settled. The precursor CLs are: crrev.com/c/3986032 https://webrtc-review.googlesource.com/c/src/+/280800 The openh264 changes being pulled in by this roll are: https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/fac04ceb3e96..db956674bbdf $ git log fac04ceb3..db956674b --date=short --no-merges --format='%ad %ae %s' 2022-10-21 brucedawson Save xmm7 in DyadicBilinearQuarterDownsampler_sse 2022-09-22 GuangweiWang update so version (#3576) 2022-09-20 martin meson: Don't use gas-preprocessor and armasm when building for arm64 with clang-cl (#3571) 2022-08-18 samuel.thibault WelsThread: port to GNU/Hurd 2022-08-18 samuel.thibault Add platform-gnu.mk 2022-06-17 xiaotianshimail fix oss-fuzz issue-45607. checking if reference pic count < maximum reference count allowed. 2022-06-07 jrmuizel Add fuzzing to CI 2022-06-07 jrmuizel Add ASAN build configuration 2022-06-07 jrmuizel Disable -Werror on mingw/gcc12 until #3533 is fixed. 2022-06-10 GuangweiWang update release note (#3539) 2022-06-02 guangwwa update openh264 version to v2.3.0 2022-06-05 jrmuizel Run the unit tests on AArch64 using qemu-user (#3531) 2022-05-31 martin ci: Add more build configurations 2022-05-31 martin ci: Add -Werror or equivalent everywhere where building 2022-05-31 martin build: Remove specific CC/CXX/AR defaults in platform-mingw_nt.mk 2022-05-31 martin run_PrepareAllTestData.sh: Don't hide the compilation output 2022-05-31 martin run_Test.sh: Don't rebuild the tools for every tested bitstream 2022-05-31 martin build: Add -Wno-class-memaccess on linux if building with g++ >= 8 2022-05-31 martin test: Fix indentation in macros in DecUT_IntraPrediction.cpp 2022-05-31 GuangweiWang remove -Werror in Makefile (#3527) 2022-05-30 GuangweiWang remove warnings (#3524) 2022-05-30 GuangweiWang avoid signed integer overflow (#3523) 2022-05-27 martin Move the headers to a 'wels/' subdirectory in the source tree (#3502) 2022-05-27 jrmuizel Add a Windows build to Github Actions. (#3521) 2022-05-25 GuangweiWang use libc++ as the default C++ standard library in Mac and iOS platform (#3520) Created with: roll-dep src/third_party/openh264/src and some manual updates to fix the paths. Bug: 1354190 Change-Id: If26d7f5f4edc7d8854eda3bb8e6ad0576c9ce84a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3978910 Reviewed-by: Sergey Silkin <ssilkin@chromium.org> Reviewed-by: Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1066037}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.