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
/
src
Age
Commit message (
Expand
)
Author
2026-08-01
Rewrite main.cpp in C as a thin CLI on top of a new gsr_recorder library API
dec05eba
2026-08-01
Move screenshot capture and CLI commands from main.cpp into separate modules
dec05eba
2026-08-01
Move muxing and replay saving from main.cpp into muxer and replay_save modules
dec05eba
2026-08-01
Move audio capture from main.cpp into audio_capture module and replace std::t...
dec05eba
2026-08-01
Move audio input parsing and validation from main.cpp into audio_input module
dec05eba
2026-08-01
Move capture source parsing and capture creation from main.cpp into C modules
dec05eba
2026-08-01
Move windowing setup from main.cpp into windowing module
dec05eba
2026-08-01
Move video/audio codec selection from main.cpp into codec_select module
dec05eba
2026-08-01
Move audio/video codec setup from main.cpp into C modules
dec05eba
2026-08-01
Rewrite sound.cpp in C as sound.c
dec05eba
2026-08-01
Move string/date/array helpers from main.cpp to utils as reusable C functions
dec05eba
2026-08-01
Add gsr_log logging module with log level and overridable log handler
dec05eba
2026-07-26
Fix jpeg screenshot not yuv444
dec05eba
2026-07-25
Revert "test formats pipewire"
dec05eba
2026-07-25
test formats pipewire
dec05eba
2026-07-25
Revert "Test implicit pipewire format"
dec05eba
2026-07-25
Test implicit pipewire format
dec05eba
2026-07-25
pipewire video: show precise warning when dma buf capture fails
dec05eba
2026-07-25
pipewire audio: only record applications and non virtual sources
dec05eba
2026-07-25
Ignore virtual devices in application audio capture
dec05eba
2026-07-24
Fix nvidia and vulkan av1 quality, vp8 and vp9 vaapi quality
dec05eba
2026-07-24
pipewire capture: add fallback for formats without modifier (fix for old amd ...
dec05eba
2026-07-21
Improve hdr and night color capture (tested on kde)
dec05eba
2026-07-19
Remove goto
dec05eba
2026-07-19
Vendor check cleanup
dec05eba
2026-07-18
Only show fragmented mp4 version if it applies to the file format
dec05eba
2026-07-15
hdr capture: switch from kde output device to color management protocol
dec05eba
2026-07-14
Screenshot: use libjpeg-turbo if available
dec05eba
2026-07-14
Move kde lights to main
dec05eba
2026-07-14
Add warning when kde light night not handled
dec05eba
2026-07-14
kms capture: fix capture on sdr monitor with hdr codec
dec05eba
2026-07-14
kms capture: fix hdr capture (tested on kde plasma)
dec05eba
2026-07-14
kms capture: make capture work with night lights enabled
dec05eba
2026-07-14
kms capture: implement hdr to sdr tonemapping
dec05eba
2026-07-13
Add -exclude-metadata option
dec05eba
2026-07-13
Change -s to scale to fit rather than absolute scale
dec05eba
2026-07-04
Implemented logic for custom audio track names
Daniel Allen
2026-07-03
Fix audio sometimes glitching at the start of video
dec05eba
2026-07-03
Support overlay plane
dec05eba
2026-07-03
Desktop portal: fix cursor lagging on gnome (change cursor to metadata)
dec05eba
2026-07-02
Make audio titles more descriptive, using the audio description rather than name
dec05eba
2026-07-01
Sort v4l2 devices by resolution and refresh rate in --list-v4l2-devices
dec05eba
2026-06-30
Vulkan resolution alignment
dec05eba
2026-06-23
printf error on replay save, add alpine package to README
dec05eba
2026-06-02
Wayland socket: bypass flatpak sandbox
dec05eba
2026-06-01
Only install nvidia profile when the driver is loaded
Connor Welsh
2026-05-29
Fix -c whip not working (dont do avio_open for live streams)
dec05eba
2026-05-27
Add check for libavformat version before using hybrid_fragmented, to workarou...
dec05eba
2026-05-20
Revert tests
dec05eba
2026-05-20
pipewire video: fallback to no modifier
dec05eba
[next]