index
:
gpu-screen-recorder
debian
The fastest screen recording tool for Linux
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
encoder
Age
Commit message (
Expand
)
Author
2026-08-06
Faster shutdown time when several gb of replay data is in ram
dec05eba
2026-05-02
Remove deprecated overclocking option
dec05eba
2026-04-21
Make sure the first frame is pts 0
dec05eba
2026-01-27
Add -write-first-frame-ts switch
Victor Nova
2026-01-21
Fix possible replay race condition, move mutex out of replay
dec05eba
2025-09-21
Dont use glGetTexLevelParameteriv, it's only available in opengl es 3.1
dec05eba
2025-05-04
Add -replay-storage option to specify if temporary replay data should be stor...
dec05eba
2025-04-22
Move encoding code from video encoder to encoder, since it also processes aud...
dec05eba
2025-04-21
Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN f...
dec05eba
2025-02-22
Make image output lossy (use stb image writer), also significantly improves p...
dec05eba
2025-02-16
Support taking a screenshot (-o image.jpg/image.png)
dec05eba
2024-10-09
Rename video encoder cuda to video encoder nvenc
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
Add template for vulkan video encoding
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-05
Separate video encoding method from capture method
dec05eba