Age | Commit message (Expand) | Author |
2024-07-22 | Fix portal capture on intel, support multiple planes in one egl image (might ... | dec05eba |
2024-07-22 | Portal: move modifier query to init | 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 | Return status code from dbus instead of true/false | 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-17 | Add --list-supported-capture-options option, for use by gpu screen recorder gtk | dec05eba |
2024-07-15 | Add support for desktop portal capture (-w portal) | 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-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-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-10 | Do not require a valid drm plane to capture a window on amd/intel x11 | dec05eba |
2024-06-09 | Fix screen capture on intel arc gpu (on x11 and wayland) | dec05eba |
2024-04-15 | Test latency comp | dec05eba |
2024-04-14 | Revert "Testing audio latency compensation" | dec05eba |
2024-04-14 | Testing audio latency compensation | dec05eba |
2024-04-11 | Fix messed up audio on some distros (those using pulseaudio?) | dec05eba |
2024-04-11 | Time based audio latency, test, might fix some shits | dec05eba |
2024-03-21 | Destroy glx context on fail/deinit | dec05eba |
2024-03-11 | Add -cursor option to not record cursor | dec05eba |
2024-03-10 | Use dri card matching current egl context | 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-02-11 | nvidia wayland: add hdr metadata | dec05eba |
2024-02-11 | Remove dependency on egl in nvfbc | dec05eba |
2024-02-11 | Fix nvfbc capture crash on start | dec05eba |
2024-02-10 | Add screen rotation support (tested on amd/intel) | dec05eba |
2024-02-09 | Remove wayland capture (wlroots) | dec05eba |
2024-02-09 | Move card path to egl struct, use egl struct for monitor enumeration | dec05eba |
2024-02-08 | Window capture: clear background with black color | dec05eba |
2024-02-06 | Add support for hdr capture on amd/intel | dec05eba |
2024-01-28 | nvidia wayland: support hardware cursor plane | dec05eba |
2024-01-11 | Nvidia: use default p4 preset instead of p5, might fix frame issues | dec05eba |
2023-11-18 | Support nvidia wayland bit depth over 8 bit (fixes incorrect colors on some s... | dec05eba |
2023-10-22 | Fix vram leak for reals | dec05eba |
2023-10-21 | Attempt to fix amd/intel driver bug vram leak, force cfr when livestreaming, ... | dec05eba |
2023-09-29 | Remove unused cursor code | dec05eba |