feliwir / SharpAudio

Audio playback/capturing engine for C#
MIT License
174 stars 19 forks source link

Bump Vortice.MediaFoundation from 1.9.143 to 2.1.2 in /src #52

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Vortice.MediaFoundation from 1.9.143 to 2.1.2.

Changelog

Sourced from Vortice.MediaFoundation's changelog.

Release: 2.1.2 (March 2022)

  • [BREAKING CHANGE] Direct3D11: Remove VertexBufferView structure.
  • [BREAKING CHANGE] Switch to use Point, PointI, Size, SizeI, Rect and RectI from Vortice.Mathematics
  • [ENH] Direct3D11: Peformance improvements in mappings.
  • [ENH] Direct3D11: Improvements in Video mapping.
  • [ENH] XAudio2: Use Windows SDK headers instead of XAudio2 redist and move to function pointers.

Release: 2.1.0 (December 2021)

  • [FIX] DXGI: IDXGISwapChain::GetContainingOutput with Result.
  • [ENH] ID3D12On12: Improve binding logic.
  • [ENH] General: Move D3D12_RESOURCE_STATES to Vortice.DirectX as used from ID3D12On12.
  • [ENH] DXC: Update to December 2021 with HLSL 2021 Preview.
  • [ENH] Direct3D12: Update to Agility SDK 1.700.10.
  • [ENH] DirectX: Add Luid support.
  • [ENH] Build: Add .NET 6.0 SDK support
  • [ENH] Build: Update to 10.0.22000.0 SDK
  • [ENH] General: Add .NET 5.0 TFM
  • [ENH] MediaFoundation: Map IMFAsyncResult, IMFAsyncCallback and IMFAttributes + add missing VideoFormatGuids
  • [ENH] MediaFoundation: Improvements in IMMDevice and handle property store in automatic way
  • [ADD] General: Add PropertyStore support in Vortice.DirectX under Win32
  • [CHG] DXGI: Remove legacy DXGIGetDebugInterface function, prefer DXGIGetDebugInterface1
  • [FIX] Direct3D12: D3D12CreateDevice with return call
  • [FIX] Direct3D12: GetCopyableFootprints signature and accepting correct null values
  • [ENH] Direct3D11: Improvements and helper methods for creating buffers and textures

Commits


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)
dependabot[bot] commented 2 years ago

Superseded by #58.