Roll src/third_party/libaom/source/libaom/ 6009df0c9..f15d8bacc (34 commits)

https://aomedia.googlesource.com/aom.git/+log/6009df0c9db3..f15d8bacc724

$ git log 6009df0c9..f15d8bacc --date=short --no-merges --format='%ad %ae %s'
2023-04-18 gerdazsejke.more Add Neon implementation of high bitdepth MSE functions
2023-05-04 salome.thirot Add Neon implementation of aom_var_2d_u16
2023-05-04 salome.thirot Add Neon implementation of aom_var_2d_u8
2023-05-04 salome.thirot Add Neon implementation of aom_sum_squares_i16
2023-05-09 jonathan.wright Use aom_sse instead of aom_mse to compute SSE
2023-04-18 cherma.rajan Tune txfm_rd_gate_level for motion mode rd
2023-05-08 marpan rtc: Remove blk_skip from Intra in nonrd
2023-05-03 wtc Validate operating point for target-seq-level-idx
2023-05-08 wtc v3.6.1: Update CHANGELOG
2023-05-05 jzern v{64,128}_intrinsics_arm.h: add some missing casts
2023-03-30 rachelbarker Fix MV clamping in av1_int_pro_motion_estimation
2023-05-05 wtc v3.6.1: Update AUTHORS, CHANGELOG, CMakeLists.txt
2023-05-04 wtc Move the definition of NOMINMAX to source files
2023-05-03 wtc Update the comment on Clang and MSVC's STL
2023-05-04 jzern fix redefinition of WIN32_LEAN_AND_MEAN
2023-04-28 amy cmake: fix documentation of Clang flags for MSVC
2023-05-02 deepa.kg Remove blank line in av1_encode_tiles_row_mt()
2023-04-19 amy aom_thread: Fix leaking min/max macros
2023-05-04 bohanli Improve CONFIG_CWG_C013
2023-04-28 deepa.kg Move lpf thread data init to lpf_pipeline_mt_init()
2023-05-01 bohanli Guard support of 7.x and 8.x levels under a config flag.
2023-04-18 amy cmake: Fix build with Clang/CL
2023-03-07 amy noise_model.c: add a few missing malloc casts
2023-04-17 amy exports: Fix module definition file for MinGW/MSYS
2023-02-09 tongyuan200097 Choose sb_size by ppi instead of svc
2022-12-14 marpan rtc: Remove const from parameter in function
2022-12-13 marpan rtc: Fix is_key_frame setting in variance partition
2023-02-27 jzern nonrd_opt: align scan tables
2023-02-15 rachelbarker Fix MV clamping in av1_mv_pred
2023-02-16 jzern set_ld_layer_depth: cap max_layer_depth to MAX_ARF_LAYERS
2023-02-16 rachelbarker Fix fullpel search limits
2023-02-10 wtc Replace left shift of xq_active by multiplication
2023-02-09 jzern highbd_inv_txfm_neon: fix undefined behavior
2023-02-01 jzern av1_round_shift_rect_array_32_neon: fix undefined behavior

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

Change-Id: Ia83b555778aaf4a914866221d9829f5162b9064c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4523166
Commit-Queue: James Zern <jzern@google.com>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Reviewed-by: James Zern <jzern@google.com>
Auto-Submit: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/main@{#1142738}
9 files changed
tree: 8cf751e736f165e7f0be813a1f056e438ff8af56
  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.