Skip to content

Releases: leikareipa/vcs

v1.3.3

26 Mar 17:18
Compare
Choose a tag to compare

Changelog:

  • Added option to set which pre-defined aspect ratio to scale the output to
  • Redesigned functionality of the alias resolution dialog
  • Magnifying glass no longer moves outside of the output window's frame
  • Mouse cursor hidden in fullscreen mode
  • Changes to the INI file's layout - some of the settings in the GUI will reset to their default values when you run v1.3.3 for the first time

v1.3.2

22 Mar 15:37
Compare
Choose a tag to compare

Changelog:

  • Add option to all scalers to pad to input aspect ratio. Padding is thus now uncoupled from the display renderer.
  • Remove GUI option to specify separate resolution to pad to
  • Remove GUI option to manually define output aspect ratio

v1.3.1_1

21 Mar 21:56
Compare
Choose a tag to compare

v1.3.1_1:

  • Fix incorrect output resolution limits in some GUI input fields

v1.3.1:

  • Video recording
  • Fullscreen mode
  • Tweak filter sets dialog's layout
  • The test pattern shown in VCS's output window when compiled without RGBEasy is now animated
  • Increased size of global memory cache from 768 MB to 1024 MB - VCS should still be able to run on 2 GB of RAM, though

v1.2.7

16 Mar 07:43
Compare
Choose a tag to compare

Changelog:

  • OpenGL support is now provided in the main executable, and selectable via the GUI (defaults to software rendering)
  • New convenient keyboard shortcuts (Ctrl+A, Ctrl+V, Ctrl+F - try them out and see what happens, or check out the documentation)
  • Reorganization of GUI controls in the control panel
  • Considerably expanded documentation on usage
  • Documentation is now provided in the GitHub repo instead of the distributable's readme file
  • Reorganization of the source code's directory structure

Notes:

  • OpenGL support is experimental. I can only test it in a virtual machine, so this is effectively an untested feature.

v1.2.6

04 Dec 13:00
d4edd3e
Compare
Choose a tag to compare

Changelog:

  • Added a rotation filter.
  • Added a flipping filter.
  • The cropping filter now has the option to not scale up the cropped area.

v1.2.5

01 Dec 11:02
e9ab1f0
Compare
Choose a tag to compare

Changelog:

  • Add padding output frames to a given resolution.
  • Add the crop filter.

v1.2.4

30 Nov 06:02
3f95574
Compare
Choose a tag to compare

Changelog:

  • Overdue improvements to certain GUI dialogs; including an overhaul of the filter sets dialog. The process is ongoing.
  • Fixed a bug in the loading of filter data from disk.
  • Fixed a bug in memory reuse, the effects of whom were probably not felt in use.

v1.2.1

09 Nov 18:26
6e038af
Compare
Choose a tag to compare

Changelog:

  • Experimental OpenGL support (define USE_OPENGL to enable) for frame display. I run VCS in a virtual machine with limited GPU, so can't properly test this; but some people may benefit. Will remain disabled in my release builds, for now.
  • Turned optional asserts off by default, for a potential performance boost on slower systems.
  • The non-RGBEASY debug build (undefine USE_RGBEASY_API to enable) now displays on the capture window a test image rather than a blank screen.