webrtc/common_video
Danil Chapovalov 47601ff208 Replace ArrayView with std::span in common_video/
ArrayView is an alias to std::span. This change switch to use
std::span directly instead of through the alias.

Search&Replace MakeArrayView and ArrayView with std::span
Search&Replace include "api/array_view.h" with include <span>
Remove <span> include where std::span is not mentioned in the file
Remove build dependencies on array_view target

Bug: webrtc:439801349
Change-Id: Iabcb3e93425e1c0189e866ac3b249078fed833a9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/460440
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Evan Shrubsole <eshr@webrtc.org>
Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#47274}
2026-03-27 02:01:42 -07:00
..
generic_frame_descriptor build: clean up common_video and video targets 2026-01-19 06:06:05 -08:00
h264 Replace ArrayView with std::span in common_video/ 2026-03-27 02:01:42 -07:00
h265 Replace ArrayView with std::span in common_video/ 2026-03-27 02:01:42 -07:00
include Pass Clock to BitrateAdjuster at construction 2026-02-08 13:57:38 -08:00
libyuv Apply clang-tidy readability-redundant-smartptr-get 2025-07-31 01:37:54 -07:00
test build: clean up common_video and video targets 2026-01-19 06:06:05 -08:00
bitrate_adjuster_unittest.cc Pass Clock to BitrateAdjuster at construction 2026-02-08 13:57:38 -08:00
bitrate_adjuster.cc Pass Clock to BitrateAdjuster at construction 2026-02-08 13:57:38 -08:00
BUILD.gn Replace ArrayView with std::span in common_video/ 2026-03-27 02:01:42 -07:00
DEPS
frame_counts.h Make header files self contained. 2022-10-08 08:38:36 +00:00
frame_rate_estimator_unittest.cc clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace 2025-06-16 14:29:31 -07:00
frame_rate_estimator.cc IWYU common_video/ 2025-05-12 08:31:38 -07:00
frame_rate_estimator.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
framerate_controller_unittest.cc Remove use of TimeMillis in framerate_controller_unittest 2026-02-03 05:49:33 -08:00
framerate_controller.cc IWYU common_video/ 2025-05-12 08:31:38 -07:00
framerate_controller.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
OWNERS Clean up some video-related OWNERS files. 2026-03-10 02:16:08 -07:00
video_frame_buffer_pool_unittest.cc Modernize deprecated headers in the root dir 2025-07-22 11:17:04 -07:00
video_frame_buffer_pool.cc IWYU common_video/ 2025-05-12 08:31:38 -07:00
video_frame_buffer.cc IWYU common_video/ 2025-05-12 08:31:38 -07:00
video_frame_unittest.cc Add is_repeat_frame flag to VideoFrame 2025-09-09 09:53:08 -07:00