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

chore(deps): bump ScreenRecorderLib from 5.2.0 to 5.3.0 in /ZoomCloser #80

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps ScreenRecorderLib from 5.2.0 to 5.3.0.

Release notes

Sourced from ScreenRecorderLib's releases.

v5.3.0

Commits

  • 1ea5dc5: Updated to 5.2.0 (Sverre Skodje)
  • e2cbe15: Changed mutex lock to use lock_guard in order to prevent potential deadlocks (Sverre Skodje)
  • ea3691b: Added error logging to GetMouse() (Sverre Skodje)
  • 350df42: Added timeout to some infinite waits. (Sverre Skodje)
  • 7d5ee86: Added error handling to audio capture task wait() (Sverre Skodje)
  • b9879d8: Fix for broken exception logging (Sverre Skodje)
  • 2fa35fe: Added exception handling in loopback capture task (Sverre Skodje)
  • ebe4837: Closed event handles when task completes, to prevent memory leaks (Sverre Skodje)
  • 7916a75: Added methods to start and stop audio capture (Sverre Skodje)
  • 0a2b1ad: Fix for #230. Wrong color space and nominal range. (Sverre Skodje)
  • f27e66b: Added missing HRESULT check (Sverre Skodje)
  • c0afe3f: Added support for pausing a recording from the start (Sverre Skodje)
  • cc00caf: Set correct RefCount on IMFSinkWriterCallback creation (Sverre Skodje)
  • 1ed495a: First frame is now never dropped, and changed stale frame limit to 1000ms. (Sverre Skodje)
  • 9de751d: Major changes to audio capture to make it more robust in the ability to handle reconnect on audio device connection and disconnection and changing default devices. (Sverre Skodje)
  • 305eac6: Made TextureManager a class member instead of recreating for each cursor draw. (Sverre Skodje)
  • a9f7c34: Fixed race condition by adding critical section (Sverre Skodje)
  • 4f295c5: Rewrite of capture loop logic that reduces the amount of texture copies, and reduces GPU usage significantly. Fixes #236. (Sverre Skodje)
  • d8858db: Fix for std::byte ambiguous symbol error (Sverre Skodje)
  • e7fc2eb: Cached textures used for transforms, to increase performance on resize, crop etc. (Sverre Skodje)
  • be0fda9: Removed unnecessary texture copy. (Sverre Skodje)
  • 3751053: Improved error handling to let individual recording sources restart, instead of restarting entire capture. (Sverre Skodje)
  • 214dfc1: Added missing return statement (Sverre Skodje)
  • a5e557c: Fix for unnecessary wait for sync until timeout when exiting capture thread. (Sverre Skodje)
  • 3b01c3b: Fixed slideshow test to calculate correctly number of images saved. (Sverre Skodje)
  • 859a3db: Reduced UI update interval (Sverre Skodje)
  • removed unused variables (Sverre Skodje)
  • 6d4030f: Added missing STDMETHODCALLTYPE from definition (Sverre Skodje)
  • 6843e71: Suppressed incorrect warnings due to VS bug. (Sverre Skodje)
  • 9b57573: Fix for #249: Broken check for if resampling is required on mono equipment. (Sverre Skodje)
  • d9c3a50: Fixes #251 : Camera recording not working (Sverre Skodje)
  • 5e64c8d: Updated to 5.3.0 (Sverre Skodje)
Commits
  • 5e64c8d Updated to 5.3.0
  • d9c3a50 Fixes #251 : Camera recording not working
  • 9b57573 Fix for #249: Broken check for if resampling is required on mono equipment.
  • 6843e71 Suppressed incorrect warnings due to VS bug.
  • 6d4030f Added missing STDMETHODCALLTYPE from definition
  • 00183bf Refactoring: removed unused variables
  • 859a3db Reduced UI update interval
  • 3b01c3b Fixed slideshow test to calculate correctly number of images saved.
  • a5e557c Fix for unnecessary wait for sync until timeout when exiting capture thread.
  • 214dfc1 Added missing return statement
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ScreenRecorderLib](https://github.com/sskodje/ScreenRecorderLib) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/sskodje/ScreenRecorderLib/releases)
- [Commits](sskodje/ScreenRecorderLib@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: ScreenRecorderLib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
@github-actions github-actions bot merged commit 712ea5c into main Jun 26, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/ZoomCloser/ScreenRecorderLib-5.3.0 branch June 26, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants