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
/
src
/
capture
/
nvfbc.c
Age
Commit message (
Collapse
)
Author
2024-03-08
Pool size 20 for vaapi
dec05eba
2024-03-08
Reconfigure quality, force refresh nvfbc frame, mention stutter in readme
dec05eba
2024-02-11
Fix nvfbc capture crash on start
dec05eba
2024-02-09
Move card path to egl struct, use egl struct for monitor enumeration
dec05eba
2023-12-23
Small changes who cares
dec05eba
2023-10-22
Fix vram leak for reals
dec05eba
2023-05-17
Fix all warnings
dec05eba
2023-04-07
Implement kms vaapi capture
dec05eba
2023-04-01
Use vaapi to do rgb->yuv420p color conversion
Steam Deck User
Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec.
2023-03-31
Install coolbits if using nvidia, add preserve video memory install script
dec05eba
2023-03-26
Remove yuv444 for now
dec05eba
2023-03-26
Add pixfmt yuv420p/yuv444p option to set lossless color
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵
dec05eba
set to p2 state when using cuda)
2023-03-04
Add screen-direct-force option for VRR monitor
dec05eba
2023-01-18
Fix crash on error: dont do av_buffer_unref on frame contex because ↵
dec05eba
device_ctx frees it as well
2022-12-20
follow focused
dec05eba
2022-11-30
wip intel
dec05eba
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