Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 17:48
· 26 commits to main since this release

Added

  • GPU zero-copy frame path: when the H.264/H.265 decoder runs on the GPU (DXVA),
    frames are copied with a single CopySubresourceRegion — no CPU copy, no allocation.
  • RTSP auto-reconnection: 60 attempts at 1-second intervals after a stream drop.
  • WiX installer (RT-VirtualCam-Setup.msi) with version derived from git tags.
  • Settings form with localization support (IT/EN).
  • Auto-start option that opens the stream on application launch without blocking the UI.
  • About page.
  • Performance test project for MediaStream::CopyRtspFrame.
  • CI workflow (GitHub Actions) with MSI artifact upload.

Changed

  • Renamed the Media Foundation bridge project from MFPipeline to RTCamNative.
  • Preview stats bar moved from bottom to top of the window.
  • User data (settings, logs) moved to %LOCALAPPDATA%.
  • RTSP preview latency reduced.

Fixed

  • Bugs A/B/C/D/F/G/H identified in code review (see CLAUDE.md for details).
  • LNK2001 QISearch in RTCamNative Release|x64.
  • PAUSED→RUNNING transition (SetStreamState) returning E_POINTER.
  • Memory leak on Stop/Start cycle.