aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ↵dec05eba
content in the center with frame resolution and capture resolution diff
2024-06-10Take amd hevc video alignment padding into consideration to move video ↵dec05eba
content to center of video with black bars on all sides instead of only right/bottom
2024-06-10Wayland: match montitor by name before trying to match by placedec05eba
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
This reverts commit f8453bcaa4b488aea601af632ab5656979eb6024.
2024-06-10Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing ↵dec05eba
glitched video output on right/bottom side
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-06-09Use vaapi header fourcc instead of definedec05eba
2024-06-08Correctly no audio delay if m3u8dec05eba
2024-06-03Force non av1 video codec for hls and aac, force aac for flvdec05eba
2024-05-30Clearify -a empty string behaviordec05eba
2024-05-30Fix recording freeze on nvidia when __GL_SYNC_TO_VBLANK is set to 1dec05eba
2024-05-30Make gopm a float, rename it to keyint (keyframe interval)dec05eba
2024-05-21Add extra replay cut time depending on gopmdec05eba
2024-05-21Allow setting gop multiplication to reduce file sizedec05eba
2024-05-20Do not force constant framerate for live streamsdec05eba
2024-05-19Support av1 webm (force opus audio for .webm files)dec05eba
2024-05-13Better audio sync for 60 fpsdec05eba
2024-05-13shitdec05eba
2024-05-13More audio/video delay compensationdec05eba
2024-05-11Fix mpegts and flv: dont use audio delay if .ts or .flvdec05eba
2024-05-11record audio frames for empty audio track againdec05eba
2024-05-11Change nvidia h264 quality optionsdec05eba
2024-05-10Re-enable opus and make it default (test)dec05eba
2024-05-09Proper strncpy null terminationdec05eba
2024-05-07Improve quality for av1 hdrdec05eba
2024-05-07Increase quality (bitrate) when using hdr, to compensate for requiring more ↵dec05eba
bits per pixel
2024-05-03Cleanup, clear bg on initdec05eba
2024-04-27Change nvidia preset to default (p4), which improves encoding performance a ↵dec05eba
lot on certain gpus (and fixes 4k60fps encoding on those cards)
2024-04-25Mention gsyncdec05eba
2024-04-22Show flatpak run command in help menudec05eba
2024-04-17Include audio human readable name (description) when using incorrect audio ↵dec05eba
device
2024-04-16h264>hevcdec05eba
2024-04-16Audio delay, change depending on fpsdec05eba
2024-04-16shit and poopdec05eba
2024-04-16infodec05eba
2024-04-16Increase audio bitrate for all codecsStoppedpuma
Increases AAC to 160kbps, increases Opus and FLAC to 128kbps. Remove step from TODO.
2024-04-16Remove audio compenstationdec05eba
2024-04-15Test latency compdec05eba
2024-04-14Remove unecessary shitdec05eba
2024-04-14shitdec05eba
2024-04-14minreqdec05eba
2024-04-14Try different pulseaudio optionsdec05eba
2024-04-14Revert "Testing audio latency compensation"dec05eba
This reverts commit 2692a7d22c0b691f7f27f969c91e7af05c8ede7d.
2024-04-14Testing audio latency compensationdec05eba
2024-04-13Use correct audio read timeoutdec05eba
2024-04-13Set audio timeout to a low value againdec05eba
2024-04-12Add -ab option to set a custom audio bitratedec05eba