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
Age
Commit message (
Expand
)
Author
2024-10-09
Rename video encoder cuda to video encoder nvenc
dec05eba
2024-10-03
Support hevc vulkan, fix vulkan encoding for all resolutions, disable vulkan ...
dec05eba
2024-10-02
vulkan-headers as dependency
dec05eba
2024-10-01
Comment out vulkan includes for now
dec05eba
2024-09-29
Cleanup rc
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-26
Add template for vulkan video encoding
dec05eba
2024-09-22
Comments
dec05eba
2024-09-20
Dont crash on error in nvenc query
dec05eba
2024-09-20
Pls work
dec05eba
2024-09-20
Attempt to fix nvenc query on old nvidia cards (driver version 470)
dec05eba
2024-09-16
Improve capture performance on amd/intel when using monitor capture: capture ...
dec05eba
2024-09-06
Explicit glFlush/glFinish before and after render operations to fix tearing a...
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
m
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
Add encoder option to systemd service file
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