tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fe8292cf818851914bca3df7ec2dd9b37311a527
parent 002250d8dc426c6a2b2cab22e69ed4692afc4801
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 21:52:48 -0700

Bug 2000941 - Vendor libwebrtc from 33c31fbeef

Upstream commit: https://webrtc.googlesource.com/src/+/33c31fbeef3157f888049edb49d6c9e3ffa851d9
    Add AudioFrameProcessor interface to WebRTC Android SDK

    This change introduces a new `AudioFrameProcessor` interface in the
    WebRTC Android SDK, allowing custom audio frame processing before
    encoding.

    The `PeerConnectionFactory.Builder` is updated to accept an instance
    of this interface. The native JNI layer is modified to pass the native
    pointer of the `AudioFrameProcessor` to the underlying C++
    `PeerConnectionFactoryDependencies`.

    Original Author: akashdesai@google.com

    Bug: None
    Change-Id: Ief489f064915a48c0737d90f0403a3308c5e6ab1
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/410060
    Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
    Reviewed-by: ZoƩ Lepaul <xalep@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45678}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T04:50:11.748946+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T04:52:34.746270+00:00. # base of lastest vendoring -251e7d8d82 +33c31fbeef