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
/
xcomposite_cuda.c
Age
Commit message (
Collapse
)
Author
2023-04-07
Implement kms vaapi capture
dec05eba
2023-04-01
Cleanup xcomposite_drm
Steam Deck User
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
Make sure region size for focused window is divisable by 2
dec05eba
2023-03-26
Remove yuv444 for now
dec05eba
2023-03-26
Move video encoding to separate thread, remove pixel_format that doesn't do ↵
dec05eba
anything and was bugged
2023-03-26
Add pixfmt yuv420p/yuv444p option to set lossless color
dec05eba
2023-03-26
Remove unused code
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵
dec05eba
set to p2 state when using cuda)
2023-02-19
Fix follow focused for the first window and when switching from/to invalid ↵
dec05eba
window
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