| commit | d66b2f9f60329e08046c0c9e021f0bc967e9a3bd | [log] [tgz] |
|---|---|---|
| author | Philipp Hancke <phancke@meta.com> | Thu Apr 10 20:13:27 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 16:49:55 2025 |
| tree | 0b70a47cf280e58129844b9a86bc159ad109610b | |
| parent | c75b14092e4073d5bce4725afdc68424e861291b [diff] |
IWYU modules/video_coding/codecs/h264 using find modules/video_coding/codecs/h264 -name "*.h" -o -name "*.cc" | | xargs tools_webrtc/iwyu/apply-include-cleaner followed by tools_webrtc/gn_check_autofix.py -C out/Default/ and git cl format Manual changes to move the includes inside the RTC_USE_H264 define and wrap libavcodec/libavformat inside extern "C". Some RTC_USE_H264 includes no longer need to be guarded as the files which are included are fully guarded by that define. BUG=webrtc:42226242 Change-Id: I3f49028be95e984526d96372acffa3ef21127333 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385820 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44526}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.