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
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
pipewire audio: only record applications and non virtual sources
dec05eba
2026-07-25
Ignore virtual devices in application audio capture
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-15
hdr capture: switch from kde output device to color management protocol
dec05eba
2026-07-14
Move kde lights to main
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-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
Desktop portal: fix cursor lagging on gnome (change cursor to metadata)
dec05eba
2026-06-02
Wayland socket: bypass flatpak sandbox
dec05eba
2026-05-29
Fix -c whip not working (dont do avio_open for live streams)
dec05eba
2026-05-20
plugin: add is_damaged and clear_damage
dec05eba
2026-05-03
RGB8 -> RGB
dec05eba
2026-05-02
Remove deprecated overclocking option
dec05eba
2026-04-21
Make sure the first frame is pts 0
dec05eba
2026-04-17
Implement vulkan video capture (h264, hevc and av1)
dec05eba
2026-03-01
pipewire video: fail video map texture if state is not streaming
dec05eba
2026-03-01
Portal capture: test disable modifier recheck same
dec05eba
2026-02-12
attempt EGLImage without modifiers when last failed
eonphi
2026-02-09
Add --list-monitors option to list only monitors, refactor
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
2026-01-20
Wayland region: fix incorrect region captured if monitor is scaled
dec05eba
2026-01-15
Add -low-power option to allow prevent the gpu to go into a high power mode o...
dec05eba
2026-01-15
v4l2: select best camera option by default
dec05eba
2026-01-05
Add -ffmpeg-video-opts and -ffmpeg-audio-opts
dec05eba
2025-12-30
Add -ffmpeg-opts argument to pass additional options to ffmpeg
dec05eba
2025-12-26
Regression fix: hevc_10bit broken
dec05eba
2025-12-24
Support v4l2 yuyv on nvidia
dec05eba
2025-12-24
wip sync
dec05eba
2025-12-24
Fix v4l2 mjpeg on nvidia, yuyv on nvidia not done
dec05eba
2025-12-23
Add support for camera (yuyv, mjpeg) and multiple capture sources
dec05eba
[next]