Skip to content

Releases: poJLikno/VideoRec

VideoRec 4.2 GDI-video

25 Jan 17:51

Choose a tag to compare

A tiny v4.2 update!

  • Fix color transform RGB to YUV420p.

VideoRec 4.1 GDI-video

05 Jul 18:36
0e63994

Choose a tag to compare

v4.1 Update!

  • Replace DIY smart ptr (SmtObj) by std::unique_ptr;
  • Update WindowLib;
  • Improve preview window behavior;
  • Add ability to inherit Window class (for main window special WndProc);
  • Review UI controls position.

VideoRec 4.0 GDI-video

25 Jun 11:22

Choose a tag to compare

Big Sound Update 4.0!:

  • Add loopback audio recording support;
  • Improve image quality;
  • Replace gpu shaders inside main code;
  • Fix video & audio synchronization problem;
  • Encapsulate cursor capture function inside CursorDblBuff class;
  • Replace StableTimer with LoopThread for screen & cursor capture;
  • Uses std::atomic for threads synchronization and spin-lock realization;
  • Improve preview window behavior; Small fixes.

VideoRec 3.8 GDI-video

25 May 14:36

Choose a tag to compare

3.8 Update!

  • Improve preview window show/hide function (can be changed when recording in process);
  • Big bug fixes.

VideoRec 3.7 GDI-video

21 May 18:14

Choose a tag to compare

VideoRec 3.7

  • Fix non-english user name error (impossible create video file);
  • Fix preview window freezing when mouse on it;
  • Change app name in task manager (add version in app's resources, set file description field).

VideoRec 3.6 GDI-video

18 May 07:31

Choose a tag to compare

Compatibility update 3.6!

  • Mutexes are replaced with bool flags;
  • Esc button do nothing;
  • Fix CL-Test func;
  • Add explicit opencl 3.0 version definition;
  • Add CL-Test.exe for detection OpenCL platforms and devices.

VideoRec 3.5 GDI-video

15 Apr 16:11

Choose a tag to compare

New 3.5 version!

  • Added a feature to show default resolution when selecting a new source window or if there is any empty resolution field;
  • Added a feature to do fast-forward in the output video file;
  • The DPI settings are now stored in the external app manifest only;
  • Capture cursor by default;
  • Small fixes.

VideoRec 3.4 GDI-video

13 Feb 08:59

Choose a tag to compare

Big 3.4 update! Develop cascade double buffering:

  • Use double buffering for:
    • Frame capture;
    • Frame transformation;
    • Cursor capture;
    • Preview window update.

These solutions do capture more efficient than previous app versions.

VideoRec 3.3 GDI-video

10 Feb 09:12
2ce1b3e

Choose a tag to compare

  • Add cursor capture feature;
  • Fix wrong DPI for desktop.

VideoRec 3.31 GDI-video

10 Feb 11:48

Choose a tag to compare

  • Improve cursor capture behavior;
  • Increase preview window update frequency (do not change idle fps for screenshots);
  • Return black frame for preview window (forgot in previous release);
  • Suppress code warning for DPI calc.