Skip to content

Releases: leikareipa/vcs

v3.5.0

09 Apr 02:58
Compare
Choose a tag to compare

Changelog

  • Experimental, rudimentary support for digital cameras via gPhoto2
  • Focus peaking filter
  • A few tweaks and fixes to the GUI

v3.4.3

22 Nov 08:57
Compare
Choose a tag to compare

Changelog

  • Fixed program crash on startup if no alias resolutions have ever been defined (e.g. if running VCS for the first time)

v3.4.2

18 Nov 18:40
Compare
Choose a tag to compare

Changelog

  • The output window now displays "no signal" inside the window (previously only in the title bar)
  • The custom output resolution value is now persisted even when disabled
  • UI check mark coloring is now more consistent

v3.4.1

11 Nov 04:12
Compare
Choose a tag to compare

Changelog

  • Fixed program crash when entering a new video mode while no video preset was loaded

v3.4.0

10 Nov 22:24
Compare
Choose a tag to compare

Changelog

  • The capture color domain can now be set via the UI
  • The availability of video preset properties in the UI now depends on whether the captured signal is analog or digital, reflecting the hardware's set of supported properties for that mode
  • Output latency is now shown as an average (over the last 100 or so frames)
  • The Area output scaler now uses the Nearest scaler for integer upscaling, the resulting image should be the same but speed slightly better

v3.3.2

02 Nov 23:06
Compare
Choose a tag to compare

Changelog

  • Fixed program crash when closing a video preset file
  • Fixed the state of the video preset lock widget not being in sync with the rest of the UI
  • Fixed the video preset activity indicator (the green dot) not updating when losing the capture signal
  • Video properties hardware-side will now reset to defaults when the video preset file is closed

v3.3.1

01 Nov 02:15
Compare
Choose a tag to compare

Changelog

  • Added ability to lock the current video present, so no other preset can activate
  • Capture rate is now shown in the output window's title bar if it differs from the refresh rate
  • Output FPS is now shown in decimal
  • Small tweaks to UI styling

v3.3.0

31 Oct 05:20
Compare
Choose a tag to compare

Changelog

  • Added alias resolutions (automatically fix the capture card initializing to the wrong resolution)
  • Added ability to set a lower capture rate (throttles the capture card)
  • The eco mode now has lower CPU usage
  • The refresh rate is hidden from the output window's title bar if it has a value of 0

v3.2.0

29 Oct 03:02
Compare
Choose a tag to compare

Changelog

  • The input gate filter now has refresh rate as a condition
  • Removed filters: non-local means denoise, delta histogram
  • The "Denoise (pixel gate)" filter is now called "Temporal denoise"
  • Added a line-duplicating filter (simple way to mask empty edges of the capture region)
  • Added an MMAP patch for PCem 17

v3.1.1

28 Oct 08:47
Compare
Choose a tag to compare

Changelog

  • Fixed refresh rate being reported slightly off the real value in some cases
  • The control panel now shows the processing latency, the time taken by VCS to process and display frames
  • GCC is now the default compiler in vcs.pro
  • The non-debug build now compiles with -O3 and -march=native, instead of just -O2
  • Added a line-duplicating filter (simple way to mask empty edges of the capture region)
  • A few filters were renamed
  • The MMAP capture backend now offers a more generic shared memory interface, so can be used more easily for apps other than DOSBox (which the interface previously targeted specifically)