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
/
encoder
/
video
/
vaapi.c
Age
Commit message (
Expand
)
Author
11 days
Reapply "Fix screen and portal capture not working on some intel gpus"
dec05eba
12 days
Revert "Fix screen and portal capture not working on some intel gpus"
dec05eba
12 days
Fix screen and portal capture not working on some intel gpus
dec05eba
2025-03-30
Fix cursor rotated background in compute shader on wayland
dec05eba
2025-03-30
Fix incorrect compute size when scaling image
dec05eba
2025-03-29
Reapply "WIP: use compute shader instead of graphics shader for better perfor...
dec05eba
2025-03-29
Revert "WIP: use compute shader instead of graphics shader for better perform...
dec05eba
2025-03-29
WIP: use compute shader instead of graphics shader for better performance (es...
dec05eba
2025-03-13
Fix screenshot with region not working correctly for some sizes and possibly ...
dec05eba
2025-03-13
Add region capture with -w region -region WxH+X+Y
dec05eba
2024-10-01
Comment out vulkan includes for now
dec05eba
2024-09-27
Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware ac...
dec05eba
2024-09-26
Move codec query from encoder to separate file
dec05eba
2024-09-26
Name capture/encoder variable self
dec05eba
2024-09-22
Comments
dec05eba
2024-09-16
Improve capture performance on amd/intel when using monitor capture: capture ...
dec05eba
2024-09-05
More cleanup hwdevice ctx
Faker0715
2024-09-03
More cleanup
dec05eba
2024-09-03
Cleanup hwdevice ctx
dec05eba
2024-08-31
Disable vaapi info debug log
dec05eba
2024-08-31
Faster startup (faster video codec query), fix some video codec callback logic
dec05eba
2024-08-29
Prepare for video codec query, cleanup readme, add libva-drm as dependency
dec05eba
2024-08-17
Add hevc_10bit and av1_10bit options for 10bit color range, increase video qu...
dec05eba
2024-07-24
Show warning when amd driver adds black bars, set frame resolution after chan...
dec05eba
2024-07-22
Fix portal capture on intel, support multiple planes in one egl image (might ...
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba
2024-07-05
Fix capture incorrect alignment with cpu encoding for some window sizes
dec05eba
2024-07-05
Separate video encoding method from capture method
dec05eba