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}
10 files changed
tree: f94e2b4bbf553e2007ae0618b839a6e2c5e78359
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. courgette/
  16. crypto/
  17. dbus/
  18. device/
  19. docs/
  20. extensions/
  21. fuchsia_web/
  22. gin/
  23. google_apis/
  24. google_update/
  25. gpu/
  26. headless/
  27. infra/
  28. ios/
  29. ipc/
  30. media/
  31. mojo/
  32. native_client_sdk/
  33. net/
  34. pdf/
  35. ppapi/
  36. printing/
  37. remoting/
  38. rlz/
  39. sandbox/
  40. services/
  41. skia/
  42. sql/
  43. storage/
  44. styleguide/
  45. testing/
  46. third_party/
  47. tools/
  48. ui/
  49. url/
  50. weblayer/
  51. .clang-format
  52. .clang-tidy
  53. .eslintrc.js
  54. .git-blame-ignore-revs
  55. .gitattributes
  56. .gitignore
  57. .gn
  58. .mailmap
  59. .rustfmt.toml
  60. .vpython3
  61. .yapfignore
  62. AUTHORS
  63. BUILD.gn
  64. CODE_OF_CONDUCT.md
  65. codereview.settings
  66. DEPS
  67. DIR_METADATA
  68. ENG_REVIEW_OWNERS
  69. LICENSE
  70. LICENSE.chromium_os
  71. OWNERS
  72. PRESUBMIT.py
  73. PRESUBMIT_test.py
  74. PRESUBMIT_test_mocks.py
  75. README.md
  76. WATCHLISTS
README.md

Logo Chromium

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.