30e60d6fd98388207e6036594597c83a4d44735f

This required a fairly extensive overhaul: * Removed locks from the implementation. The filter/pin architecture does use multiple threads, but the state is controlled on one and synchronization is done via flags that don't require locking. Note though that the baseclasses used a lot of locking, it's unclear why, but perhaps there are things I'm not aware of. The locking was not done consistently though, which doesn't seem to have been a problem. * Change the code to not mix AddRef/Release and use of explicit 'delete'. * Removed implementations of interfaces we don't need/use. * Similarly some methods now return E_NOTIMPL. * Added some utilities to make use of COM interfaces and concepts, easier. BUG=webrtc:10374 TBR=mbonadei@webrtc.org Change-Id: Iaedb1157d37ef5d5c75f727dba3d7de75ce22cd8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125086 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Christian Fremerey <chfremer@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27072}
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.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%