Age | Commit message (Expand) | Author |
2024-07-26 | Move glClear and glx/eglSwapBuffers from capture backends to main | dec05eba |
2024-07-25 | Fix variable shadow warnings | 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-22 | Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage f... | dec05eba |
2024-07-22 | Use modifiers in kms capture on amd too | dec05eba |
2024-07-22 | Fix portal capture on intel, support multiple planes in one egl image (might ... | 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-20 | exit code 60 if portal capture was canceled by the user | dec05eba |
2024-07-20 | Return status code from dbus instead of true/false | dec05eba |
2024-07-19 | Nicer error damn portal | dec05eba |
2024-07-19 | Fail with exit status 50 if portal setup fails | dec05eba |
2024-07-19 | Stop recording when pipewire target window is closed or when pressing close i... | dec05eba |
2024-07-17 | Portal: make resizing not glitched, clear background on resize, proper handli... | dec05eba |
2024-07-15 | Include virtual capture target in portal capture | dec05eba |
2024-07-15 | Show warning when capture monitor on intel and the plane is compressed. The w... | dec05eba |
2024-07-15 | Add support for desktop portal capture (-w portal) | dec05eba |
2024-07-06 | Minor nvfbc | dec05eba |
2024-07-05 | Use GL_TEXTURE_EXTERNAL_OES for cursor texture on kms nvidia | 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 |
2024-06-10 | Remove video_alignment_padding variable, replace with putting capture content... | dec05eba |
2024-06-10 | Take amd hevc video alignment padding into consideration to move video conten... | dec05eba |
2024-06-10 | Re-enable intel arc fix (but only for intel systems) | dec05eba |
2024-06-10 | Revert "Fix screen capture on intel arc gpu (on x11 and wayland)" | dec05eba |
2024-06-10 | Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing gli... | dec05eba |
2024-06-09 | Fix screen capture on intel arc gpu (on x11 and wayland) | dec05eba |
2024-06-09 | Use vaapi header fourcc instead of define | dec05eba |
2024-05-03 | Cleanup, clear bg on init | dec05eba |
2024-04-08 | X11 nvidia monitor capture: fix capture broken after sleep/suspend or monitor... | dec05eba |
2024-03-21 | Correctly clear cursor in window capture when the cursor is outside the | dec05eba |
2024-03-21 | Fix missing color range set in color conversion for nvidia window capture | dec05eba |
2024-03-11 | Only update cursor position in window capture if recording cursor | 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-10 | Allow overclocking on window capture nvidia | 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 |