| Age | Commit message (Expand) | Author |
| 2026-08-08 | Fix nvenc crash on shutdown. part 2 | dec05eba |
| 2026-08-08 | Fix crash with vulkan encoding | dec05eba |
| 2026-08-06 | Faster shutdown time when several gb of replay data is in ram | dec05eba |
| 2026-08-05 | workaround ffmpeg hybrid_fragmented bug when no packets have been recorded yet | dec05eba |
| 2026-08-01 | Add gsr_log logging module with log level and overridable log handler | dec05eba |
| 2026-06-30 | Vulkan resolution alignment | dec05eba |
| 2026-05-14 | Fix vulkan encoder not compiling with ffmpeg 6/7 | dec05eba |
| 2026-05-02 | Remove deprecated overclocking option | dec05eba |
| 2026-04-22 | Fix pts when recording during replay/stream | 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-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-06 | Fix incorrect padding when amd gpu doesn't support padding fix for hevc | dec05eba |
| 2025-12-18 | Comment out vulkan for now | dec05eba |
| 2025-11-18 | Dont scale image frame to padding in video | dec05eba |
| 2025-10-05 | Disable vaapi debug output | dec05eba |
| 2025-10-05 | Update for ffmpeg 8: remove hevc vaapi padding (black bars), fix garbage outp... | dec05eba |
| 2025-09-21 | Dont use glGetTexLevelParameteriv, it's only available in opengl es 3.1 | dec05eba |
| 2025-06-10 | Reapply "Fix screen and portal capture not working on some intel gpus" | dec05eba |
| 2025-06-09 | Revert "Fix screen and portal capture not working on some intel gpus" | dec05eba |
| 2025-06-09 | Fix screen and portal capture not working on some intel gpus | dec05eba |
| 2025-05-04 | Add -replay-storage option to specify if temporary replay data should be stor... | dec05eba |
| 2025-04-25 | Fix build issues on older ffmpeg (disable unused vulkan encoder for now), fix... | 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-04-15 | Tune av1 quality | dec05eba |
| 2025-03-30 | Fix cursor rotated background in compute shader on wayland | dec05eba |
| 2025-03-30 | Fix incorrect compute size when scaling image | dec05eba |
| 2025-03-29 | Reapply "WIP: use compute shader instead of graphics shader for better perfor... | dec05eba |
| 2025-03-29 | Revert "WIP: use compute shader instead of graphics shader for better perform... | dec05eba |
| 2025-03-29 | WIP: use compute shader instead of graphics shader for better performance (es... | dec05eba |
| 2025-03-13 | texture filter change | dec05eba |
| 2025-03-13 | Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) lim... | dec05eba |
| 2025-03-13 | Fix screenshot with region not working correctly for some sizes and possibly ... | dec05eba |
| 2025-03-13 | Add region capture with -w region -region WxH+X+Y | 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-12-08 | Refactor windowing from egl to window_x11/window_wayland, yolo | dec05eba |
| 2024-10-09 | Rename video encoder cuda to video encoder nvenc | dec05eba |
| 2024-10-03 | Support hevc vulkan, fix vulkan encoding for all resolutions, disable vulkan ... | dec05eba |
| 2024-10-02 | vulkan-headers as dependency | dec05eba |
| 2024-10-01 | Comment out vulkan includes for now | dec05eba |
| 2024-09-29 | Cleanup rc | 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 | Name capture/encoder variable self | dec05eba |
| 2024-09-26 | Add template for vulkan video encoding | dec05eba |
| 2024-09-22 | Comments | dec05eba |
| 2024-09-20 | Dont crash on error in nvenc query | dec05eba |