-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
patch/m125 - do not merge #43
Draft
kanat
wants to merge
23
commits into
webrtc/m125
Choose a base branch
from
patch/m125
base: webrtc/m125
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original credit: https://github.com/shiguredo-webrtc-build/webrtc-build/blob/master/patches/ios_simulcast.patch Co-authored-by: David Zhao <david@davidzhao.com> (cherry picked from commit dd9ed63)
(cherry picked from commit 8d61361)
Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> (cherry picked from commit b212d2e)
* Fix simulcast using hardware encoder on Android * Revert disabling apply_alignment_to_all_simulcast_layers * Update HardwareVideoEncoder.java --------- Co-authored-by: Angelika Serwa <angelika.serwa@swmansion.com> (cherry picked from commit 05ebe45)
* fix: add WrappedVideoDecoderFactory.java. * fix compile for android. --------- Co-authored-by: cloudwebrtc <duanweiwei1982@gmail.com> (cherry picked from commit b72f4d5)
* Add a way to intercept the audio samples before processing * fix BUILD.gn (cherry picked from commit b33e7bd)
(cherry picked from commit 307786e)
(cherry picked from commit e2c132e)
Start/Stop receiving stream method for VideoTrack (#25) Properly remove observer upon deconstruction (#26) feat: Expose setCodecPreferences/getCapabilities for android. (#61) fix: add WrappedVideoDecoderFactory.java. (#74) Exposing Adapter types in PeerConnectionFactory (#78) Co-authored-by: davidliu <davidliu@deviange.net> Co-authored-by: Mohamed Risaldar UT <73091075+MohamedRisaldarTA@users.noreply.github.com> (cherry picked from commit e91f003) # Conflicts: # media/base/media_channel.h # media/engine/webrtc_video_engine.cc # media/engine/webrtc_video_engine.h
This reverts commit e863771.
* (Java) Add support for resolution alignment during encoding * rename native to delegate * extract HardwareVideoEncoderWrapperFactory * change class order * add missing import * compile fixes * fix logging * fix unreachable return statement * fix dependencies * move ResolutionAdjustment to video_java
* Audio Device Optimization allow listen-only mode in AudioUnit, adjust when category changes (#2) release mic when category changes (#5) Change defaults to iOS defaults (#7) Sync audio session config (#8) feat: support bypass voice processing for iOS. (#15) Remove MacBookPro audio pan right code (#22) fix: Fix can't open mic alone when built-in AEC is enabled. (#29) feat: add audio device changes detect for windows. (#41) fix Linux compile (#47) AudioUnit: Don't rely on category switch for mic indicator to turn off (#52) Stop recording on mute (turn off mic indicator) (#55) Cherry pick audio selection from m97 release (#35) [Mac] Allow audio device selection (#21) RTCAudioDeviceModule.outputDevice / inputDevice getter and setter (#80) Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Co-authored-by: David Zhao <dz@livekit.io> * fix compilation errors --------- Co-authored-by: CloudWebRTC <duanweiwei1982@gmail.com> Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Co-authored-by: David Zhao <dz@livekit.io>
* audio renderer protocol * basic set up * progress * update header year * impl * stereo * fail gracefully * minor fix * doc * optimize AudioStreamBasicDescription * logging * minor refactoring * weak reference to delegates * fix timestamp computation * change swift delegate signature * use os_unfair_lock instead * avoid deadlock Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com>
* Allow custom audio processing by exposing AudioProcessingModule * compilation fix * fix BUILD.gn * fix BUILD.gn
* [PBE-5300] add android-external-audio-processing * [PBE-5300] add external_processor.cc * [PBE-5300] clean up jni * [PBE-5300] clean java layer * [PBE-5300] rename files & classes * [PBE-5300] add external processor * [PBE-5300] fix java compilation * [PBE-5300] remove NonNull annotation * [PBE-5300] add missing include * [PBE-5300] pass external_processor * [PBE-5300] fix unguarded headers * [PBE-5300] fix JNI_ExternalAudioProcessingFactory params * [PBE-5300] change include order * [PBE-5300] jni experiment 1 * [PBE-5300] jni experiment 2 * [PBE-5300] jni experiment 3 * [PBE-5300] jni experiment 4 * [PBE-5300] jni experiment 5 * [PBE-5300] jni experiment 6 * [PBE-5300] jni experiment 7 * [PBE-5300] jni experiment 8 * [PBE-5300] jni experiment 9 * [PBE-5300] jni experiment 10 * [PBE-5300] jni experiment 11 * [PBE-5300] jni experiment 12 * [PBE-5300] jni experiment 13 * [PBE-5300] jni experiment 14 * [PBE-5300] jni experiment 15 * [PBE-5300] add dynamic processing * fix nativeGetInstance * rename to nativeGetApm * fix compilation * hardcode name * fix jni compilation * fix compilation issue * fix dynamic_processing.cc * rename to dynamic_apm_ptr * convert dynamic to external * fix compilation issues * fix nativeDestroyAudioProcessingModule return type * include external_processor_loader * update BUILD.gn * fix loadExternalProcessor return type * define Create & Destroy * delete loader include * fix Load to Create * migrate to external functions * clean up logs
* add DefaultBlacklistedVideoDecoderFactory * use decoder.implementationName * fix compilation * fix logging * fix logging func call * fix imports + package
* fix simulcast_video_encoder * fix SimulcastVideoEncoder.java * fix simulcast_video_encoder_factory.cc * fix HardwareVideoEncoderWrapper.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.