index
:
gpu-screen-recorder
master
A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
capture
/
nvfbc.h
Age
Commit message (
Expand
)
Author
12 days
Fix screenshot of window not working after latest change
5.3.1
dec05eba
13 days
Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) lim...
dec05eba
14 days
Add region capture with -w region -region WxH+X+Y
dec05eba
2025-02-16
Support taking a screenshot (-o image.jpg/image.png)
dec05eba
2024-10-26
Add option to change output resolution (-s)
dec05eba
2024-08-31
Faster startup (faster video codec query), fix some video codec callback logic
dec05eba
2024-08-17
Add hevc_10bit and av1_10bit options for 10bit color range, increase video qu...
dec05eba
2024-07-04
Add support for software video encoding with '-encoder cpu' option, currently...
dec05eba
2024-03-11
Add -cursor option to not record cursor
dec05eba
2024-03-08
Use opengl capture for nvfbc (prepare for vulkan capture without cuda)
dec05eba
2024-02-11
Remove dependency on egl in nvfbc
dec05eba
2024-02-11
Fix nvfbc capture crash on start
dec05eba
2023-07-21
Fix capture not working on intel + wayland
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully set...
dec05eba
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba