Releases: poJLikno/VideoRec
Releases · poJLikno/VideoRec
VideoRec 4.2 GDI-video
A tiny v4.2 update!
- Fix color transform RGB to YUV420p.
VideoRec 4.1 GDI-video
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
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
3.8 Update!
- Improve preview window show/hide function (can be changed when recording in process);
- Big bug fixes.
VideoRec 3.7 GDI-video
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
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
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
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
- Add cursor capture feature;
- Fix wrong DPI for desktop.
VideoRec 3.31 GDI-video
- 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.