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
/
project.conf
Age
Commit message (
Expand
)
Author
2024-03-09
Draw cursor in window capture
dec05eba
2023-09-29
Remove unused cursor code
dec05eba
2023-07-18
Experimental wayland support, test 1
dec05eba
2023-07-09
Test fix using correct gpu when multiple gpus are connected
dec05eba
2023-05-17
Disable error on warning because of possible ffmpeg deprecated warning
dec05eba
2023-05-17
Fix all warnings
dec05eba
2023-04-21
Add code to copy cursor image to opengl texture and update on event update (n...
dec05eba
2023-04-18
version 2.1.0
dec05eba
2023-04-09
Move kms client and server to separate directories
dec05eba
2023-04-08
version 2.0.0
dec05eba
2023-04-07
Implement kms vaapi capture
dec05eba
2023-04-01
Use vaapi to do rgb->yuv420p color conversion
Steam Deck User
2023-02-16
Add option to merge audio devices by separating audio inputs with | in one -a
dec05eba
2022-12-20
follow focused
dec05eba
2022-11-30
wip intel
dec05eba
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba
2022-10-11
Use p4 preset on older gpus (kepler family) because of performance
dec05eba
2022-10-04
Livestream: add silent audio track if not audio input is provided (fixes yout...
dec05eba
2022-09-28
Remove dependency on glew and glfw, move external files to external directory
dec05eba
2022-09-26
Load cuda at runtime. Include cuda header files inside the project
dec05eba
2022-09-20
Fix replay video/audio desync, fix dummy audio when dropping audio input, giv...
dec05eba
2022-03-25
Redesign replay to save to file and continue on SIGUSR1
dec05eba
2022-03-22
Add script to record the selected window (with the active audio device)
dec05eba
2022-02-25
Fix code after avcodec->codec was deprecated
dec05eba
2020-11-24
Update libpulse version
dec05eba
2020-08-31
Revert select code. Causes laggy video for some reason
dec05eba
2020-08-31
Use select on x11 display instead of sleeping and use xdamage again
dec05eba
2020-08-30
Slightly improve performance by only swapping buffer on redraw
dec05eba
2020-08-28
Remove dependency on alsa in project.conf
dec05eba
2020-06-21
Improve quality of lower resolution video, make video smoother
dec05eba
2020-06-21
Remove unused glx dependency
dec05eba
2020-06-21
Add pulseaudio, parse command line args
dec05eba
2020-06-21
Add audio support
dec05eba
2020-06-21
Rename to gpu screen recorder
dec05eba
2020-03-29
blabla
dec05eba
2020-03-29
add alsa
dec05eba
2020-03-28
works
dec05eba
2020-01-08
first
DEC05EBA