index
:
gpu-screen-recorder
master
A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
capture
/
nvfbc.c
Age
Commit message (
Expand
)
Author
10 days
Add option to change output resolution (-s)
dec05eba
2024-09-26
Revert "Temp fix for nvfbc"
dec05eba
2024-09-26
Temp fix for nvfbc
dec05eba
2024-09-26
Revert
dec05eba
2024-09-26
debug
dec05eba
2024-09-26
Revert "temp debug output"
dec05eba
2024-09-26
temp debug output
dec05eba
2024-09-26
Name capture/encoder variable self
dec05eba
2024-09-16
Pure vaapi capture (for capture target) and opengl composition for cursor onl...
dec05eba
2024-09-06
Explicit glFlush/glFinish before and after render operations to fix tearing a...
dec05eba
2024-08-31
Faster startup (faster video codec query), fix some video codec callback logic
dec05eba
2024-07-26
Move glClear and glx/eglSwapBuffers from capture backends to main
dec05eba
2024-07-25
nvidia x11: fix screen-direct-force not working because it was ignored
dec05eba
2024-07-23
Fix hdr capture causing crash when in replay mode
dec05eba
2024-07-21
Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ...
dec05eba
2024-07-06
Minor nvfbc
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-04-08
X11 nvidia monitor capture: fix capture broken after sleep/suspend or monitor...
dec05eba
2024-03-11
Add -cursor option to not record cursor
dec05eba
2024-03-10
Fix cursor capture in nvidia wayland, hdr, clear background immediately in wi...
dec05eba
2024-03-09
Refactor capture base
dec05eba
2024-03-09
Draw cursor in window capture
dec05eba
2024-03-09
Refactor xcomposite
dec05eba
2024-03-08
Set frame size to video codec context size, nicer rgb to nv12
dec05eba
2024-03-08
Use opengl capture for nvfbc (prepare for vulkan capture without cuda)
dec05eba
2024-03-08
Refactor kms_vaapi and kms_cuda
dec05eba
2024-03-08
Pool size 20 for vaapi
dec05eba
2024-03-08
Reconfigure quality, force refresh nvfbc frame, mention stutter in readme
dec05eba
2024-02-11
Fix nvfbc capture crash on start
dec05eba
2024-02-09
Move card path to egl struct, use egl struct for monitor enumeration
dec05eba
2023-12-23
Small changes who cares
dec05eba
2023-10-22
Fix vram leak for reals
dec05eba
2023-05-17
Fix all warnings
dec05eba
2023-04-07
Implement kms vaapi capture
dec05eba
2023-04-01
Use vaapi to do rgb->yuv420p color conversion
Steam Deck User
2023-03-31
Install coolbits if using nvidia, add preserve video memory install script
dec05eba
2023-03-26
Remove yuv444 for now
dec05eba
2023-03-26
Add pixfmt yuv420p/yuv444p option to set lossless color
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully set...
dec05eba
2023-03-04
Add screen-direct-force option for VRR monitor
dec05eba
2023-01-18
Fix crash on error: dont do av_buffer_unref on frame contex because device_ct...
dec05eba
2022-12-20
follow focused
dec05eba
2022-11-30
wip intel
dec05eba
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba