-
Notifications
You must be signed in to change notification settings - Fork 100
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
VPAU improvements #505
Draft
hiroshihorie
wants to merge
6
commits into
main
Choose a base branch
from
hiroshi/vpau-patch-01
base: main
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
VPAU improvements #505
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7eef42 - Browse repository at this point
Copy the full SHA b7eef42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0b833 - Browse repository at this point
Copy the full SHA 2c0b833View commit details
Commits on Nov 6, 2024
-
Squashed commit of the following:
commit 2e05b21 Author: hiroshihorie <[email protected]> Date: Mon Oct 28 22:21:56 2024 +0900 v2.0.17 commit 86a8634 Author: hiroshihorie <[email protected]> Date: Tue Oct 29 15:02:17 2024 +0900 Move parts of visualization code into components commit 027fea7 Author: hiroshihorie <[email protected]> Date: Tue Oct 29 02:25:54 2024 +0900 rtc 125.6422.11 commit 26d7725 Author: Hiroshi Horie <[email protected]> Date: Mon Oct 28 00:43:37 2024 +0900 Audio visualization helpers (#474) commit 4a73d39 Author: hiroshihorie <[email protected]> Date: Sun Oct 27 22:59:11 2024 +0900 swiftformat commit 04bf827 Author: Bogdan Vatamanu <[email protected]> Date: Sun Oct 27 15:57:21 2024 +0200 Remove leaked renderers appeared on camera switch (#507) Hello @hiroshihorie! I found that inside **VideoView** on the camera switch the previous **primaryRenderer** gets leaked because it's not removed from the view's hierarchy when the transition ends. See: ![image](https://github.com/user-attachments/assets/b57769be-57c6-4a66-b7b6-d55aeb6bbedd) Co-authored-by: Hiroshi Horie <[email protected]> commit 89a0fa2 Author: Bogdan Vatamanu <[email protected]> Date: Sun Oct 27 13:14:05 2024 +0200 Fix boundaries setting for "SampleBufferVideoRenderer" re-layouting (#506) Hello @hiroshihorie! I'm experiencing issues with the camera's front-to-back switch feature, which occasionally causes the video frame to be incorrectly oriented in landscape mode when it should be in portrait mode. To resolve this issue, I've found that it's essential to update the frame of the **AVSampleBufferDisplayLayer** after applying the transformation matrix. This is because the transformation matrix also rotates the frame, which can result in incorrect orientation if the frame is not updated accordingly. commit 5869cea Author: Hiroshi Horie <[email protected]> Date: Thu Oct 24 18:38:51 2024 +0900 Agent state property (#495) commit 62a70ea Author: hiroshihorie <[email protected]> Date: Sun Oct 20 00:22:27 2024 +0900 Temporarily remove strict concurrency warnings commit 1c9a681 Author: Hiroshi Horie <[email protected]> Date: Sun Oct 20 00:06:47 2024 +0900 WebRTC 125.6422.10 (#502)
Configuration menu - View commit details
-
Copy full SHA for 6c474f9 - Browse repository at this point
Copy the full SHA 6c474f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f62d2 - Browse repository at this point
Copy the full SHA 33f62d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9529857 - Browse repository at this point
Copy the full SHA 9529857View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66db857 - Browse repository at this point
Copy the full SHA 66db857View commit details
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.