summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
3 daysMesa check version 24.3.6dec05eba
3 daysamd: disable vaapi surface copy unless mesa 25.0.0 or greater is used, which ↵dec05eba
fixes a performance issue. Otherwise we get stutter in some games
5 daysAdd -gl-debug option to make it easier to debug user issues that cant easily ↵dec05eba
be reproduced
9 daysFix possibility of monitor captured changing on wayland when monitors are ↵dec05eba
reconfigured
11 daysWorkaround teamspeak crashing when recording app audiodec05eba
12 daysUnset DRI_PRIMEdec05eba
2024-12-295.0.0dec05eba
2024-12-28Fix vaapi import on older amd gpus, make -w screen refer to first monitor on ↵dec05eba
nvidia x11 as well (use screen-direct for all monitors or gsync)
2024-12-09Add commands for faster uidec05eba
2024-12-06Fix virtual sink not destroyed if gsr is forcefully killed (use pipewire to ↵dec05eba
create the virtual sink instead of pulseaudio)
2024-11-28Repurpose '/' in audio argument to set the audio track name, not the ↵dec05eba
recording node name in pulseaudio/pipewire. This also now allows setting audio track name when recording application audio
2024-11-22Fix startup stuck on pulseaudiodec05eba
2024-11-214.3.2dec05eba
2024-11-21Fix portal capture on broken amd drivers: fallback to opengl copy instead of ↵dec05eba
vaapi on known buggy mesa version
2024-11-20Allow recording app audio with -a, deprecate -aa and -aaidec05eba
2024-11-18Disable application audio recording on pulseaudiodec05eba
2024-11-17Exclude duplicate app from --list-application-audiodec05eba
2024-11-16--info: output if app audio is supported (if compiled with it and pipewire ↵dec05eba
server)
2024-11-16Remove provides and conflictsdec05eba
2024-11-15Updatedec05eba
2024-11-15Convert from -git packagedec05eba
2024-11-13nvidia x11: fix black screen regressiondec05eba
2024-11-13Use module-null-sink instead of module-combine-sinkdec05eba
2024-11-11Add -aa and -aai options to record audio only from selected applicationsdec05eba
Use the --list-application-audio option to list available applications to record from.
2024-11-08Simpler xrandr monitor query (do the same thing as before)dec05eba
2024-11-08x11: fix correct monitor capture size when output is scaleddec05eba
2024-11-08Change libx264 preset to veryfast and tune to film. Force gpu screen ↵dec05eba
recorder update after ffmpeg update
2024-11-05Set buffer sizedec05eba
2024-11-05Default replay service to cbr for better file size (less ram usage) and 60 ↵dec05eba
seconds
2024-11-05Revert bitrate calculationdec05eba
2024-11-05Fix incorrect bitrate calculation for constant bitratedec05eba
2024-10-26Add -s option to allow setting video resolutiondec05eba
2024-10-22Allow recording virtual audio devices that have forward slash (/) in the namedec05eba
2024-10-16Enable low latency encoding mode on amd (only available on amd since mesa ↵dec05eba
version mesa 24.1.4)
2024-10-12Better frametimes when recording is too slowdec05eba
2024-10-12Version 4.2.0, better frame timing for smoother videodec05eba
2024-10-07Use -q instead of -bitrate for constant bitrate qualitydec05eba
2024-10-07Add constant bitrate option (-bm cbr -bitrate 5400)dec05eba
2024-10-06gsr-kms-server 'security': only allow gpu-screen-recorder to get framebufferdec05eba
2024-10-02Modify use of vulkan headers, include vulkan headers as a make dependdec05eba
2024-10-01Remove dependency on vulkan for nowdec05eba
2024-10-01Support gpus that only support low power video encoding, such as Intel Arc A380dec05eba
2024-09-21Fallback for vaapi copy to opengl copydec05eba
2024-09-21Fix first frame is blackdec05eba
2024-09-21Revert recent time framing and performance changes as it affects slower ↵dec05eba
devices badly
2024-09-20Fix codec query for old nvidia gpus (which are limited to nvidia driver ↵dec05eba
version 470)
2024-09-20Remove damage tracking for now, better frame timing (deal with time error ↵dec05eba
accumulation)
2024-09-18Increase encoding performance on amd, at the cost of higher vram usagedec05eba
2024-09-17Fix merged audio not working, add better video capture sync, especially on ↵dec05eba
x11 and make capture smoother and faster on amd
2024-09-14Set update fps to video fps, on x11 sync video to damage tracking, experimentaldec05eba