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
/
capture
/
xcomposite.c
Age
Commit message (
Expand
)
Author
2026-08-01
Remove unused includes
dec05eba
2026-08-01
Add gsr_log logging module with log level and overridable log handler
dec05eba
2026-07-13
Change -s to scale to fit rather than absolute scale
dec05eba
2026-05-09
Move XSelectInput on default root window from xcomposite to once in main
dec05eba
2026-02-19
FAQ browser av1
dec05eba
2025-12-23
Add support for camera (yuyv, mjpeg) and multiple capture sources
dec05eba
2025-11-18
Dont scale image frame to padding in video
dec05eba
2025-11-17
Scale video/image to output size instead of adding black bars or no scaling
dec05eba
2025-11-14
color_conversion: remove unused alpha_blending parameter
dec05eba
2025-09-21
Dont use glGetTexLevelParameteriv, it's only available in opengl es 3.1
dec05eba
2025-04-04
Optimize compute shaders
dec05eba
2025-03-30
Fix incorrect region when monitor is rotated
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
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-02-22
Make image output lossy (use stb image writer), also significantly improves p...
dec05eba
2025-01-27
Pipewire: support 10-bit formats (where alpha is 2 bits, total 32-bits)
dec05eba
2025-01-03
Minor change
dec05eba
2024-12-08
Refactor windowing from egl to window_x11/window_wayland, yolo
dec05eba
2024-11-21
Fix portal capture on broken amd drivers: fallback to opengl copy instead of ...
dec05eba
2024-11-09
Fix incorrect color format in x11 cursor (bgr instead of rgb)
dec05eba
2024-10-26
Add option to change output resolution (-s)
dec05eba
2024-09-21
Fallback for vaapi copy to opengl copy
dec05eba
2024-09-21
Fix first frame is black
dec05eba
2024-09-21
Revert recent time framing and performance changes as it affects slower devic...
dec05eba
2024-09-17
Disable pure vaapi for intel because it doesn't work, will be fixed later if ...
dec05eba
2024-09-16
Pure vaapi capture (for capture target) and opengl composition for cursor onl...
dec05eba
2024-09-14
Properly damage if moving cursor
dec05eba
2024-09-14
Set update fps to video fps, on x11 sync video to damage tracking
dec05eba
2024-09-06
Move damage tracking to separate file
dec05eba
2024-09-06
Explicit glFlush/glFinish before and after render operations to fix tearing a...
dec05eba
2024-08-16
Allow capture of external monitors on a laptop with dedicated gpu (prime) on ...
dec05eba
2024-07-26
Move glClear and glx/eglSwapBuffers from capture backends to main
dec05eba
2024-07-23
Fix hdr capture causing crash when in replay mode
dec05eba
2024-07-22
Fix deskto portal capture on nvidia (add missing modifiers)
dec05eba
2024-07-21
Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ...
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba
2024-07-05
Nicer window focus transition for padding handling
dec05eba
2024-07-05
Fix capture incorrect alignment with cpu encoding for some window sizes
dec05eba
2024-07-05
Separate video encoding method from capture method
dec05eba
2024-07-04
Add support for software video encoding with '-encoder cpu' option, currently...
dec05eba
2024-06-23
revert temp
dec05eba
2024-06-23
temp
dec05eba
2024-06-21
fm content: make sure to capture frame on damage and then no damage after fps...
dec05eba
2024-06-21
Add -fm 'content' option to match fps to captured content, only x11 window ca...
dec05eba
2024-06-19
AMD: align av1 to extra padding because of hardware bug
dec05eba
2024-06-14
Properly cut out cursor outside video area when dealing with hevc amd padding
dec05eba
[next]