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 (
Collapse
)
Author
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 ↵
dec05eba
quality (qp)
2024-07-04
Add support for software video encoding with '-encoder cpu' option, ↵
dec05eba
currently h264 only
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
Ignore nouveau cards. Fix lag on start of recording on amd/intel by only loading egl once, on startup.
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵
dec05eba
set to p2 state when using cuda)
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
Refactor c++ files into c files, more usable
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba