Steven Hoving
Steven Hoving
Just adding this for the sake of tracking it. Using the avx simd instruction set will allow us to parse a full uint64. Things to keep in mind: - how...
Currently the way the CMake infra is setup it does not 'support' Visual Studio. Now I have changes to make that work. All that is needed is to clean things...
Spin off issue of #5. - [ ] write audio capture system. - [ ] write audio codec wrapper. - [ ] integrate into codec system. - [ ] ui...
List of tasks before we can release a new alpha: - [ ] fix record window (currently causes crashes or records invalid data or invalid part of the display). -...
The Desktop Duplication api has been added to Windows 8. This will possibly solve any performance issues on windows 8 and higher.
configuring custom region size is ignored the first time. the second time it is applied.
Currently it is possible to select incompatible video settings (camcodec and mp4). (edit) MKV also does not seem to work.
During testing for 3.0 alpha 1 image quality was not up to par. For 3.0 we fall back to ffmeg conversion code.
For CamStudio v3 the command line utility was removed. This was because reworking the existing utility would postpone the release even further. It is the intention to bring this functionality...
One of the bolder moves of the cpp committee was to deprecate codecvt for C++17. My idea how to fix this is to actually resolve this differently. Proposal: Keep everything...