Age | Commit message (Expand) | Author |
2024-07-23 | Fix capture on amd, 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 | 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 | Fix portal being displayed as not supported | dec05eba |
2024-07-20 | More precise error on portal | dec05eba |
2024-07-19 | Show better error if desktop portal is borked | dec05eba |
2024-07-19 | Disable pipewire on x11, stop pipewire recording when pressing end recording ... | dec05eba |
2024-07-18 | Fix desktop portal capture (remove cap sys nice), clear portal capture backgr... | dec05eba |
2024-07-16 | Show error that desktop portal is in general not supported on x11 | dec05eba |
2024-07-15 | Add support for desktop portal capture (-w portal) (experimental) | dec05eba |
2024-07-06 | Add cpu encoding option (-encoder cpu), vp8 and vp9. Refactor large portion o... | dec05eba |
2024-06-23 | Default to h264 video codec because amd driver is shit with padding and for b... | dec05eba |
2024-06-22 | Add missing dependency: libxdamage | dec05eba |
2024-06-22 | Fix audio recording (channel layout) for ffmpeg 7 | dec05eba |
2024-06-14 | Properly cut out cursor outside video area when dealing with hevc amd padding | dec05eba |
2024-06-11 | Replace build system with meson | dec05eba |
2024-06-10 | Fix incorrect monitor matching for rotation on wayland gnome in some cases | dec05eba |
2024-06-10 | Re-enable intel arc fix (but only for intel systems) | dec05eba |
2024-06-10 | Revert intel arc fix, it broke recording on some amd systems | dec05eba |
2024-06-10 | Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing gli... | dec05eba |
2024-06-10 | Fix screen capture on intel arc gpu (on x11 and wayland) | dec05eba |
2024-06-08 | Correctly no audio delay if m3u8 | dec05eba |
2024-06-03 | Dont set audio delay for any live stream, force non av1 video codec and aac f... | dec05eba |
2024-06-02 | Add secondary audio device to systemd service, rename gopm to keyint | dec05eba |
2024-05-30 | Fix recording freeze on nvidia when __GL_SYNC_TO_VBLANK is set to 1 | dec05eba |
2024-05-20 | Do not force constant framerate for live streams | dec05eba |
2024-05-20 | Support av1 webm (force opus audio for webm files) | dec05eba |
2024-05-19 | fix possible freeze on exit if exiting quickly after start | dec05eba |
2024-05-13 | Better audio sync for 60 fps | dec05eba |
2024-05-13 | Audio/video sync sucks, i hate this shit | dec05eba |
2024-05-11 | Fix mpegts and flv: dont use audio delay if .ts or .flv | dec05eba |
2024-05-11 | record audio frames for empty audio track again | dec05eba |
2024-05-10 | Re-enable opus and make it default (test) | dec05eba |
2024-05-08 | Increase quality (bitrate) when using hdr, to compensate for requiring more b... | dec05eba |
2024-04-27 | Improve nvidia video encoding performance | dec05eba |
2024-04-16 | better audio/video sync, complain if it doesn't work | dec05eba |
2024-04-16 | Increase audio bitrate by default, add -ab option to change audio bitrate | dec05eba |
2024-04-13 | Fix audio regression fuck this bullshit | dec05eba |
2024-04-11 | Fix messed up audio if you use pulseaudio (?) | dec05eba |
2024-04-11 | aur is dead, push again | dec05eba |
2024-04-11 | Time based audio latency, test, might fix some shits | dec05eba |
2024-04-10 | Remove audio sync delay fix, it doesn't work for everybody | dec05eba |
2024-04-10 | More audio bullshit, repeat write audio frames for audio delay | dec05eba |
2024-04-09 | Better audio timing test: compensate for audio server latency | dec05eba |
2024-04-08 | X11 nvidia monitor capture: fix capture broken after sleep/suspend or monitor... | dec05eba |
2024-04-06 | vaapi h264: dont set quality parameter | dec05eba |
2024-03-25 | Check if -sc is executable at start, allow relative filename | dec05eba |
2024-03-21 | Force set __GL_THREADED_OPTIMIZATIONS to 0, which fixes window capture/waylan... | dec05eba |