-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHISTORY.txt
45 lines (44 loc) · 1.52 KB
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# History of YappyCam
- 2019.10.19 ver.0.6
- First release.
- 2019.10.19 ver.0.7
- Reduce rendering if the main window is minimized.
- Restore the main window on finalization.
- Use H.264/MPEG-4 AVC.
- 2019.10.20 ver.0.8
- Improve message of finalizing.
- Skip the frame if not loaded in finalizing.
- Fix handling of file path.
- Change license to the 3-clause BSD license.
- Fullscreen games are supported.
- "Open folder" feature is added.
- 4.5 FPS became default.
- Apply `WS_EX_TOOLWINDOW` to configuration.
- Improved UI.
- 2019.10.26 ver.0.9
- Improved performance.
- 6 FPS became default.
- Fixed the timing gap by timeBeginPeriod(1).
- Added sounds to Record/Stop/Hung.
- 2019.12.11 ver.0.9.1
- Implemented plug-ins.
- Added Take-a-shot feature.
- Made the main window modeless.
- Tweak and adjustment.
- Added invalidate-hot-key feature.
- Supported image file input.
- Made camera resolution visible.
- Implemented Left/Middle/Right double click.
- Made MAX_FPS 20.0.
- Able to input from movie file or image file sequence.
- 2019.12.15 ver.0.9.2
- Upgraded DLL files.
- Fixed recording failure upon no plugins.
- Fixed division by zero.
- Implement facial recognition.
- FaceDetection, DecoFace, DecoFrame plugins added.
- Following display change.
- Keeping aspect ratio upon finalizing.
- 2021.04.12 ver.0.9.3
- Don't play sound when recoding started.
- Correctly remembering the display size.