Skip to content
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
wants to merge 23 commits into
base: webrtc/m125
Choose a base branch
from
Draft

patch/m125 - do not merge #43

wants to merge 23 commits into from

Conversation

kanat
Copy link
Collaborator

@kanat kanat commented Nov 21, 2024

No description provided.

kanat and others added 23 commits November 20, 2024 12:39
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)
(cherry picked from commit 829f351)
(cherry picked from commit 01ed14c)
* 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)
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
* (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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants