Age | Commit message (Expand) | Author |
2024-09-20 | Remove damage tracking for now, better frame timing (deal with time error acc... | dec05eba |
2024-09-18 | Use async_depth option on vaapi for much better encoding performance | dec05eba |
2024-09-16 | Pure vaapi capture (for capture target) and opengl composition for cursor onl... | dec05eba |
2024-09-16 | Improve capture performance on amd/intel when using monitor capture: capture ... | dec05eba |
2024-09-15 | Remove xi2 code, it's not needed | dec05eba |
2024-09-15 | Portal: sync capture to frame update | 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 | Portal: fix external texture | dec05eba |
2024-09-06 | Revert "Portal: fix external texture glitches" | dec05eba |
2024-09-06 | Portal: fix external texture glitches | 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-08-31 | Enable recording on steam deck with warning, use vbr on steam deck and add -b... | dec05eba |
2024-08-29 | Prepare for video codec query, cleanup readme, add libva-drm as dependency | dec05eba |
2024-08-20 | Disable steam deck support at the moment because the driver is broken (ignore... | dec05eba |
2024-08-17 | Add hevc_10bit and av1_10bit options for 10bit color range, increase video qu... | dec05eba |
2024-08-16 | Allow capture of external monitors on a laptop with dedicated gpu (prime) on ... | dec05eba |
2024-08-15 | HACK: portal: copy external image to internal image before render. Dont stop ... | dec05eba |
2024-08-15 | Fix crash, use opengl es instead of opengl desktop | dec05eba |
2024-08-15 | Allow prime-run capture on laptop with external gpu when the iGPU | dec05eba |
2024-08-08 | Add -portal-session-token-filepath option to specify where desktop portal ses... | dec05eba |
2024-08-02 | Allow using 'default_output' / 'default_input' as audio devices (-a option), ... | 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 pipewire capture on amd (fallback to no drm modifiers if eglCreateImage f... | dec05eba |
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 |