aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
5 daysPortal: sync capture to frame updatedec05eba
6 daysProperly damage if moving cursordec05eba
6 daysSet update fps to video fps, on x11 sync video to damage trackingdec05eba
13 daysMove damage tracking to separate filedec05eba
14 daysPortal: fix external texturedec05eba
14 daysRevert "Portal: fix external texture glitches"dec05eba
14 daysPortal: fix external texture glitchesdec05eba
14 daysExplicit glFlush/glFinish before and after render operations to fix tearing a...dec05eba
2024-08-31Faster startup (faster video codec query), fix some video codec callback logicdec05eba
2024-08-31Enable recording on steam deck with warning, use vbr on steam deck and add -b...dec05eba
2024-08-29Prepare for video codec query, cleanup readme, add libva-drm as dependencydec05eba
2024-08-20Disable steam deck support at the moment because the driver is broken (ignore...dec05eba
2024-08-17Add hevc_10bit and av1_10bit options for 10bit color range, increase video qu...dec05eba
2024-08-16Allow capture of external monitors on a laptop with dedicated gpu (prime) on ...dec05eba
2024-08-15HACK: portal: copy external image to internal image before render. Dont stop ...dec05eba
2024-08-15Fix crash, use opengl es instead of opengl desktopdec05eba
2024-08-15Allow prime-run capture on laptop with external gpu when the iGPUdec05eba
2024-08-08Add -portal-session-token-filepath option to specify where desktop portal ses...dec05eba
2024-08-02Allow using 'default_output' / 'default_input' as audio devices (-a option), ...dec05eba
2024-07-26Move glClear and glx/eglSwapBuffers from capture backends to maindec05eba
2024-07-23Fix hdr capture causing crash when in replay modedec05eba
2024-07-22Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage f...dec05eba
2024-07-22Fix portal capture on intel, support multiple planes in one egl image (might ...dec05eba
2024-07-22Portal: move modifier query to initdec05eba
2024-07-22Fix deskto portal capture on nvidia (add missing modifiers)dec05eba
2024-07-21Fix HDR capture (HDR metadata is now correct). Note that HDR capture is only ...dec05eba
2024-07-20Return status code from dbus instead of true/falsedec05eba
2024-07-19Stop recording when pipewire target window is closed or when pressing close i...dec05eba
2024-07-17Portal: make resizing not glitched, clear background on resize, proper handli...dec05eba
2024-07-17Add --list-supported-capture-options option, for use by gpu screen recorder gtkdec05eba
2024-07-15Add support for desktop portal capture (-w portal)dec05eba
2024-07-05Separate video encoding method from capture methoddec05eba
2024-07-04Add support for software video encoding with '-encoder cpu' option, currently...dec05eba
2024-06-21fm content: make sure to capture frame on damage and then no damage after fps...dec05eba
2024-06-21Add -fm 'content' option to match fps to captured content, only x11 window ca...dec05eba
2024-06-14Properly cut out cursor outside video area when dealing with hevc amd paddingdec05eba
2024-06-10Remove video_alignment_padding variable, replace with putting capture content...dec05eba
2024-06-10Take amd hevc video alignment padding into consideration to move video conten...dec05eba
2024-06-10Re-enable intel arc fix (but only for intel systems)dec05eba
2024-06-10Revert "Fix screen capture on intel arc gpu (on x11 and wayland)"dec05eba
2024-06-10Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing gli...dec05eba
2024-06-10Do not require a valid drm plane to capture a window on amd/intel x11dec05eba
2024-06-09Fix screen capture on intel arc gpu (on x11 and wayland)dec05eba
2024-04-15Test latency compdec05eba
2024-04-14Revert "Testing audio latency compensation"dec05eba
2024-04-14Testing audio latency compensationdec05eba
2024-04-11Fix messed up audio on some distros (those using pulseaudio?)dec05eba
2024-04-11Time based audio latency, test, might fix some shitsdec05eba
2024-03-21Destroy glx context on fail/deinitdec05eba
2024-03-11Add -cursor option to not record cursordec05eba