Roll src/third_party/libaom/source/libaom/ 5a0903824..b6cfc3cf4 (65 commits)

https://aomedia.googlesource.com/aom.git/+log/5a0903824082..b6cfc3cf4551

$ git log 5a0903824..b6cfc3cf4 --date=short --no-merges --format='%ad %ae %s'
2023-05-04 jzern fix redefinition of WIN32_LEAN_AND_MEAN
2023-05-04 bohanli Improve CONFIG_CWG_C013
2023-05-02 george.steed Use widening instructions in Neon z1 predictors
2023-05-02 george.steed Prefer scalar arithmetic and use BSL in Neon z1 predictors
2023-04-26 jonathan.wright Refactor Neon compound convolution functions 2/7
2023-04-25 jonathan.wright Refactor Neon compound convolution functions 1/7
2023-04-25 jonathan.wright Fold 'round_offset' constant in Neon horizontal convolutions
2023-04-27 jonathan.wright Refactor rounding shims in averaging Neon convolution functions
2023-04-13 remya.prakasan Fix and re-enable the sf prune_nearest_near_mv_using_refmv_weight
2023-04-28 salome.thirot Specialize Neon masked sub-pixel variance by filter value
(...)
2023-04-19 marpan rtc-svc: error_resilience test for (2TL, 1SL)
2023-04-19 konma [NEON] highbd implementation of av1_highbd_convolve_x_sr_neon 2/2
2023-04-18 konma [NEON] highbd implementation of av1_highbd_convolve_x_sr_neon 1/2
2023-03-28 gerdazsejke.more Use distinct helper for 8-tap Neon dist_wtd_convolve_y
2023-04-19 jianj Correct the license in highbd_convolve_neon.h
2023-04-18 marpan rtc: Allow cnt_zeromv to be used when aq-mode=0
2023-03-26 gerdazsejke.more Add missing pre-processor directive comments
2023-03-23 gerdazsejke.more Propagate constants in av1_dist_wtd_convolve_2d_copy_neon
2023-03-27 gerdazsejke.more Refactor av1_dist_wtd_convolve_2d_copy_neon
2023-04-17 amy exports: Fix module definition file for MinGW/MSYS

Created with:
  roll-dep src/third_party/libaom/source/libaom
R=jzern@google.com

Bug: aomedia:3435
Change-Id: I9bdf98644abc78f0a4c44a74c8f7a53bcacdc4df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4509542
Commit-Queue: Marco Paniconi <marpan@google.com>
Reviewed-by: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/main@{#1140291}
46 files changed
tree: b76e2499d52cd11c5e80b362593689bb51059fdb
  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. ATL_OWNERS
  63. AUTHORS
  64. BUILD.gn
  65. CODE_OF_CONDUCT.md
  66. codereview.settings
  67. DEPS
  68. DIR_METADATA
  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.